mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #23356 - jdm:tc-android-mac, r=jdm
Move android mac build to taskcluster <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23356) <!-- Reviewable:end -->
This commit is contained in:
commit
81f750afa7
3 changed files with 25 additions and 14 deletions
|
@ -42,20 +42,28 @@ This issue is tracked at
|
|||
|
||||
* Log in through VNC, and run `xcode-select --install`
|
||||
|
||||
* Still in VNC, install the jdk8 package from http://adoptopenjdk.net
|
||||
|
||||
* Install an ssh key into /Users/administrator/.ssh/authorized_keys and
|
||||
/var/root/.ssh/authorized_keys.
|
||||
|
||||
## Taskcluster secrets
|
||||
|
||||
This SaltStack configuration has a custom module that uses Taskcluster’s
|
||||
[secrets service](https://tools.taskcluster.net/secrets/).
|
||||
These secrets include an [authentication token](
|
||||
These secrets include an authentication token.
|
||||
You’ll need to authenticate with a Taskcluster client ID
|
||||
that has scope `secrets:get:project/servo/*`.
|
||||
This should be the case if you’re a Servo project administrator (the `project-admin:servo` role).
|
||||
|
||||
To authenticate, install [taskcluster-cli](https://github.com/taskcluster/taskcluster-cli)
|
||||
and run `eval \`taskcluster signin\``. This will set up the TASKCLUSTER_CLIENT_ID and
|
||||
TASKCLUSTER_ACCESS_TOKEN variables to allow retrieving secrets appropriately in the current
|
||||
terminal session.
|
||||
|
||||
## Worker’s client ID
|
||||
|
||||
Workers are configured to authenticate with client ID
|
||||
[`project/servo/worker/macos/1`](
|
||||
https://tools.taskcluster.net/auth/clients/project%2Fservo%2Fworker%macos%2F1).
|
||||
This client has the scopes required to run tasks for this worker type.
|
||||
This client has the scopes required to run tasks for this worker type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue