From 223303c12be0d78a8377aa63c29c3f673de8f630 Mon Sep 17 00:00:00 2001 From: zengk Date: Thu, 1 Aug 2024 14:05:50 -0700 Subject: [PATCH 1/2] add comment to documentation test --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 03fe8be3d3..731c6b9a48 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -280,6 +280,8 @@ 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. # - name: "Documentation tests" # command: make clean install-vendor-m3 docs-test # env: From a6fb2f285dd1f6a56352a6b1133d657a36b93712 Mon Sep 17 00:00:00 2001 From: zengk Date: Thu, 1 Aug 2024 14:50:54 -0700 Subject: [PATCH 2/2] add issue --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 731c6b9a48..b35c710f38 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -281,7 +281,7 @@ 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. +# 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: