summaryrefslogtreecommitdiffhomepage
path: root/.buildkite/pipeline.yaml
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2021-01-21 15:39:24 -0800
committergVisor bot <gvisor-bot@google.com>2021-01-21 15:53:34 -0800
commit48dfb8db9e784604e9c7ad8e1a36cc862dac1b4d (patch)
tree475b61ab8e7f809c4fe85e4f51b36a71bb4854cb /.buildkite/pipeline.yaml
parent7bf656f4c635e4acdc0a61523220dfc9a1f3d1ba (diff)
Add image presubmit tests and mark fsstress x86_64 only.
PiperOrigin-RevId: 353118942
Diffstat (limited to '.buildkite/pipeline.yaml')
-rw-r--r--.buildkite/pipeline.yaml8
1 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"