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