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
This commit is contained in:
Etienne Perot
2022-05-31 19:04:03 -07:00
committed by gVisor bot
parent b43a19fad0
commit a507abead7
+1 -2
View File
@@ -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