Skip to content

Commit

Permalink
Install taskcluster-proxy on macOS workers
Browse files Browse the repository at this point in the history
Follow-up on #23304
  • Loading branch information
SimonSapin committed May 3, 2019
1 parent ec944d0 commit e89fddf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions etc/taskcluster/macos/states/generic-worker.sls
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e89fddf

Please sign in to comment.