diff options
author | Adin Scannell <ascannell@google.com> | 2021-01-21 15:39:24 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-21 15:53:34 -0800 |
commit | 48dfb8db9e784604e9c7ad8e1a36cc862dac1b4d (patch) | |
tree | 475b61ab8e7f809c4fe85e4f51b36a71bb4854cb | |
parent | 7bf656f4c635e4acdc0a61523220dfc9a1f3d1ba (diff) |
Add image presubmit tests and mark fsstress x86_64 only.
PiperOrigin-RevId: 353118942
-rw-r--r-- | .buildkite/pipeline.yaml | 8 | ||||
-rw-r--r-- | images/basic/fsstress/Dockerfile.x86_64 (renamed from images/basic/fsstress/Dockerfile) | 0 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index cddf5504b..ac0cc4cd9 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -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" diff --git a/images/basic/fsstress/Dockerfile b/images/basic/fsstress/Dockerfile.x86_64 index 21b86065a..21b86065a 100644 --- a/images/basic/fsstress/Dockerfile +++ b/images/basic/fsstress/Dockerfile.x86_64 |