Add build constraints to allow bots to be triggered with led.

Change-Id: I46f1e2e89ff7376b13f4e54679e64e5152c6f71f
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377620
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43927}
This commit is contained in:
Jeremy Leconte 2025-02-18 20:13:43 +01:00 committed by WebRTC LUCI CQ
parent 0ebd67f89d
commit 469b5aaba8
2 changed files with 16 additions and 0 deletions

View File

@ -291,6 +291,10 @@ luci.bucket(
"project-webrtc-ci-schedulers",
]),
],
constraints = luci.bucket_constraints(
pools = ["luci.webrtc.ci"],
service_accounts = ["webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"],
),
)
luci.bucket(
@ -304,6 +308,10 @@ luci.bucket(
"service-account-chromeperf",
]),
],
constraints = luci.bucket_constraints(
pools = ["luci.webrtc.perf"],
service_accounts = ["webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"],
),
)
luci.bucket(

View File

@ -1774,6 +1774,10 @@ buckets {
}
}
}
constraints {
pools: "luci.webrtc.ci"
service_accounts: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
}
}
buckets {
name: "cron"
@ -2639,6 +2643,10 @@ buckets {
}
}
}
constraints {
pools: "luci.webrtc.perf"
service_accounts: "webrtc-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
}
}
buckets {
name: "try"