0

Create linux-fieldtrial-fyi-rel trybot

This is a trybot mirroring linux-fieldtrial-rel which runs integration
tests with no field trial config. This trybot is created to verify the
test suites before landing changes to its CI builder.

Bug: 971387
Change-Id: I8870c2cba455ed41caac11e2b047e1e70405a303
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3452835
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Kuan Huang <kuanhuang@chromium.org>
Cr-Commit-Position: refs/heads/main@{#969735}
This commit is contained in:
Kuan Huang
2022-02-11 00:27:38 +00:00
committed by Chromium LUCI CQ
parent 1ab9d58679
commit 9d2d385f8f
7 changed files with 131 additions and 0 deletions
infra/config
generated
subprojects
tools/mb
mb_config.pyl
mb_config_expectations

@ -0,0 +1,17 @@
{
"$build/goma": {
"enable_ats": true,
"rpc_extra_params": "?prod",
"server_host": "goma.chromium.org",
"use_luci_auth": true
},
"$recipe_engine/resultdb/test_presentation": {
"column_keys": [],
"grouping_keys": [
"status",
"v.test_suite"
]
},
"builder_group": "tryserver.chromium.linux",
"recipe": "chromium_trybot"
}

@ -1308,6 +1308,10 @@ config_groups {
name: "chromium/try/linux-extended-tracing-rel"
includable_only: true
}
builders {
name: "chromium/try/linux-fieldtrial-fyi-rel"
includable_only: true
}
builders {
name: "chromium/try/linux-gcc-rel"
includable_only: true

@ -64469,6 +64469,96 @@ buckets {
}
}
}
builders {
name: "linux-fieldtrial-fyi-rel"
swarming_host: "chromium-swarm.appspot.com"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-18.04"
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/linux-fieldtrial-fyi-rel/properties.json",'
' "top_level_project": {'
' "ref": "refs/heads/main",'
' "repo": {'
' "host": "chromium.googlesource.com",'
' "project": "chromium/src"'
' }'
' }'
' },'
' "builder_group": "tryserver.chromium.linux",'
' "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: "luci.recipes.use_python3"
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/.+"
}
}
}
history_options {
use_invocation_timestamp: true
}
}
}
builders {
name: "linux-gcc-rel"
swarming_host: "chromium-swarm.appspot.com"

@ -14691,6 +14691,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/linux-extended-tracing-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-fieldtrial-fyi-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-gcc-rel"
}
@ -15758,6 +15761,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/linux-extended-tracing-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-fieldtrial-fyi-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-gcc-rel"
}

@ -256,6 +256,10 @@ try_.builder(
name = "linux-inverse-fieldtrials-fyi-rel",
)
try_.builder(
name = "linux-fieldtrial-fyi-rel",
)
try_.builder(
name = "linux-mbi-mode-per-render-process-host-rel",
)

@ -355,6 +355,7 @@
'linux-code-coverage': 'clang_code_coverage',
'linux-example-builder': 'release_bot',
'linux-fieldtrial-rel': 'release_bot_minimal_symbols',
'linux-fieldtrial-fyi-rel': 'release_bot_minimal_symbols',
'linux-headless-shell-rel': 'headless_shell_release_bot',
'linux-backuprefptr-x64-fyi-rel': 'release_trybot_backuprefptr_x64',
'linux-lacros-builder-rel (goma cache silo)': 'lacros_on_linux_release_bot',

@ -909,6 +909,15 @@
"use_goma": true
}
},
"linux-fieldtrial-fyi-rel": {
"gn_args": {
"dcheck_always_on": false,
"is_component_build": false,
"is_debug": false,
"symbol_level": 1,
"use_goma": true
}
},
"linux-fieldtrial-rel": {
"gn_args": {
"dcheck_always_on": false,