Commit ead9dd18 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

add 'linux-rel-swarming' builder using chromium-swarm-staging

This adds copy of
https://luci-milo-dev.appspot.com/p/chromium/builders/ci/linux-rel-swarming
but use chromium-swarm-staging.appspot.com.

I don't have confidence whether this builder runs correctly at first,
but let me try to see what happens.

Bug: b/144318226
Change-Id: I3fba44f82619e6303fa2685063658eafbcbdf3b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989300
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: default avatarYoshisato Yanagisawa <yyanagisawa@google.com>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745826}
parent c5d905ee
...@@ -1084,6 +1084,11 @@ ci.fyi_builder( ...@@ -1084,6 +1084,11 @@ ci.fyi_builder(
triggered_by = ['win-pixel-builder-rel'], triggered_by = ['win-pixel-builder-rel'],
) )
ci.fyi_builder(
name = 'linux-rel-swarming',
executable = 'recipe:swarming/staging',
swarming_host = 'chromium-swarm-staging.appspot.com',
)
ci.fyi_celab_builder( ci.fyi_celab_builder(
name = 'win-celab-builder-rel', name = 'win-celab-builder-rel',
......
...@@ -230,6 +230,11 @@ luci.console_view( ...@@ -230,6 +230,11 @@ luci.console_view(
category = 'network|traffic|annotations', category = 'network|traffic|annotations',
short_name = 'lnx', short_name = 'lnx',
), ),
luci.console_view_entry(
builder = 'ci/linux-rel-swarming',
category = 'swarming|staging',
short_name = 'lnx',
),
luci.console_view_entry( luci.console_view_entry(
builder = 'ci/win-annotator-rel', builder = 'ci/win-annotator-rel',
category = 'network|traffic|annotations', category = 'network|traffic|annotations',
......
...@@ -7353,6 +7353,27 @@ buckets: < ...@@ -7353,6 +7353,27 @@ buckets: <
build_numbers: YES build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com" service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
> >
builders: <
name: "linux-rel-swarming"
swarming_host: "chromium-swarm-staging.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "ssd:0"
recipe: <
name: "swarming/staging"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
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\""
>
execution_timeout_secs: 36000
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
>
builders: < builders: <
name: "linux-swangle-tot-angle-x64" name: "linux-swangle-tot-angle-x64"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
......
...@@ -3275,6 +3275,11 @@ consoles: < ...@@ -3275,6 +3275,11 @@ consoles: <
category: "network|traffic|annotations" category: "network|traffic|annotations"
short_name: "lnx" short_name: "lnx"
> >
builders: <
name: "buildbucket/luci.chromium.ci/linux-rel-swarming"
category: "swarming|staging"
short_name: "lnx"
>
builders: < builders: <
name: "buildbucket/luci.chromium.ci/win-annotator-rel" name: "buildbucket/luci.chromium.ci/win-annotator-rel"
category: "network|traffic|annotations" category: "network|traffic|annotations"
......
...@@ -5572,6 +5572,15 @@ job: < ...@@ -5572,6 +5572,15 @@ job: <
builder: "linux-gcc-rel" builder: "linux-gcc-rel"
> >
> >
job: <
id: "linux-rel-swarming"
acl_sets: "ci"
buildbucket: <
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "linux-rel-swarming"
>
>
job: < job: <
id: "linux-swangle-tot-angle-x64" id: "linux-swangle-tot-angle-x64"
acl_sets: "ci" acl_sets: "ci"
...@@ -6495,6 +6504,7 @@ trigger: < ...@@ -6495,6 +6504,7 @@ trigger: <
triggers: "linux-fieldtrial-rel" triggers: "linux-fieldtrial-rel"
triggers: "linux-gcc-rel" triggers: "linux-gcc-rel"
triggers: "ci-linux-ozone-rel" triggers: "ci-linux-ozone-rel"
triggers: "linux-rel-swarming"
triggers: "linux-swangle-tot-angle-x64" triggers: "linux-swangle-tot-angle-x64"
triggers: "linux-swangle-tot-angle-x86" triggers: "linux-swangle-tot-angle-x86"
triggers: "linux-swangle-tot-swiftshader-x64" triggers: "linux-swangle-tot-swiftshader-x64"
......
...@@ -105,6 +105,10 @@ build_recipe( ...@@ -105,6 +105,10 @@ build_recipe(
name = 'recipe:swarming/deterministic_build', name = 'recipe:swarming/deterministic_build',
) )
build_recipe(
name = 'recipe:swarming/staging',
)
build_recipe( build_recipe(
name = 'recipe:tricium_clang_tidy_wrapper', name = 'recipe:tricium_clang_tidy_wrapper',
) )
......
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