We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f357bad + 5f6b9f8 commit aa51eccCopy full SHA for aa51ecc
taskcluster/gecko_taskgraph/transforms/build.py
@@ -312,8 +312,7 @@ def add_enterprise_secret_scopes(config, jobs):
312
"""Enterprise builds re-use some secrets from the Gecko trust domain."""
313
level = config.params["level"]
314
for job in jobs:
315
- attributes = job.get("attributes")
316
- if "enterprise" in job["name"] or ("update-channel" in attributes.keys() and "enterprise" in attributes["update-channel"]):
+ if config.params["project"] == "enterprise-firefox":
317
job.setdefault("scopes", []).extend(
318
[
319
f"secrets:get:project/releng/gecko/build/level-{level}/gls-gapi.data",
0 commit comments