Move agents to default queue
- fix windows defender exclusion path
This commit is contained in:
parent
4ea78b70c1
commit
de0d5afd78
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ spec:
|
|||
name: buildkite-agent-token
|
||||
key: token
|
||||
- name: BUILDKITE_AGENT_TAGS
|
||||
value: "queue=premerge,os=linux"
|
||||
value: "os=linux"
|
||||
- name: BUILDKITE_BUILD_PATH
|
||||
value: "/mnt/disks/ssd0/agent"
|
||||
- name: CONDUIT_TOKEN
|
||||
|
|
|
@ -48,7 +48,7 @@ sc.exe config docker start=delayed-auto
|
|||
choco install -y gcloudsdk --ignore-checksums
|
||||
|
||||
# exclude drive d from Virus scans, to get better performance
|
||||
Add-MpPreference -ExclusionPath “D:\”
|
||||
Add-MpPreference -ExclusionPath "D:\"
|
||||
|
||||
# clone scripts repo (this one)
|
||||
git clone https://github.com/google/llvm-premerge-checks.git "c:\llvm-premerge-checks"
|
||||
|
|
Loading…
Reference in a new issue