From a7abe022ca19cdfafc4028ef8301db9f6155f128 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 29 Nov 2022 16:27:23 -0800 Subject: [PATCH] buildkite: execute tests all together Right now, we execute smoke tests firsts and if they passses, we execute other tests. It makes sense to reduce load on the test infrastructure, if we push often completely broken changes. I reviewed builds for the last week and didn't find such builds.. PiperOrigin-RevId: 491766379 --- .buildkite/pipeline.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index a3fa0e927..7240a87d7 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -69,7 +69,6 @@ steps: <<: *source_test label: ":fire: Smoke race tests" command: make smoke-race-tests - - wait # Build everything. - <<: *common