From 943d190ffda6a51d3bfe44f639ecc08ada44686d Mon Sep 17 00:00:00 2001 From: zengk Date: Wed, 11 Sep 2024 14:04:51 -0700 Subject: [PATCH] comment out documentation tests --- .buildkite/pipeline.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 54c827e1e8..4c5f9abc26 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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: