mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add image presubmit tests and mark fsstress x86_64 only.
PiperOrigin-RevId: 353118942
This commit is contained in:
committed by
gVisor bot
parent
7bf656f4c6
commit
48dfb8db9e
@@ -45,6 +45,14 @@ steps:
|
||||
- make BAZEL_OPTIONS=--config=cross-aarch64 artifacts/aarch64
|
||||
- make release
|
||||
|
||||
# Images tests.
|
||||
- <<: *common
|
||||
label: ":docker: Images (x86_64)"
|
||||
command: make ARCH=x86_64 load-all-images
|
||||
- <<: *common
|
||||
label: ":docker: Images (aarch64)"
|
||||
command: make ARCH=aarch64 load-all-images
|
||||
|
||||
# Basic unit tests.
|
||||
- <<: *common
|
||||
label: ":test_tube: Unit tests"
|
||||
|
||||
Reference in New Issue
Block a user