Skip to content

Commit 1de5187

Browse files
committed
HACK: scriptworker config
1 parent ff80301 commit 1de5187

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docker.d/scriptworker.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,39 @@ scriptworker_provisioners:
3131
- { "$eval": "PROVISIONER_ID" }
3232
- scriptworker-prov-v1 # keep for mac-v3-signing
3333
ed25519_private_key_path: { "$eval": "ED25519_PRIVKEY_PATH" }
34+
35+
valid_decision_worker_pools:
36+
by-cot-product:
37+
releng:
38+
- releng-1/linux
39+
- releng-3/linux
40+
valid_docker_image_worker_pools:
41+
by-cot-product:
42+
releng:
43+
- releng-1/linux
44+
- releng-3/linux
45+
trusted_vcs_rules:
46+
by-cot-product:
47+
releng: []
48+
valid_tasks_for:
49+
by-cot-product:
50+
releng:
51+
- "github-pull-request"
52+
- "github-push"
53+
- "github-release"
54+
official_github_repos_owner:
55+
by-cot-product:
56+
releng: mozilla-releng
57+
cot_restricted_scopes:
58+
by-cot-product:
59+
releng: []
60+
cot_restricted_trees:
61+
by-cot-product:
62+
releng: []
63+
prebuilt_docker_image_task_types:
64+
- decision
65+
- action
66+
- docker-image
67+
source_env_prefix: RELENG
68+
69+
project_configuration_url: https://hg.mozilla.org/ci/ci-configuration-try/raw-file/65ca84a9c40e1d7764dce2ed8469165191f6764a/projects.yml

0 commit comments

Comments
 (0)