Skip to content

Commit

Permalink
HACK: scriptworker config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Apr 25, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ff80301 commit 1de5187
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docker.d/scriptworker.yml
Original file line number Diff line number Diff line change
@@ -31,3 +31,39 @@ scriptworker_provisioners:
- { "$eval": "PROVISIONER_ID" }
- scriptworker-prov-v1 # keep for mac-v3-signing
ed25519_private_key_path: { "$eval": "ED25519_PRIVKEY_PATH" }

valid_decision_worker_pools:
by-cot-product:
releng:
- releng-1/linux
- releng-3/linux
valid_docker_image_worker_pools:
by-cot-product:
releng:
- releng-1/linux
- releng-3/linux
trusted_vcs_rules:
by-cot-product:
releng: []
valid_tasks_for:
by-cot-product:
releng:
- "github-pull-request"
- "github-push"
- "github-release"
official_github_repos_owner:
by-cot-product:
releng: mozilla-releng
cot_restricted_scopes:
by-cot-product:
releng: []
cot_restricted_trees:
by-cot-product:
releng: []
prebuilt_docker_image_task_types:
- decision
- action
- docker-image
source_env_prefix: RELENG

project_configuration_url: https://hg.mozilla.org/ci/ci-configuration-try/raw-file/65ca84a9c40e1d7764dce2ed8469165191f6764a/projects.yml

0 comments on commit 1de5187

Please sign in to comment.