rename windows test queue
This commit is contained in:
parent
d7ae0f889a
commit
a536f2c048
2 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,6 @@ RUN echo 'install buildkite' ;\
|
|||
apt-get install -y buildkite-agent tini gosu; \
|
||||
apt-get clean;
|
||||
|
||||
|
||||
COPY --chown=buildkite-agent:buildkite-agent pre-checkout /etc/buildkite-agent/hooks
|
||||
|
||||
# buildkite working directory
|
||||
|
|
|
@ -52,7 +52,7 @@ spec:
|
|||
fieldRef:
|
||||
fieldPath: metadata.name
|
||||
- name: BUILDKITE_AGENT_TAGS
|
||||
value: "queue=windows-test-32,pod-name=$(POD_NAME)"
|
||||
value: "queue=windows-test,pod-name=$(POD_NAME)"
|
||||
- name: BUILDKITE_API_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
Loading…
Reference in a new issue