From 3fa3d266cda330225c50dcbe962fffade0725cf5 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Tue, 11 Jul 2023 04:02:33 +0800 Subject: [PATCH] ci: update rules for triggering all_test_steps (#32442) ci: update rules for trigger all_test_steps --- ci/buildkite-pipeline.sh | 2 +- ci/buildkite-solana-private.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index 8464e797b..44b7481bc 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -326,7 +326,7 @@ pull_or_push_steps() { # Run the full test suite by default, skipping only if modifications are local # to some particular areas of the tree - if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^.gitbook; then + if affects_other_than ^.mergify .md$ ^docs/ ^.gitbook; then all_test_steps fi diff --git a/ci/buildkite-solana-private.sh b/ci/buildkite-solana-private.sh index 2e4299f76..57a3d3de3 100644 --- a/ci/buildkite-solana-private.sh +++ b/ci/buildkite-solana-private.sh @@ -284,7 +284,7 @@ pull_or_push_steps() { # Run the full test suite by default, skipping only if modifications are local # to some particular areas of the tree - if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^.gitbook; then + if affects_other_than ^.mergify .md$ ^docs/ ^.gitbook; then all_test_steps fi