Skip to content

Commit ff1e633

Browse files
committed
Merge bitcoin/bitcoin#22730: ci: Run fuzzer task for the master branch only
5a9e255 ci: Run fuzzer task for the master branch only (Hennadii Stepanov) Pull request description: bitcoin/bitcoin#22629 (comment): > I think we need to decide whether running the fuzzer CI in any branch other than master is something we want to be doing / maintaining. This seems pretty unsustainable unless we at least make changes in regards to the fuzz inputs being used by the different branches. I'm pretty sure Marco has mentioned this before. This PR makes CI ignore fuzz tests by forcing `RUN_FUZZ_TESTS=false` for all cases when it is not the master branch or a PR based on it. See #22731 as a demo for the 22.x branch. ACKs for top commit: MarcoFalke: cr ACK 5a9e255 no opinion on the concept, also didn't test fanquake: ACK 5a9e255 - didn't test other than to look at #22731. Tree-SHA512: 48f8f02f1814d4f15293a8804b76d544a08784ea7acd930b5c6d4608564d30aa5a608b1a511386ffda6975feec700c1bbeb86a30a75a7e48a1c5b167a227dbdd
2 parents d316934 + 5a9e255 commit ff1e633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ task:
157157

158158
task:
159159
name: '[no depends, sanitizers: fuzzer,address,undefined,integer] [focal]'
160+
only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BASE_BRANCH == $CIRRUS_DEFAULT_BRANCH
160161
<< : *GLOBAL_TASK_TEMPLATE
161162
container:
162163
image: ubuntu:focal

0 commit comments

Comments
 (0)