Skip to content

Commit

Permalink
Add Check for docker and docs builds test to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kentzeng12 committed Jun 24, 2024
1 parent ee0b6ff commit b7297e8
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b7297e8

Please sign in to comment.