Add image presubmit tests and mark fsstress x86_64 only.

PiperOrigin-RevId: 353118942
This commit is contained in:
Adin Scannell
2021-01-21 15:53:34 -08:00
committed by gVisor bot
parent 7bf656f4c6
commit 48dfb8db9e
2 changed files with 8 additions and 0 deletions
+8
View File
@@ -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"