mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Install taskcluster-proxy on macOS workers
Follow-up on https://github.com/servo/servo/pull/23304
This commit is contained in:
parent
ec944d001d
commit
e89fddf3f0
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,13 @@ GMT:
|
|||
- mode: 755
|
||||
- makedirs: True
|
||||
|
||||
{{ bin }}/taskcluster-proxy:
|
||||
file.managed:
|
||||
- source: https://github.com/taskcluster/taskcluster-proxy/releases/download/v5.1.0/taskcluster-proxy-darwin-amd64
|
||||
- source_hash: sha256=3faf524b9c6b9611339510797bf1013d4274e9f03e7c4bd47e9ab5ec8813d3ae
|
||||
- mode: 755
|
||||
- makedirs: True
|
||||
|
||||
{{ user }} group:
|
||||
group.present:
|
||||
- name: {{ user }}
|
||||
|
@ -52,6 +59,8 @@ GMT:
|
|||
ed25519SigningKeyLocation: {{ home }}/keypair
|
||||
clientId: {{ pillar["client_id"] }}
|
||||
accessToken: {{ pillar["access_token"] }}
|
||||
taskclusterProxyExecutable: {{ bin }}/taskcluster-proxy
|
||||
taskclusterProxyPort: 8080
|
||||
livelogExecutable: {{ bin }}/livelog
|
||||
wstAudience: taskcluster-net
|
||||
wstServerURL: https://websocktunnel.tasks.build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue