From 72f11d6898419de6b23f0113bcbf31d3e4ca52dc Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Wed, 21 Feb 2024 10:36:59 -0800 Subject: [PATCH] Replace "if" statement in pipeline file with source_test_continuous invocation PiperOrigin-RevId: 609046754 --- .buildkite/pipeline.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 90ca258af..7fc2ab296 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -289,16 +289,14 @@ steps: arch: "arm64" # All S/R system call tests. - <<: *common - <<: *source_test - if: build.branch == "master" + <<: *source_test_continuous label: ":muscle: System call save restore tests (AMD64)" command: make BAZEL_OPTIONS=--test_tag_filters=save_restore syscall-tests parallelism: 20 agents: arch: "amd64" - <<: *common - <<: *source_test - if: build.branch == "master" + <<: *source_test_continuous label: ":muscle: System call save restore tests (ARM64)" command: make BAZEL_OPTIONS=--test_tag_filters=save_restore syscall-tests parallelism: 10