From fad6317bb59394064a8febbb18489a2e555c5baf Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Fri, 17 Sep 2021 11:09:38 +1000 Subject: [PATCH] ci(buildkite): remove test concurrency step (#2384) * ci(buildkite): remove test concurrency step * fix: remove concurrency_group from integration test steps --- .buildkite/pipeline.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.buildkite/pipeline.sh b/.buildkite/pipeline.sh index c96549052..ce075bb2f 100755 --- a/.buildkite/pipeline.sh +++ b/.buildkite/pipeline.sh @@ -65,18 +65,7 @@ steps: - label: ":chrome: Integration Tests" command: ".buildkite/steps/e2etests.sh | buildkite-agent pipeline upload" - concurrency: 3 - concurrency_group: "tests" depends_on: - "build-docker-linux-coverage" if: build.branch !~ /^(v[0-9]+\.[0-9]+\.[0-9]+)$\$/ && build.env("CI_BYPASS") != "true" && build.message !~ /\[(skip test|test skip)\]/ - - - wait: - if: build.branch !~ /^(v[0-9]+\.[0-9]+\.[0-9]+)$\$/ && build.env("CI_BYPASS") != "true" && build.message !~ /\[(skip test|test skip)\]/ - - - label: ":vertical_traffic_light: Test Concurrency Gate" - command: "echo End of concurrency gate" - concurrency: 3 - concurrency_group: "tests" - if: build.branch !~ /^(v[0-9]+\.[0-9]+\.[0-9]+)$\$/ && build.env("CI_BYPASS") != "true" && build.message !~ /\[(skip test|test skip)\]/ EOF \ No newline at end of file