1
0
Fork 0

Move agents to default queue

- fix windows defender exclusion path
This commit is contained in:
Mikhail Goncharov 2020-06-05 10:50:42 +02:00
parent 4ea78b70c1
commit de0d5afd78
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ spec:
name: buildkite-agent-token name: buildkite-agent-token
key: token key: token
- name: BUILDKITE_AGENT_TAGS - name: BUILDKITE_AGENT_TAGS
value: "queue=premerge,os=linux" value: "os=linux"
- name: BUILDKITE_BUILD_PATH - name: BUILDKITE_BUILD_PATH
value: "/mnt/disks/ssd0/agent" value: "/mnt/disks/ssd0/agent"
- name: CONDUIT_TOKEN - name: CONDUIT_TOKEN

View file

@ -48,7 +48,7 @@ sc.exe config docker start=delayed-auto
choco install -y gcloudsdk --ignore-checksums choco install -y gcloudsdk --ignore-checksums
# exclude drive d from Virus scans, to get better performance # exclude drive d from Virus scans, to get better performance
Add-MpPreference -ExclusionPath D:\ Add-MpPreference -ExclusionPath "D:\"
# clone scripts repo (this one) # clone scripts repo (this one)
git clone https://github.com/google/llvm-premerge-checks.git "c:\llvm-premerge-checks" git clone https://github.com/google/llvm-premerge-checks.git "c:\llvm-premerge-checks"