Commit ac81b31b authored by Joey Scarr's avatar Joey Scarr Committed by Commit Bot

Move linux-blink-cors-rel from fyi to chromium.linux.

This is to enable the bot to be sheriffed.

Bug: 1086320
Change-Id: I0e379f7b168ce3d13874a399d953c251bede8a9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215763Reviewed-by: default avatarTakashi Toyoshima <toyoshim@chromium.org>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Commit-Queue: Joey Scarr <jsca@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772501}
parent 88949f18
......@@ -10821,9 +10821,9 @@ buckets: <
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.fyi\""
properties_j: "mastername:\"chromium.linux\""
>
execution_timeout_secs: 36000
execution_timeout_secs: 10800
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
resultdb: <
......@@ -3116,10 +3116,6 @@ consoles: <
name: "buildbucket/luci.chromium.ci/linux-bfcache-rel"
category: "linux"
>
builders: <
name: "buildbucket/luci.chromium.ci/linux-blink-cors-rel"
category: "linux"
>
builders: <
name: "buildbucket/luci.chromium.ci/linux-fieldtrial-rel"
category: "linux"
......@@ -6773,6 +6769,11 @@ consoles: <
category: "release"
short_name: "gcc"
>
builders: <
name: "buildbucket/luci.chromium.ci/linux-blink-cors-rel"
category: "release"
short_name: "crs"
>
builders: <
name: "buildbucket/luci.chromium.ci/Deterministic Linux"
category: "release"
......
......@@ -1496,13 +1496,6 @@ ci.fyi_builder(
),
)
ci.fyi_builder(
name = 'linux-blink-cors-rel',
console_view_entry = ci.console_view_entry(
category = 'linux',
),
)
ci.fyi_builder(
name = 'linux-blink-heap-concurrent-marking-tsan-rel',
console_view_entry = ci.console_view_entry(
......@@ -2746,6 +2739,15 @@ ci.linux_builder(
notifies = ['cr-fuchsia'],
)
ci.linux_builder(
name = 'linux-blink-cors-rel',
console_view_entry = ci.console_view_entry(
category = 'release',
short_name = 'crs',
),
goma_jobs = None,
)
ci.linux_builder(
name = 'linux-gcc-rel',
console_view_entry = ci.console_view_entry(
......
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