add win 11 wpt bot as trybot
Make changes to tryserver.chromium.win.star and run: lucicfg generate main.star Add win11-wpt-content-shell-fyi-rel as a try bot for testing and being able to run on CLs. Change-Id: I3816f180fca322f7237d9409e3c7e981bf44d2da Bug: 1372969 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4079547 Reviewed-by: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Nihar Damarasingu <nihardamar@google.com> Cr-Commit-Position: refs/heads/main@{#1080046}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
91bf202912
commit
174a1ed153
infra/config
generated
builders
luci
subprojects
chromium
@ -33,6 +33,12 @@
|
||||
"builder": "win11-wpt-content-shell-fyi-rel",
|
||||
"project": "chromium"
|
||||
}
|
||||
],
|
||||
"mirroring_builder_group_and_names": [
|
||||
{
|
||||
"builder": "win11-wpt-content-shell-fyi-rel",
|
||||
"group": "tryserver.chromium.win"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -0,0 +1,58 @@
|
||||
{
|
||||
"$build/chromium_tests_builder_config": {
|
||||
"builder_config": {
|
||||
"builder_db": {
|
||||
"entries": [
|
||||
{
|
||||
"builder_id": {
|
||||
"bucket": "ci",
|
||||
"builder": "win11-wpt-content-shell-fyi-rel",
|
||||
"project": "chromium"
|
||||
},
|
||||
"builder_spec": {
|
||||
"builder_group": "chromium.fyi",
|
||||
"execution_mode": "COMPILE_AND_TEST",
|
||||
"legacy_chromium_config": {
|
||||
"apply_configs": [
|
||||
"mb"
|
||||
],
|
||||
"build_config": "Release",
|
||||
"config": "chromium",
|
||||
"target_bits": 64
|
||||
},
|
||||
"legacy_gclient_config": {
|
||||
"config": "chromium"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"builder_ids": [
|
||||
{
|
||||
"bucket": "ci",
|
||||
"builder": "win11-wpt-content-shell-fyi-rel",
|
||||
"project": "chromium"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"$build/goma": {
|
||||
"enable_ats": false,
|
||||
"rpc_extra_params": "?prod",
|
||||
"server_host": "goma.chromium.org"
|
||||
},
|
||||
"$build/reclient": {
|
||||
"instance": "rbe-chromium-untrusted",
|
||||
"jobs": 150,
|
||||
"metrics_project": "chromium-reclient-metrics"
|
||||
},
|
||||
"$recipe_engine/resultdb/test_presentation": {
|
||||
"column_keys": [],
|
||||
"grouping_keys": [
|
||||
"status",
|
||||
"v.test_suite"
|
||||
]
|
||||
},
|
||||
"builder_group": "tryserver.chromium.win",
|
||||
"recipe": "chromium_trybot"
|
||||
}
|
@ -3782,6 +3782,10 @@ config_groups {
|
||||
name: "chromium/try/win11-blink-rel"
|
||||
includable_only: true
|
||||
}
|
||||
builders {
|
||||
name: "chromium/try/win11-wpt-content-shell-fyi-rel"
|
||||
includable_only: true
|
||||
}
|
||||
builders {
|
||||
name: "chromium/try/win11-x64-fyi-rel"
|
||||
includable_only: true
|
||||
|
@ -93025,6 +93025,116 @@ buckets {
|
||||
}
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win11-wpt-content-shell-fyi-rel"
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
dimensions: "builderless:1"
|
||||
dimensions: "cores:8"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Windows"
|
||||
dimensions: "pool:luci.chromium.try"
|
||||
dimensions: "ssd:0"
|
||||
exe {
|
||||
cipd_package: "infra/chromium/bootstrapper/${platform}"
|
||||
cipd_version: "latest"
|
||||
cmd: "bootstrapper"
|
||||
}
|
||||
properties:
|
||||
'{'
|
||||
' "$bootstrap/exe": {'
|
||||
' "exe": {'
|
||||
' "cipd_package": "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build",'
|
||||
' "cipd_version": "refs/heads/main",'
|
||||
' "cmd": ['
|
||||
' "luciexe"'
|
||||
' ]'
|
||||
' }'
|
||||
' },'
|
||||
' "$bootstrap/properties": {'
|
||||
' "properties_file": "infra/config/generated/builders/try/win11-wpt-content-shell-fyi-rel/properties.json",'
|
||||
' "top_level_project": {'
|
||||
' "ref": "refs/heads/main",'
|
||||
' "repo": {'
|
||||
' "host": "chromium.googlesource.com",'
|
||||
' "project": "chromium/src"'
|
||||
' }'
|
||||
' }'
|
||||
' },'
|
||||
' "builder_group": "tryserver.chromium.win",'
|
||||
' "led_builder_is_bootstrapped": true,'
|
||||
' "recipe": "chromium_trybot"'
|
||||
'}'
|
||||
execution_timeout_secs: 14400
|
||||
expiration_secs: 7200
|
||||
grace_period {
|
||||
seconds: 120
|
||||
}
|
||||
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
|
||||
}
|
||||
experiments {
|
||||
key: "chromium_swarming.expose_merge_script_failures"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "enable_weetbix_queries"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.buildbucket.omit_python2"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "weetbix.enable_weetbix_exonerations"
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "weetbix.retry_weak_exonerations"
|
||||
value: 100
|
||||
}
|
||||
resultdb {
|
||||
enable: true
|
||||
bq_exports {
|
||||
project: "chrome-luci-data"
|
||||
dataset: "chromium"
|
||||
table: "try_test_results"
|
||||
test_results {}
|
||||
}
|
||||
bq_exports {
|
||||
project: "chrome-luci-data"
|
||||
dataset: "chromium"
|
||||
table: "gpu_try_test_results"
|
||||
test_results {
|
||||
predicate {
|
||||
test_id_regexp: "ninja://chrome/test:telemetry_gpu_integration_test[^/]*/.+"
|
||||
}
|
||||
}
|
||||
}
|
||||
bq_exports {
|
||||
project: "chrome-luci-data"
|
||||
dataset: "chromium"
|
||||
table: "blink_web_tests_try_test_results"
|
||||
test_results {
|
||||
predicate {
|
||||
test_id_regexp: "(ninja://[^/]*blink_web_tests/.+)|(ninja://[^/]*blink_wpt_tests/.+)"
|
||||
}
|
||||
}
|
||||
}
|
||||
history_options {
|
||||
use_invocation_timestamp: true
|
||||
}
|
||||
}
|
||||
}
|
||||
builders {
|
||||
name: "win11-x64-fyi-rel"
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
|
@ -17217,6 +17217,9 @@ consoles {
|
||||
builders {
|
||||
name: "buildbucket/luci.chromium.try/win11-blink-rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.chromium.try/win11-wpt-content-shell-fyi-rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.chromium.try/win11-x64-fyi-rel"
|
||||
}
|
||||
@ -18394,6 +18397,9 @@ consoles {
|
||||
builders {
|
||||
name: "buildbucket/luci.chromium.try/win10_chromium_x64_dbg_ng"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.chromium.try/win11-wpt-content-shell-fyi-rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.chromium.try/win11-x64-fyi-rel"
|
||||
}
|
||||
|
@ -196,6 +196,14 @@ try_.builder(
|
||||
os = os.WINDOWS_10,
|
||||
)
|
||||
|
||||
try_.builder(
|
||||
name = "win11-wpt-content-shell-fyi-rel",
|
||||
mirrors = [
|
||||
"ci/win11-wpt-content-shell-fyi-rel",
|
||||
],
|
||||
os = os.WINDOWS_ANY,
|
||||
)
|
||||
|
||||
try_.builder(
|
||||
name = "win11-x64-fyi-rel",
|
||||
mirrors = [
|
||||
|
Reference in New Issue
Block a user