Skip to content

Commit

Permalink
Temporarily comment out quay.io buildkite steps (#4292)
Browse files Browse the repository at this point in the history
* comment out quay.io buildkite steps

* add issue
  • Loading branch information
kentzeng12 authored Aug 26, 2024
1 parent dfdaf62 commit 12a0abf
Showing 1 changed file with 34 additions and 33 deletions.
67 changes: 34 additions & 33 deletions .buildkite/image-release-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
steps:
# We add a wait step here so that docker images and docs won't get built
# unless rest of CI passes.
- wait
- name: ":docker: build quay.io/m3db"
command: ".ci/docker/build.sh"
env:
M3_DOCKER_REPO: quay.io/m3db
agents:
queue: "buildkite-gcp"
timeout_in_minutes: 60
retry:
automatic:
limit: 1
manual: true
plugins:
- docker-login#v2.0.1:
server: quay.io
username: m3db+buildkite
password-env: QUAY_M3DB_TOKEN
- name: ":docker: build quay.io/m3"
command: ".ci/docker/build.sh"
env:
M3_DOCKER_REPO: quay.io/m3
agents:
queue: "buildkite-gcp"
timeout_in_minutes: 60
retry:
automatic:
limit: 1
manual: true
plugins:
- docker-login#v2.0.1:
server: quay.io
username: m3+buildkite
password-env: QUAY_M3_TOKEN
# Temporarily commenting out the following steps to make pipeline green. ISSUE: https://github.com/m3db/m3/issues/4289
# - wait
# - name: ":docker: build quay.io/m3db"
# command: ".ci/docker/build.sh"
# env:
# M3_DOCKER_REPO: quay.io/m3db
# agents:
# queue: "buildkite-gcp"
# timeout_in_minutes: 60
# retry:
# automatic:
# limit: 1
# manual: true
# plugins:
# - docker-login#v2.0.1:
# server: quay.io
# username: m3db+buildkite
# password-env: QUAY_M3DB_TOKEN
# - name: ":docker: build quay.io/m3"
# command: ".ci/docker/build.sh"
# env:
# M3_DOCKER_REPO: quay.io/m3
# agents:
# queue: "buildkite-gcp"
# timeout_in_minutes: 60
# retry:
# automatic:
# limit: 1
# manual: true
# plugins:
# - docker-login#v2.0.1:
# server: quay.io
# username: m3+buildkite
# password-env: QUAY_M3_TOKEN

0 comments on commit 12a0abf

Please sign in to comment.