diff options
author | Andrei Vagin <avagin@google.com> | 2020-12-30 01:28:26 -0800 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2021-01-07 17:41:43 -0800 |
commit | 8de562b79942f5383ffbe67873df07509ca7fcb0 (patch) | |
tree | 319862c9742914020a08a6087d1f5054c3040b4e /.buildkite/pipeline.yaml | |
parent | 599a3d0fb4cabbe6c56f4ac34dc9381eee365f52 (diff) |
Add ARM smoke test
make BAZEL_CONFIG=aarch64 arm-qemu-smoke-test
Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to '.buildkite/pipeline.yaml')
-rw-r--r-- | .buildkite/pipeline.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index ee993c46a..58a5ea68a 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -147,6 +147,11 @@ steps: parallelism: 10 if: build.message =~ /VFS1/ || build.branch == "master" + # ARM tests. + - <<: *common + label: ":mechanical_arm: ARM" + command: make arm-qemu-smoke-test + # Run basic benchmarks smoke tests (no upload). - <<: *common label: ":fire: Benchmarks smoke test" |