-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulk: testing for failures #48356
Bulk: testing for failures #48356
Conversation
@@ -229,6 +229,7 @@ workflows: | |||
ignore: | |||
- master | |||
- bulk | |||
- /bulk.*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is kind of hacky, but I did it because master is hard-coded in this yml file as the root branch and so building this would try to build everything from bulk.
Azure has the option to exclude PRs with the target of bulk so I did that on the bulk branch itself before branching this..
@daler I actually added a separate GHA configuration for this, but I did it on the bulk branch before I created this branch so we could use it for multiple branches. https://github.com/bioconda/bioconda-recipes/blob/bulk-osx-failures/.github/workflows/Bulk-PR.yml Sorry I didn't communicate that well when it didn't show up in the PR diff. (Carry on with what you are doing, but it's there if you need it.) |
This is to test out fixes for failures on bulk, specifically osx-64