Commit 792eeb39 authored by Ian Struiksma's avatar Ian Struiksma Committed by Commit Bot

Add win10 1909 fyi trybot

Add trybot config for "Win10 Tests x64 1909". Need to test
rebaselining before promoting the win version

Bug: 990885,1125612
Change-Id: Id722ed9a8a841dabce21cd5694186a6cbe0fc281
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397660Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Ian Struiksma <ianstruiksma@google.com>
Cr-Commit-Position: refs/heads/master@{#805028}
parent 844bebe5
...@@ -1457,6 +1457,10 @@ config_groups { ...@@ -1457,6 +1457,10 @@ config_groups {
name: "chromium/try/win10-blink-rel" name: "chromium/try/win10-blink-rel"
includable_only: true includable_only: true
} }
builders {
name: "chromium/try/win10_chromium_x64_1909_fyi_rel_ng"
includable_only: true
}
builders { builders {
name: "chromium/try/win10_chromium_x64_dbg_ng" name: "chromium/try/win10_chromium_x64_dbg_ng"
includable_only: true includable_only: true
......
...@@ -26580,6 +26580,43 @@ buckets { ...@@ -26580,6 +26580,43 @@ buckets {
} }
} }
} }
builders {
name: "win10_chromium_x64_1909_fyi_rel_ng"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Windows-10"
dimensions: "pool:luci.chromium.try"
dimensions: "ssd:0"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
cmd: "recipes"
}
properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"builder_group\":\"tryserver.chromium.win\",\"recipe\":\"chromium_trybot\"}"
execution_timeout_secs: 14400
expiration_secs: 7200
caches {
name: "win_toolchain"
path: "win_toolchain"
}
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
task_template_canary_percentage {
value: 5
}
resultdb {
enable: true
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "try_test_results"
test_results {}
}
}
}
builders { builders {
name: "win10_chromium_x64_dbg_ng" name: "win10_chromium_x64_dbg_ng"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
...@@ -14015,6 +14015,9 @@ consoles { ...@@ -14015,6 +14015,9 @@ consoles {
builders { builders {
name: "buildbucket/luci.chromium.try/win10_chromium_x64_rel_ng_exp" name: "buildbucket/luci.chromium.try/win10_chromium_x64_rel_ng_exp"
} }
builders {
name: "buildbucket/luci.chromium.try/win10_chromium_x64_1909_fyi_rel_ng"
}
builders { builders {
name: "buildbucket/luci.chromium.try/win-angle-deqp-rel-32" name: "buildbucket/luci.chromium.try/win-angle-deqp-rel-32"
} }
...@@ -14914,6 +14917,9 @@ consoles { ...@@ -14914,6 +14917,9 @@ consoles {
builders { builders {
name: "buildbucket/luci.chromium.try/win-libfuzzer-asan-rel" name: "buildbucket/luci.chromium.try/win-libfuzzer-asan-rel"
} }
builders {
name: "buildbucket/luci.chromium.try/win10_chromium_x64_1909_fyi_rel_ng"
}
builders { builders {
name: "buildbucket/luci.chromium.try/win10_chromium_x64_dbg_ng" name: "buildbucket/luci.chromium.try/win10_chromium_x64_dbg_ng"
} }
......
...@@ -177,6 +177,7 @@ luci.list_view( ...@@ -177,6 +177,7 @@ luci.list_view(
"try/win10_chromium_x64_dbg_ng", "try/win10_chromium_x64_dbg_ng",
"try/win10_chromium_x64_rel_ng", "try/win10_chromium_x64_rel_ng",
"try/win10_chromium_x64_rel_ng_exp", "try/win10_chromium_x64_rel_ng_exp",
"try/win10_chromium_x64_1909_fyi_rel_ng",
"try/win-angle-deqp-rel-32", "try/win-angle-deqp-rel-32",
"try/win-angle-deqp-rel-64", "try/win-angle-deqp-rel-64",
"try/win-angle-rel-32", "try/win-angle-rel-32",
......
...@@ -1378,6 +1378,11 @@ try_.chromium_win_builder( ...@@ -1378,6 +1378,11 @@ try_.chromium_win_builder(
name = "win_x64_archive", name = "win_x64_archive",
) )
try_.chromium_win_builder(
name = "win10_chromium_x64_1909_fyi_rel_ng",
os = os.WINDOWS_10,
)
try_.chromium_win_builder( try_.chromium_win_builder(
name = "win10_chromium_x64_dbg_ng", name = "win10_chromium_x64_dbg_ng",
os = os.WINDOWS_10, os = os.WINDOWS_10,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment