Doc update
This commit is contained in:
parent
f84641775a
commit
4241d6b53e
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue