Skip to content

Commit

Permalink
v1.16: ci: update rules for triggering all_test_steps (backport of #3…
Browse files Browse the repository at this point in the history
…2442) (#32446)

ci: update rules for triggering all_test_steps (#32442)

ci: update rules for trigger all_test_steps
(cherry picked from commit 3fa3d26)

Co-authored-by: Yihau Chen <[email protected]>
  • Loading branch information
mergify[bot] and yihau authored Jul 11, 2023
1 parent 03eeb8c commit 1f58730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,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

Expand Down
2 changes: 1 addition & 1 deletion ci/buildkite-solana-private.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f58730

Please sign in to comment.