From 150b518e37dc305428cea182434fa1939b78cfd4 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 4 Apr 2023 13:48:22 -0700 Subject: [PATCH] test: execute systrap syscall tests on arm64 PiperOrigin-RevId: 521855742 --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index e48c89608..5cb3c04fd 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -251,7 +251,7 @@ steps: - <<: *common <<: *source_test label: ":muscle: System call tests (ARM64)" - command: make BAZEL_OPTIONS=--test_tag_filters=runsc_ptrace syscall-tests + command: make BAZEL_OPTIONS=--test_tag_filters=runsc_ptrace,runsc_systrap syscall-tests parallelism: 10 agents: arch: "arm64"