From 0169d7b482d49387381d70cc6a050e330278b7b8 Mon Sep 17 00:00:00 2001 From: Rob Skillington Date: Mon, 2 Nov 2020 02:34:19 -0500 Subject: [PATCH] Build just services for hotfix branch --- .buildkite/pipeline.yml | 87 ----------------------------------------- 1 file changed, 87 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c71d836da5..6388b6e86c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -10,31 +10,6 @@ common: &common manual: true steps: - - name: "Codegen" - command: make clean install-vendor-m3 test-all-gen - env: - CGO_ENABLED: 0 - GIMME_GO_VERSION: 1.13.x - plugins: - gopath-checkout#v1.0.1: - import: github.com/m3db/m3 - <<: *common - - name: "Unit %n" - command: make clean install-vendor-m3 test-ci-unit - parallelism: 4 - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - <<: *common - - name: "Big Unit %n" - command: make clean install-vendor-m3 test-ci-big-unit - parallelism: 2 - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - <<: *common - name: "Services, Tools, Metalint" command: make clean install-vendor-m3 services tools metalint plugins: @@ -42,68 +17,6 @@ steps: run: app workdir: /go/src/github.com/m3db/m3 <<: *common - - name: "Integration (:docker:)" - command: make clean install-vendor-m3 docker-integration-test - parallelism: 2 - env: - CGO_ENABLED: 0 - GIMME_GO_VERSION: 1.13.x - plugins: - gopath-checkout#v1.0.1: - import: github.com/m3db/m3 - <<: *common - - name: "Prometheus compatibility (:docker:)" - command: make clean install-vendor-m3 docker-compatibility-test - parallelism: 1 - env: - CGO_ENABLED: 0 - GIMME_GO_VERSION: 1.13.x - plugins: - gopath-checkout#v1.0.1: - import: github.com/m3db/m3 - <<: *common - - name: "Integration (dbnode Recently Read) %n" - parallelism: 2 - command: make clean install-vendor-m3 test-ci-integration-dbnode cache_policy=recently_read - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - <<: *common - - name: "Integration (dbnode LRU) %n" - parallelism: 2 - command: make clean install-vendor-m3 test-ci-integration-dbnode cache_policy=lru - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - <<: *common - - label: "Integration (collector, aggregator, m3em, cluster, msg, metrics) %n" - parallelism: 4 - command: make clean install-vendor-m3 test-ci-integration-collector test-ci-integration-aggregator test-ci-integration-m3em test-ci-integration-cluster test-ci-integration-msg test-ci-integration-metrics - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - <<: *common - - name: "Documentation tests" - command: make clean install-vendor-m3 docs-test - env: - CGO_ENABLED: 0 - GIMME_GO_VERSION: 1.13.x - plugins: - gopath-checkout#v1.0.1: - import: github.com/m3db/m3 - <<: *common - - label: "FOSSA license scan" - command: make clean install-vendor-m3 fossa - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - env: - - FOSSA_API_KEY - <<: *common - name: "Check for docker and docs builds :docker: :books:" commands: - ".ci/docker/check_do_docker.sh"