From 30f74b954c4153587b47556c9503c100791d0b08 Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Wed, 16 Nov 2022 11:45:44 -0800 Subject: [PATCH] Do not wait 2 times for smoke tests. Run all smoke tests parallely. This will speed up pipeline a bit. PiperOrigin-RevId: 488997637 --- .buildkite/pipeline.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 4a3086b3b..a3fa0e927 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -59,7 +59,6 @@ steps: command: make smoke-tests agents: arch: "amd64" - - wait - <<: *common <<: *source_test label: ":fire: Smoke tests (ARM64)"