Skip to content

Commit

Permalink
[src] linux-xenial-rel
Browse files Browse the repository at this point in the history
Bug: 1199412
Change-Id: Ieb7e1d915b756cadf6ae8e15c1b32bfc604cdec0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2842075
Commit-Queue: Stephanie Kim <kimstephanie@google.com>
Reviewed-by: Garrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#876662}
  • Loading branch information
Stephanie Kim authored and Chromium LUCI CQ committed Apr 27, 2021
1 parent 2adb77f commit 5c7f31d
Show file tree
Hide file tree
Showing 13 changed files with 2,278 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/config/generated/commit-queue.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,10 @@ config_groups {
name: "chromium/try/linux-wpt-input-fyi-rel"
includable_only: true
}
builders {
name: "chromium/try/linux-xenial-rel"
includable_only: true
}
builders {
name: "chromium/try/linux_android_dbg_ng"
includable_only: true
Expand Down
127 changes: 127 additions & 0 deletions infra/config/generated/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27081,6 +27081,68 @@ buckets {
}
}
}
builders {
name: "linux-xenial-rel"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "pool:luci.chromium.ci"
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,\"jobs\":500,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"chromium.linux\",\"recipe\":\"chromium\"}"
execution_timeout_secs: 10800
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
experiments {
key: "chromium.resultdb.result_sink"
value: 100
}
experiments {
key: "chromium.resultdb.result_sink.gtests_local"
value: 100
}
experiments {
key: "chromium.resultdb.result_sink.junit_tests"
value: 100
}
experiments {
key: "luci.buildbucket.use_bbagent"
value: 100
}
experiments {
key: "luci.use_realms"
value: 100
}
resultdb {
enable: true
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "ci_test_results"
test_results {}
}
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "gpu_ci_test_results"
test_results {
predicate {
test_id_regexp: "ninja://(chrome/test:|content/test:fuchsia_)telemetry_gpu_integration_test/.+"
}
}
}
history_options {
use_invocation_timestamp: true
}
}
}
builders {
name: "mac-angle-amd"
swarming_host: "chromium-swarm.appspot.com"
Expand Down Expand Up @@ -47770,6 +47832,71 @@ buckets {
}
}
}
builders {
name: "linux-xenial-rel"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
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,\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"tryserver.chromium.linux\",\"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.resultdb.result_sink"
value: 100
}
experiments {
key: "chromium.resultdb.result_sink.junit_tests"
value: 100
}
experiments {
key: "luci.use_realms"
value: 100
}
resultdb {
enable: true
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "try_test_results"
test_results {}
}
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "gpu_try_test_results"
test_results {
predicate {
test_id_regexp: "ninja://(chrome/test:|content/test:fuchsia_)telemetry_gpu_integration_test/.+"
}
}
}
history_options {
use_invocation_timestamp: true
}
}
}
builders {
name: "linux_android_dbg_ng"
swarming_host: "chromium-swarm.appspot.com"
Expand Down
16 changes: 16 additions & 0 deletions infra/config/generated/luci-milo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ consoles {
category: "chromium.linux|release"
short_name: "tru"
}
builders {
name: "buildbucket/luci.chromium.ci/linux-xenial-rel"
category: "chromium.linux|release"
short_name: "xen"
}
builders {
name: "buildbucket/luci.chromium.ci/Linux Tester (Ozone Headless)"
category: "chromium.linux|release|ozone"
Expand Down Expand Up @@ -8059,6 +8064,11 @@ consoles {
category: "release"
short_name: "tru"
}
builders {
name: "buildbucket/luci.chromium.ci/linux-xenial-rel"
category: "release"
short_name: "xen"
}
builders {
name: "buildbucket/luci.chromium.ci/Linux Tester (Ozone Headless)"
category: "release|ozone"
Expand Down Expand Up @@ -12979,6 +12989,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/linux-wpt-input-fyi-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-xenial-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux_android_dbg_ng"
}
Expand Down Expand Up @@ -13926,6 +13939,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/linux-wpt-input-fyi-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-xenial-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux_chromium_analysis"
}
Expand Down
26 changes: 26 additions & 0 deletions infra/config/generated/luci-notify.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3243,6 +3243,32 @@ notifiers {
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
}
template: "tree_closure_email_template"
}
notifications {
on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email {
recipients: "thomasanderson@chromium.org"
}
}
builders {
bucket: "ci"
name: "linux-xenial-rel"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
Expand Down
11 changes: 11 additions & 0 deletions infra/config/generated/luci-scheduler.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5758,6 +5758,16 @@ job {
builder: "linux-wpt-input-fyi-rel"
}
}
job {
id: "linux-xenial-rel"
realm: "ci"
acl_sets: "ci"
buildbucket {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "linux-xenial-rel"
}
}
job {
id: "linux_chromium_bot_db_exporter"
realm: "findit"
Expand Down Expand Up @@ -6983,6 +6993,7 @@ trigger {
triggers: "linux-wpt-fyi-rel"
triggers: "linux-wpt-identity-fyi-rel"
triggers: "linux-wpt-input-fyi-rel"
triggers: "linux-xenial-rel"
triggers: "mac-angle-builder"
triggers: "mac-angle-chromium-builder"
triggers: "mac-archive-dbg"
Expand Down
10 changes: 10 additions & 0 deletions infra/config/subprojects/chromium/ci.star
Original file line number Diff line number Diff line change
Expand Up @@ -5110,6 +5110,16 @@ ci.linux_builder(
os = os.LINUX_TRUSTY,
)

ci.linux_builder(
name = "linux-xenial-rel",
console_view_entry = consoles.console_view_entry(
category = "release",
short_name = "xen",
),
main_console_view = "main",
os = os.LINUX_XENIAL,
)

ci.linux_builder(
name = "metadata-exporter",
console_view_entry = consoles.console_view_entry(
Expand Down
6 changes: 6 additions & 0 deletions infra/config/subprojects/chromium/try.star
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,12 @@ try_.chromium_linux_builder(
os = os.LINUX_TRUSTY,
)

try_.chromium_linux_builder(
name = "linux-xenial-rel",
goma_jobs = goma.jobs.J150,
os = os.LINUX_XENIAL,
)

try_.chromium_linux_builder(
name = "linux-viz-rel",
)
Expand Down
Loading

0 comments on commit 5c7f31d

Please sign in to comment.