From 770a3e17a041e28691c0a5a06d2613ebafb31cb6 Mon Sep 17 00:00:00 2001 From: Wesley Kim Date: Thu, 6 May 2021 09:29:54 -0400 Subject: [PATCH] [buildkite] Remove codecov uploading from unit tests Temporarily disabling while codecov uploading is flaky --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 33a1c4a1ca..045aa4bcfd 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -24,7 +24,7 @@ steps: import: github.com/m3db/m3 <<: *common - name: "Unit %n" - command: make clean install-vendor-m3 test-ci-unit + command: make clean install-vendor-m3 test-base parallelism: 4 plugins: docker-compose#v2.5.1: @@ -32,7 +32,7 @@ steps: workdir: /go/src/github.com/m3db/m3 <<: *common - name: "Big Unit %n" - command: make clean install-vendor-m3 test-ci-big-unit + command: make clean install-vendor-m3 test-big-base parallelism: 2 plugins: docker-compose#v2.5.1: