update docs
This commit is contained in:
parent
d0a78f3c8b
commit
e41afba72d
2 changed files with 2 additions and 1 deletions
|
@ -138,6 +138,7 @@ To spawn a new windows agent:
|
|||
```
|
||||
1. Add a task to start agent when machine restarts (make sure to pass correct parameters).
|
||||
```
|
||||
git clone https://github.com/google/llvm-premerge-checks.git C:\llvm-premerge-checks
|
||||
schtasks.exe /create /tn "Start Buildkite agent" /ru SYSTEM /SC ONSTART /DELAY 0005:00 /tr "powershell -command 'C:\llvm-premerge-checks\scripts\windows_agent_start_buildkite.ps1'"
|
||||
```
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ if __name__ == '__main__':
|
|||
{'exit_status': 255, 'limit': 2}, # Forced agent shutdown
|
||||
]},
|
||||
}
|
||||
clear_sccache = 'powershell -command "sccache --stop-server; ' \
|
||||
clear_sccache = 'powershell -command "sccache --stop-server; echo $env:SCCACHE_DIR; ' \
|
||||
'Remove-Item -Recurse -Force -ErrorAction Ignore $env:SCCACHE_DIR; ' \
|
||||
'sccache --start-server"'
|
||||
# FIXME: openmp is removed as it constantly fails. Make this project list be evaluated through "choose_projects".
|
||||
|
|
Loading…
Reference in a new issue