test: execute systrap syscall tests on arm64

PiperOrigin-RevId: 521855742
This commit is contained in:
Andrei Vagin
2023-04-04 13:50:58 -07:00
committed by gVisor bot
parent 1f74f6142a
commit 150b518e37
+1 -1
View File
@@ -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"