Skip to content

Conversation

maflcko
Copy link
Contributor

@maflcko maflcko commented Jul 28, 2023

Currently lint may run on forks and eat up the capped Cirrus CI contingent. Fix this by just skipping it. It can be trivially enabled by forks, if they want to.

Also, select persistent workers based on type.

Also, select persistent workers based on type.

Also, remove unused greedy.

Also, transform normal fuzz task into persitent_worker task.
only_if: $CIRRUS_BASE_BRANCH == 'main'
use_compute_credits: true # https://cirrus-ci.org/pricing/#compute-credits
# https://cirrus-ci.org/guide/writing-tasks/#conditional-task-execution: Skip forks and non-pulls, to avoid needless costs
skip: $CIRRUS_REPO_OWNER != 'bitcoin-core' || $CIRRUS_PR == ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fanquake fanquake merged commit 1f1f3ed into bitcoin-core:main Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants