From 9ea52350c03ca7992a465778ca9e61e6f05496dd Mon Sep 17 00:00:00 2001 From: AnilAltinay Date: Wed, 26 Aug 2026 16:15:24 -0700 Subject: [PATCH] ARM syscall tests PiperOrigin-RevId: 971561052 --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 80f2fe9127..53aca12c75 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -372,7 +372,7 @@ steps: - <<: *common <<: *source_test label: ":muscle: System call tests (ARM64)" - command: make BAZEL_OPTIONS=--test_tag_filters=-allsave,runsc_ptrace,runsc_systrap syscall-tests + command: make BAZEL_OPTIONS=--test_tag_filters=-allsave,-runsc_kvm,-runsc_slimvm syscall-tests parallelism: 10 agents: arch: "arm64"