Skip to content

Commit

Permalink
comment out documentation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kentzeng12 committed Oct 22, 2024
1 parent 0777c6e commit 943d190
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,17 +284,17 @@ steps:
- |-
make clean install-vendor-m3 test-ci-integration-m3em test-ci-integration-cluster test-ci-integration-msg test-ci-integration-metrics
<<: *common
Commenting out Documentation test for now because of issue with access tokens. Also a low priority test, as it checks
for broken links in the documentation. ISSUE: https://github.com/m3db/m3/issues/4288
- name: "Documentation tests"
command: make clean install-vendor-m3 docs-test
env:
CGO_ENABLED: 0
GIMME_GO_VERSION: 1.22.x
plugins:
gopath-checkout#v1.0.1:
import: github.com/m3db/m3
<<: *common
# Commenting out Documentation test for now because of issue with access tokens. Also a low priority test, as it checks
# for broken links in the documentation. ISSUE: https://github.com/m3db/m3/issues/4288
# - name: "Documentation tests"
# command: make clean install-vendor-m3 docs-test
# env:
# CGO_ENABLED: 0
# GIMME_GO_VERSION: 1.22.x
# plugins:
# gopath-checkout#v1.0.1:
# import: github.com/m3db/m3
# <<: *common
- name: "Check for docker and docs builds :docker: :books:"
plugins:
kubernetes:
Expand Down

0 comments on commit 943d190

Please sign in to comment.