From b7297e8d3e9f03f5e616bf25a5501d05f4ce385b Mon Sep 17 00:00:00 2001 From: zengk Date: Mon, 24 Jun 2024 16:05:44 -0700 Subject: [PATCH] Add Check for docker and docs builds test to pipeline --- .buildkite/pipeline.yml | 56 ++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2a62fa9b42..df282a1d68 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -303,31 +303,31 @@ steps: # - |- # make clean install-vendor-m3 docs-test # <<: *common - - label: "FOSSA license scan" - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - env: - - FOSSA_API_KEY - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean install-vendor-m3 fossa - <<: *common -# - name: "Check for docker and docs builds :docker: :books:" -# commands: -# - ".ci/docker/check_do_docker.sh" -# - ".buildkite/scripts/check_do_docs.sh" -# agents: -# queue: init -# timeout_in_minutes: 10 -# retry: -# automatic: -# limit: 1 -# manual: true +# - label: "FOSSA license scan" +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# env: +# - FOSSA_API_KEY +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean install-vendor-m3 fossa +# <<: *common + - name: "Check for docker and docs builds :docker: :books:" + commands: + - ".ci/docker/check_do_docker.sh" + - ".buildkite/scripts/check_do_docs.sh" + agents: + queue: "buildkite-gcp" + timeout_in_minutes: 10 + retry: + automatic: + limit: 1 + manual: true