-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily comment out quay.io buildkite steps (#4292)
* comment out quay.io buildkite steps * add issue
- Loading branch information
1 parent
dfdaf62
commit 12a0abf
Showing
1 changed file
with
34 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |