mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
- mode: 755
|
||||||
- makedirs: True
|
- 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:
|
{{ user }} group:
|
||||||
group.present:
|
group.present:
|
||||||
- name: {{ user }}
|
- name: {{ user }}
|
||||||
|
@ -52,6 +59,8 @@ GMT:
|
||||||
ed25519SigningKeyLocation: {{ home }}/keypair
|
ed25519SigningKeyLocation: {{ home }}/keypair
|
||||||
clientId: {{ pillar["client_id"] }}
|
clientId: {{ pillar["client_id"] }}
|
||||||
accessToken: {{ pillar["access_token"] }}
|
accessToken: {{ pillar["access_token"] }}
|
||||||
|
taskclusterProxyExecutable: {{ bin }}/taskcluster-proxy
|
||||||
|
taskclusterProxyPort: 8080
|
||||||
livelogExecutable: {{ bin }}/livelog
|
livelogExecutable: {{ bin }}/livelog
|
||||||
wstAudience: taskcluster-net
|
wstAudience: taskcluster-net
|
||||||
wstServerURL: https://websocktunnel.tasks.build
|
wstServerURL: https://websocktunnel.tasks.build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue