From d32c34822b4ae629590df7947e6b27d0ba60bbdd Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Fri, 23 Dec 2022 20:59:37 +0800 Subject: [PATCH] ci: trigger stable-sbf pipeline when cargo-[test|build]-[bpf|sbf] is modified (#29391) --- ci/buildkite-pipeline.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index f5d1ebf0b..e854e2cb8 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -181,6 +181,10 @@ all_test_steps() { ^fetch-perf-libs.sh \ ^programs/ \ ^sdk/ \ + cargo-build-bpf$ \ + cargo-test-bpf$ \ + cargo-build-sbf$ \ + cargo-test-sbf$ \ ; then cat >> "$output_file" <<"EOF" - command: "ci/test-stable-sbf.sh"