From 48dfb8db9e784604e9c7ad8e1a36cc862dac1b4d Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Thu, 21 Jan 2021 15:39:24 -0800 Subject: [PATCH] Add image presubmit tests and mark fsstress x86_64 only. PiperOrigin-RevId: 353118942 --- .buildkite/pipeline.yaml | 8 ++++++++ images/basic/fsstress/{Dockerfile => Dockerfile.x86_64} | 0 2 files changed, 8 insertions(+) rename images/basic/fsstress/{Dockerfile => Dockerfile.x86_64} (100%) 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 similarity index 100% rename from images/basic/fsstress/Dockerfile rename to images/basic/fsstress/Dockerfile.x86_64