From 8dd254d9d77a4d618247c854b92a6f167903e8aa Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Thu, 15 Feb 2024 10:23:29 -0800 Subject: [PATCH] pipeline: don't run save/restore tests as part of the presubmit set They are not stable and require too much time. PiperOrigin-RevId: 607376938 --- .buildkite/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 84cb39ed3..90ca258af 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -290,6 +290,7 @@ steps: # All S/R system call tests. - <<: *common <<: *source_test + if: build.branch == "master" label: ":muscle: System call save restore tests (AMD64)" command: make BAZEL_OPTIONS=--test_tag_filters=save_restore syscall-tests parallelism: 20 @@ -297,6 +298,7 @@ steps: arch: "amd64" - <<: *common <<: *source_test + if: build.branch == "master" label: ":muscle: System call save restore tests (ARM64)" command: make BAZEL_OPTIONS=--test_tag_filters=save_restore syscall-tests parallelism: 10