1
0
Fork 0

Doc update

This commit is contained in:
Mikhail Goncharov 2020-06-29 10:36:03 +02:00
parent f84641775a
commit 4241d6b53e
2 changed files with 1 additions and 2 deletions

View file

@ -134,7 +134,7 @@ To spawn a new windows agent:
1. Run
```powershell
git clone https://github.com/google/llvm-premerge-checks.git C:\llvm-premerge-checks
C:\llvm-premerge-checks\scripts\windows_agent_start_buildkite.ps1 [-workdir D:/] [-testing] [-version latest]
C:\llvm-premerge-checks\scripts\windows_agent_start_buildkite.ps1 [-workdir D:\] [-testing] [-version latest]
```
### Jenkins

View file

@ -19,7 +19,6 @@ import yaml
if __name__ == '__main__':
script_branch = os.getenv("scripts_branch", "master")
queue_prefix = os.getenv("ph_queue_prefix", "")
diff_id = os.getenv("ph_buildable_diff", "")
steps = []
linux_buld_step = {
'label': ':linux: build and test linux',