From a507abead7487757d30ba28d7dc61d24a6bd3419 Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Tue, 31 May 2022 19:01:53 -0700 Subject: [PATCH] Run ARM64 smoke tests after AMD64, in parallel with the other tests. This means only the AMD64 smoke tests block all other steps, which speeds up builds as ARM64 agents are more often contended for. PiperOrigin-RevId: 452190945 --- .buildkite/pipeline.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 4ae3501a0..d03be4e63 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -49,13 +49,12 @@ steps: command: make smoke-tests agents: arch: "amd64" + - wait - <<: *common label: ":fire: Smoke tests (ARM64)" command: make smoke-tests agents: arch: "arm64" - - - wait - <<: *common label: ":fire: Smoke race tests" command: make smoke-race-tests