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 install -y buildkite-agent tini gosu; \
|
||||||
apt-get clean;
|
apt-get clean;
|
||||||
|
|
||||||
|
|
||||||
COPY --chown=buildkite-agent:buildkite-agent pre-checkout /etc/buildkite-agent/hooks
|
COPY --chown=buildkite-agent:buildkite-agent pre-checkout /etc/buildkite-agent/hooks
|
||||||
|
|
||||||
# buildkite working directory
|
# buildkite working directory
|
||||||
|
|
|
@ -52,7 +52,7 @@ spec:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.name
|
fieldPath: metadata.name
|
||||||
- name: BUILDKITE_AGENT_TAGS
|
- 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
|
- name: BUILDKITE_API_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Add table
Reference in a new issue