Update agents name to be short
long names causes some tests to fail due to windows limitation
This commit is contained in:
parent
ffaba986c1
commit
44b870c144
1 changed files with 3 additions and 2 deletions
|
@ -126,10 +126,11 @@ To spawn a new windows agent:
|
|||
1. Create `c:\credentials` folder with file `buildkite-env.ps1`:
|
||||
```powershell
|
||||
$Env:buildkiteAgentToken = "secret-token"
|
||||
$Env:BUILDKITE_AGENT_NAME = "buildkite-windows-#"
|
||||
$Env:BUILDKITE_AGENT_NAME = "w#"
|
||||
$Env:BUILDKITE_AGENT_TAGS = "queue=windows"
|
||||
$Env:CONDUIT_TOKEN = "conduit-api-token"
|
||||
```
|
||||
Pleas mind the length of the agent name as it will be in path and might cause some tests to fail due to 260 character limit.
|
||||
1. Run
|
||||
```powershell
|
||||
git clone https://github.com/google/llvm-premerge-checks.git C:\llvm-premerge-checks
|
||||
|
|
Loading…
Reference in a new issue