mirror of
https://github.com/servo/servo.git
synced 2025-08-23 22:35:33 +01:00
Initial agentless SaltStack config for generic-worker on macOS
This commit is contained in:
parent
359ec7a76f
commit
11b9391e90
8 changed files with 65 additions and 0 deletions
16
etc/taskcluster/macos/README.md
Normal file
16
etc/taskcluster/macos/README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# macOS
|
||||
|
||||
Servo’s macOS workers for Taskcluster are configured with
|
||||
SaltStack in [agentless] mode.
|
||||
|
||||
[agentless]: https://docs.saltstack.com/en/getstarted/ssh/index.html
|
||||
|
||||
Either run `./salt-ssh`
|
||||
to automatically install `salt-ssh` in `mach`’s existing Python virtualenv,
|
||||
or install `salt-ssh` through some other mean and run in from this directory.
|
||||
|
||||
```sh
|
||||
cd etc/taskcluster/macos
|
||||
./salt-ssh '*' test.ping
|
||||
./salt-ssh '*' state.apply test=True
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue