-
Notifications
You must be signed in to change notification settings - Fork 723
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
chore: update fgbio version #6967
Conversation
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.
you also need to update the snapshots
Updated now. |
Looks like just the wave build actions are failing (expected because secrets aren't passed to forked branches for the actions). |
@edmundmiller any ideas? |
Don't bump versions from a fork? 😆 You'll probably have to close this PR and make a new one if you want the wave CI to run 😞 It's not something we can "fix". It's a feature, not a bug. It should skip the matrix generation in this case, so I tried updating the branch. Another rationale for ignoring these is kicking off these version bump PRs, which should be done through #4211 and then modified. |
@edmundmiller, I don't mind the wave build automation not running/passing, but adding a check to make sure those actions don't trigger on PRs from forks seems like a good idea. No one likes an unnecessary ❌. I think it just needs a:
to make sure it doesn't run when the source repo is a fork. modules/.github/workflows/wave.yml Line 19 in 69750dd
Renovate definitely seems like a nice tool to manage these version bumps, but it doesn't look like it's currently detecting conda environment files intentionally or not (which is where fgbio and many other module versions are currently set). @mashehu if you want to require the wave build to pass before I can merge this PR, can someone make me a contributor here? (Context: I work with @nh13 at Fulcrum Genomics and have been helping out with maintenance of https://github.com/nf-core/fastquorum). |
Completely agree, I was just joking if you want the version to get bumped. I tried my best to get the wave jobs skipped if it was coming from a fork to avoid any confusion and thought we had that ironed out 🫠
For context it's off the version bumps are off right now because they were overwhelming and not automated. The channels will prevent it getting picked up until #5400 gets merged.
Sent you an invite! |
No luck! You'd think they'd make this easy. I'll close this fork PR and get a regular one opened. |
This PR updates the version of fgbio used in all fgbio modules to version 2.4.0. It also switches from biocontainers to Seqera containers.
Wave containers were created manually, action requires secrets which don't get passed for repo fork PRs.
PR checklist
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda