Commit bb945a49 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Remove no-op scheduler jobs for GPU builders.

The recipes code has been updated so that we don't attempt to trigger
these jobs, so they are no longer necessary.

Bug: 819899
Change-Id: Ife039539bffb0c3fadacdb383c1be014f19ad6da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115874Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752644}
parent 7256cf35
......@@ -10001,156 +10001,6 @@ job: <
builder: "win32-arm64-rel"
>
>
job: <
id: "ANGLE GPU Linux Release (Intel HD 630)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "ANGLE GPU Linux Release (NVIDIA)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "ANGLE GPU Mac Release (Intel)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "ANGLE GPU Mac Retina Release (AMD)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "ANGLE GPU Mac Retina Release (NVIDIA)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "ANGLE GPU Win10 x64 Release (Intel HD 630)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "ANGLE GPU Win10 x64 Release (NVIDIA)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "Optional Linux Release (Intel HD 630)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "Optional Linux Release (NVIDIA)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "Optional Mac Release (Intel)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "Optional Mac Retina Release (AMD)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "Optional Mac Retina Release (NVIDIA)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "Optional Win10 x64 Release (Intel HD 630)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "Optional Win10 x64 Release (NVIDIA)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "Win7 ANGLE Tryserver (AMD)"
schedule: "triggered"
acls: <
role: TRIGGERER
granted_to: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
>
acl_sets: "ci"
noop: <>
>
job: <
id: "ci-m80-Android WebView L (dbg)"
schedule: "triggered"
......
# Don't make a habit of this - it isn't public API
load('@stdlib//internal/luci/proto.star', 'scheduler_pb')
_GPU_NOOP_JOBS = [scheduler_pb.Job(
id = builder,
schedule = 'triggered',
acl_sets = ['ci'],
acls = [scheduler_pb.Acl(
role = scheduler_pb.Acl.TRIGGERER,
granted_to = 'chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com',
)],
noop = scheduler_pb.NoopTask(),
) for builder in (
'ANGLE GPU Linux Release (Intel HD 630)',
'ANGLE GPU Linux Release (NVIDIA)',
'ANGLE GPU Mac Release (Intel)',
'ANGLE GPU Mac Retina Release (AMD)',
'ANGLE GPU Mac Retina Release (NVIDIA)',
'ANGLE GPU Win10 x64 Release (Intel HD 630)',
'ANGLE GPU Win10 x64 Release (NVIDIA)',
'Optional Linux Release (Intel HD 630)',
'Optional Linux Release (NVIDIA)',
'Optional Mac Release (Intel)',
'Optional Mac Retina Release (AMD)',
'Optional Mac Retina Release (NVIDIA)',
'Optional Win10 x64 Release (Intel HD 630)',
'Optional Win10 x64 Release (NVIDIA)',
'Win7 ANGLE Tryserver (AMD)',
)]
# Android testers which are triggered by Android arm Builder (dbg)
# on master, but not on branches.
_ANDROID_NON_BRANCHED_TESTERS = (
......@@ -55,7 +28,7 @@ _ANDROID_TEST_NOOP_JOBS = [scheduler_pb.Job(
def _add_noop_jobs(ctx):
cfg = ctx.output['luci-scheduler.cfg']
for j in _GPU_NOOP_JOBS + _ANDROID_TEST_NOOP_JOBS:
for j in _ANDROID_TEST_NOOP_JOBS:
cfg.job.append(j)
lucicfg.generator(_add_noop_jobs)
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