Skip to content

Commit

Permalink
Add Fossa license scan test to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kentzeng12 committed Jun 24, 2024
1 parent a31aa6e commit ee0b6ff
Showing 1 changed file with 32 additions and 24 deletions.
56 changes: 32 additions & 24 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,32 +286,40 @@ steps:
# - |-
# make clean install-vendor-m3 test-ci-integration-m3em test-ci-integration-cluster test-ci-integration-msg test-ci-integration-metrics
# <<: *common
- name: "Documentation tests"
env:
CGO_ENABLED: 0
GIMME_GO_VERSION: 1.18.x
plugins:
gopath-checkout#v1.0.1:
import: github.com/m3db/m3
kubernetes:
<<: *kubernetes
podSpec:
<<: *podSpec
containers:
- <<: *commandContainer
command:
- |-
make clean install-vendor-m3 docs-test
<<: *common
# - label: "FOSSA license scan"
# command: make clean install-vendor-m3 fossa
# - name: "Documentation tests"
# env:
# CGO_ENABLED: 0
# GIMME_GO_VERSION: 1.18.x
# plugins:
# docker-compose#v2.5.1:
# run: app
# workdir: /go/src/github.com/m3db/m3
# env:
# - FOSSA_API_KEY
# gopath-checkout#v1.0.1:
# import: github.com/m3db/m3
# kubernetes:
# <<: *kubernetes
# podSpec:
# <<: *podSpec
# containers:
# - <<: *commandContainer
# command:
# - |-
# 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"
Expand Down

0 comments on commit ee0b6ff

Please sign in to comment.