From 510d63d26195f9b801dc8c2069b39076a14a6001 Mon Sep 17 00:00:00 2001 From: zengk Date: Fri, 26 Jul 2024 11:08:17 -0700 Subject: [PATCH 1/8] uncomment last test --- .buildkite/pipeline.yml | 357 ++++++++++++++++++++-------------------- 1 file changed, 182 insertions(+), 175 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 605e114cfe..fe3708479f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -74,122 +74,122 @@ steps: # - |- # make clean install-vendor-m3 test-all-gen # <<: *common - - name: "Unit %n" - parallelism: 4 - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean install-vendor-m3 test-base - <<: *common - - name: "Big Unit %n" - parallelism: 2 - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean install-vendor-m3 test-big-base - <<: *common - - name: "Services, Tools" - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean install-vendor-m3 services tools - <<: *common - - name: "Lint" - env: - CGO_ENABLED: 0 - GIMME_GO_VERSION: 1.18.x - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean lint - <<: *common - - label: "Integration (:docker:)" - env: - CGO_ENABLED: 0 - GIMME_GO_VERSION: 1.18.x - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean install-vendor-m3 docker-integration-test - <<: *common - - label: "M3 Cluster Integration Tests" - env: - CGO_ENABLED: 0 - GIMME_GO_VERSION: 1.18.x - plugins: - gopath-checkout#v1.0.1: - import: github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean test-ci-cluster-integration - <<: *common - - label: "M3 Cluster Integration Test Harness Tests" - skip: "NB(nate): temporarily disabling to resolve some tests flakes" - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean test-ci-test-harness - <<: *common +# - name: "Unit %n" +# parallelism: 4 +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean install-vendor-m3 test-base +# <<: *common +# - name: "Big Unit %n" +# parallelism: 2 +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean install-vendor-m3 test-big-base +# <<: *common +# - name: "Services, Tools" +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean install-vendor-m3 services tools +# <<: *common +# - name: "Lint" +# env: +# CGO_ENABLED: 0 +# GIMME_GO_VERSION: 1.18.x +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean lint +# <<: *common +# - label: "Integration (:docker:)" +# env: +# CGO_ENABLED: 0 +# GIMME_GO_VERSION: 1.18.x +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean install-vendor-m3 docker-integration-test +# <<: *common +# - label: "M3 Cluster Integration Tests" +# env: +# CGO_ENABLED: 0 +# GIMME_GO_VERSION: 1.18.x +# plugins: +# gopath-checkout#v1.0.1: +# import: github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean test-ci-cluster-integration +# <<: *common +# - label: "M3 Cluster Integration Test Harness Tests" +# skip: "NB(nate): temporarily disabling to resolve some tests flakes" +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean test-ci-test-harness +# <<: *common # - name: "Prometheus compatibility (:docker:)" # command: make clean install-vendor-m3 docker-compatibility-test # parallelism: 1 @@ -216,54 +216,54 @@ steps: # run: app # workdir: /go/src/github.com/m3db/m3 # <<: *common - - name: "Integration (aggregator TCP client) %n" - parallelism: 1 - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean install-vendor-m3 test-ci-integration-aggregator aggregator_client=tcp - <<: *common - - name: "Integration (aggregator m3msg client) %n" - parallelism: 1 - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean install-vendor-m3 test-ci-integration-aggregator aggregator_client=m3msg - <<: *common - - label: "Integration (m3em, cluster, msg, metrics) %n" - parallelism: 4 - plugins: - docker-compose#v2.5.1: - run: app - workdir: /go/src/github.com/m3db/m3 - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - make clean install-vendor-m3 test-ci-integration-m3em test-ci-integration-cluster test-ci-integration-msg test-ci-integration-metrics - <<: *common +# - name: "Integration (aggregator TCP client) %n" +# parallelism: 1 +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean install-vendor-m3 test-ci-integration-aggregator aggregator_client=tcp +# <<: *common +# - name: "Integration (aggregator m3msg client) %n" +# parallelism: 1 +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean install-vendor-m3 test-ci-integration-aggregator aggregator_client=m3msg +# <<: *common +# - label: "Integration (m3em, cluster, msg, metrics) %n" +# parallelism: 4 +# plugins: +# docker-compose#v2.5.1: +# run: app +# workdir: /go/src/github.com/m3db/m3 +# kubernetes: +# <<: *kubernetes +# podSpec: +# <<: *podSpec +# containers: +# - <<: *commandContainer +# command: +# - |- +# make clean install-vendor-m3 test-ci-integration-m3em test-ci-integration-cluster test-ci-integration-msg test-ci-integration-metrics +# <<: *common # - name: "Documentation tests" # command: make clean install-vendor-m3 docs-test # env: @@ -282,14 +282,21 @@ steps: # env: # - FOSSA_API_KEY # <<: *common -# - name: "Check for docker and docs builds :docker: :books:" -# commands: -# - ".ci/docker/check_do_docker.sh" -# - ".buildkite/scripts/check_do_docs.sh" -# agents: -# queue: init -# timeout_in_minutes: 10 -# retry: -# automatic: -# limit: 1 -# manual: true + - name: "Check for docker and docs builds :docker: :books:" + plugins: + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + commands: + - ".ci/docker/check_do_docker.sh" + - ".buildkite/scripts/check_do_docs.sh" + agents: + queue: init + timeout_in_minutes: 10 + retry: + automatic: + limit: 1 + manual: true From 1f847f208d191f62440b93e6640eb15dd8aa93a4 Mon Sep 17 00:00:00 2001 From: zengk Date: Fri, 26 Jul 2024 11:11:17 -0700 Subject: [PATCH 2/8] uncomment second command --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index fe3708479f..fb346a7ec6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -290,9 +290,9 @@ steps: <<: *podSpec containers: - <<: *commandContainer - commands: + command: - ".ci/docker/check_do_docker.sh" - - ".buildkite/scripts/check_do_docs.sh" + #- ".buildkite/scripts/check_do_docs.sh" agents: queue: init timeout_in_minutes: 10 From b0b64490f9c6439b14fe5f58c72c0447ed87942c Mon Sep 17 00:00:00 2001 From: zengk Date: Fri, 26 Jul 2024 11:16:49 -0700 Subject: [PATCH 3/8] add common step --- .buildkite/pipeline.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index fb346a7ec6..5bfe67c9d2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -293,10 +293,4 @@ steps: command: - ".ci/docker/check_do_docker.sh" #- ".buildkite/scripts/check_do_docs.sh" - agents: - queue: init - timeout_in_minutes: 10 - retry: - automatic: - limit: 1 - manual: true + <<: *common From e637a0b7605bddefb8318db80a5f9b354473012e Mon Sep 17 00:00:00 2001 From: zengk Date: Fri, 26 Jul 2024 11:22:40 -0700 Subject: [PATCH 4/8] add another command --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5bfe67c9d2..93dabd0548 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -292,5 +292,5 @@ steps: - <<: *commandContainer command: - ".ci/docker/check_do_docker.sh" - #- ".buildkite/scripts/check_do_docs.sh" + - ".buildkite/scripts/check_do_docs.sh" <<: *common From b2879a0b611819f59cc0f79c53660fef7c86b513 Mon Sep 17 00:00:00 2001 From: zengk Date: Fri, 26 Jul 2024 11:25:27 -0700 Subject: [PATCH 5/8] switch order of commands --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 93dabd0548..74ece57b88 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -291,6 +291,6 @@ steps: containers: - <<: *commandContainer command: + - - ".buildkite/scripts/check_do_docs.sh" - ".ci/docker/check_do_docker.sh" - - ".buildkite/scripts/check_do_docs.sh" <<: *common From 1fa3d3fb70e8786ab72fa539146df4df6f5228dd Mon Sep 17 00:00:00 2001 From: zengk Date: Fri, 26 Jul 2024 11:26:31 -0700 Subject: [PATCH 6/8] fix typo --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 74ece57b88..ac915082ff 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -291,6 +291,6 @@ steps: containers: - <<: *commandContainer command: - - - ".buildkite/scripts/check_do_docs.sh" + - ".buildkite/scripts/check_do_docs.sh" - ".ci/docker/check_do_docker.sh" <<: *common From 9188e13ad5b667dc05fa0e38ea8362774e1d8571 Mon Sep 17 00:00:00 2001 From: zengk Date: Fri, 26 Jul 2024 11:31:16 -0700 Subject: [PATCH 7/8] test1 --- .buildkite/pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ac915082ff..336142475c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -291,6 +291,7 @@ steps: containers: - <<: *commandContainer command: - - ".buildkite/scripts/check_do_docs.sh" - - ".ci/docker/check_do_docker.sh" + - |- + .buildkite/scripts/check_do_docs.sh + .ci/docker/check_do_docker.sh <<: *common From abd7ca527a2c3271021890b06fbd8a4ebb55845f Mon Sep 17 00:00:00 2001 From: zengk Date: Fri, 26 Jul 2024 11:35:49 -0700 Subject: [PATCH 8/8] uncomment rest of passing pipeline tests --- .buildkite/pipeline.yml | 328 ++++++++++++++++++++-------------------- 1 file changed, 164 insertions(+), 164 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 336142475c..dc4ce33181 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -74,122 +74,122 @@ steps: # - |- # make clean install-vendor-m3 test-all-gen # <<: *common -# - name: "Unit %n" -# parallelism: 4 -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean install-vendor-m3 test-base -# <<: *common -# - name: "Big Unit %n" -# parallelism: 2 -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean install-vendor-m3 test-big-base -# <<: *common -# - name: "Services, Tools" -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean install-vendor-m3 services tools -# <<: *common -# - name: "Lint" -# env: -# CGO_ENABLED: 0 -# GIMME_GO_VERSION: 1.18.x -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean lint -# <<: *common -# - label: "Integration (:docker:)" -# env: -# CGO_ENABLED: 0 -# GIMME_GO_VERSION: 1.18.x -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean install-vendor-m3 docker-integration-test -# <<: *common -# - label: "M3 Cluster Integration Tests" -# env: -# CGO_ENABLED: 0 -# GIMME_GO_VERSION: 1.18.x -# plugins: -# gopath-checkout#v1.0.1: -# import: github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean test-ci-cluster-integration -# <<: *common -# - label: "M3 Cluster Integration Test Harness Tests" -# skip: "NB(nate): temporarily disabling to resolve some tests flakes" -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean test-ci-test-harness -# <<: *common + - name: "Unit %n" + parallelism: 4 + plugins: + docker-compose#v2.5.1: + run: app + workdir: /go/src/github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean install-vendor-m3 test-base + <<: *common + - name: "Big Unit %n" + parallelism: 2 + plugins: + docker-compose#v2.5.1: + run: app + workdir: /go/src/github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean install-vendor-m3 test-big-base + <<: *common + - name: "Services, Tools" + plugins: + docker-compose#v2.5.1: + run: app + workdir: /go/src/github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean install-vendor-m3 services tools + <<: *common + - name: "Lint" + env: + CGO_ENABLED: 0 + GIMME_GO_VERSION: 1.18.x + plugins: + docker-compose#v2.5.1: + run: app + workdir: /go/src/github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean lint + <<: *common + - label: "Integration (:docker:)" + env: + CGO_ENABLED: 0 + GIMME_GO_VERSION: 1.18.x + plugins: + docker-compose#v2.5.1: + run: app + workdir: /go/src/github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean install-vendor-m3 docker-integration-test + <<: *common + - label: "M3 Cluster Integration Tests" + env: + CGO_ENABLED: 0 + GIMME_GO_VERSION: 1.18.x + plugins: + gopath-checkout#v1.0.1: + import: github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean test-ci-cluster-integration + <<: *common + - label: "M3 Cluster Integration Test Harness Tests" + skip: "NB(nate): temporarily disabling to resolve some tests flakes" + plugins: + docker-compose#v2.5.1: + run: app + workdir: /go/src/github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean test-ci-test-harness + <<: *common # - name: "Prometheus compatibility (:docker:)" # command: make clean install-vendor-m3 docker-compatibility-test # parallelism: 1 @@ -216,54 +216,54 @@ steps: # run: app # workdir: /go/src/github.com/m3db/m3 # <<: *common -# - name: "Integration (aggregator TCP client) %n" -# parallelism: 1 -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean install-vendor-m3 test-ci-integration-aggregator aggregator_client=tcp -# <<: *common -# - name: "Integration (aggregator m3msg client) %n" -# parallelism: 1 -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean install-vendor-m3 test-ci-integration-aggregator aggregator_client=m3msg -# <<: *common -# - label: "Integration (m3em, cluster, msg, metrics) %n" -# parallelism: 4 -# plugins: -# docker-compose#v2.5.1: -# run: app -# workdir: /go/src/github.com/m3db/m3 -# kubernetes: -# <<: *kubernetes -# podSpec: -# <<: *podSpec -# containers: -# - <<: *commandContainer -# command: -# - |- -# make clean install-vendor-m3 test-ci-integration-m3em test-ci-integration-cluster test-ci-integration-msg test-ci-integration-metrics -# <<: *common + - name: "Integration (aggregator TCP client) %n" + parallelism: 1 + plugins: + docker-compose#v2.5.1: + run: app + workdir: /go/src/github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean install-vendor-m3 test-ci-integration-aggregator aggregator_client=tcp + <<: *common + - name: "Integration (aggregator m3msg client) %n" + parallelism: 1 + plugins: + docker-compose#v2.5.1: + run: app + workdir: /go/src/github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean install-vendor-m3 test-ci-integration-aggregator aggregator_client=m3msg + <<: *common + - label: "Integration (m3em, cluster, msg, metrics) %n" + parallelism: 4 + plugins: + docker-compose#v2.5.1: + run: app + workdir: /go/src/github.com/m3db/m3 + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + make clean install-vendor-m3 test-ci-integration-m3em test-ci-integration-cluster test-ci-integration-msg test-ci-integration-metrics + <<: *common # - name: "Documentation tests" # command: make clean install-vendor-m3 docs-test # env: