mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
committed by
gVisor bot
parent
b43a19fad0
commit
a507abead7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user