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