From b03b5f02ac42b4e4572f746b5c7f40fb53c0e34a Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Mon, 2 Dec 2024 10:56:33 -0800 Subject: [PATCH] Run save/resume syscall tests only continuously. PiperOrigin-RevId: 702021415 --- .buildkite/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 4d05b894e..3db07a23f 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -304,7 +304,7 @@ steps: parallelism: 10 agents: arch: "arm64" - # All S/R system call tests. + # All Save Restore system call tests. - <<: *common <<: *source_test_continuous label: ":muscle: System call save restore tests (AMD64)" @@ -321,14 +321,14 @@ steps: arch: "arm64" # All Save Resume system call tests. - <<: *common - <<: *source_test + <<: *source_test_continuous label: ":muscle: System call save resume tests (AMD64)" command: make BAZEL_OPTIONS=--test_tag_filters=save_resume syscall-tests parallelism: 20 agents: arch: "amd64" - <<: *common - <<: *source_test + <<: *source_test_continuous label: ":muscle: System call save resume tests (ARM64)" command: make BAZEL_OPTIONS=--test_tag_filters=save_resume syscall-tests parallelism: 10