Skip to content

Instantly share code, notes, and snippets.

@escapewindow
Created December 3, 2019 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save escapewindow/68babcb91d3d732580ebbfbda7500cca to your computer and use it in GitHub Desktop.
Save escapewindow/68babcb91d3d732580ebbfbda7500cca to your computer and use it in GitHub Desktop.
diff --git a/grants.yml b/grants.yml
--- a/grants.yml
+++ b/grants.yml
@@ -1403,17 +1403,17 @@
- queue:create-task:highest:scriptworker-k8s/{trust_domain}-t-*
- queue:create-task:highest:scriptworker-prov-v1/{trust_domain}-{level}-*
- queue:create-task:highest:scriptworker-prov-v1/{trust_domain}-t-*
- queue:route:index.{trust_domain}.v2.xpi-manifest.*
to:
- project:
alias:
- xpi-manifest
- - aki-xpi-manifest
+ - test-xpi-manifest
# Only enable this for master and actions.
job: ["branch:master", "action:*"]
- grant:
# access to workers; all levels have access to the same workers, but at
# different priorities and levels
- queue:route:index.xpi.xpi-manifest.cache.level-1.*
- queue:route:index.xpi.v2.*
diff --git a/projects.yml b/projects.yml
--- a/projects.yml
+++ b/projects.yml
@@ -642,18 +642,18 @@ xpi-manifest:
trust_domain: xpi
level: 3
features:
trust-domain-scopes: true
xpi-roles: true
taskgraph-actions: true
taskgraph-cron: true
-aki-xpi-manifest:
- repo: https://github.com/escapewindow/xpi-manifest
+test-xpi-manifest:
+ repo: https://github.com/escapewindow/test-xpi-manifest
repo_type: git
trust_domain: xpi
level: 1
features:
trust-domain-scopes: true
xpi-roles: true
taskgraph-actions: true
taskgraph-cron: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment