Skip to content
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

[MNT] Remove query-tool from repos to receive synced Docker nightly workflow #121

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

alyssadai
Copy link
Contributor

@alyssadai alyssadai commented Dec 20, 2024

Changes proposed in this pull request:

  • Remove query tool from list of repos to receive synced Docker nightly wf (since it has a customized version)

Checklist

This section is for the PR reviewer

  • PR has an interpretable title with a prefix ([ENH], [FIX], [REF], [TST], [CI], [MNT], [INF], [MODEL], [DOC]) (see our Contributing Guidelines for more info)
  • PR links to GitHub issue with mention Closes #XXXX
  • Tests pass
  • Checks pass

For new features:

  • Tests have been added

For bug fixes:

  • There is at least one test that would fail under the original bug conditions.

@alyssadai alyssadai self-assigned this Dec 20, 2024
@surchs surchs self-requested a review January 6, 2025 23:18
Copy link
Contributor

@surchs surchs left a comment

Choose a reason for hiding this comment

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

Thanks @alyssadai, this looks great!

I'm a bit puzzled by the diff. Maybe take another look to see if it makes sense to you, then 🧑‍🍳

Comment on lines +50 to +61
repos: |
neurobagel/query-tool
neurobagel/api
neurobagel/bagel-cli
neurobagel/federation-api
neurobagel/tools
neurobagel/ui

# Workflow to build + push Docker nightly image
# NOTE: Each repo needs to have a secret with the name DOCKERHUB_REPO set up
# which refers to the DockerHub repository name
- files:
Copy link
Contributor

Choose a reason for hiding this comment

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

why does this diff look so odd? Did we have a workflow that handled both SEMVER docker and nightly docker builds?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, in:

we started syncing the workflow for building nightly Docker images, but we did so by adding that workflow to the same existing sync group as the SEMVER Docker images.

In this PR we split those two wfs into separate sync groups.

@alyssadai alyssadai merged commit 46974d0 into main Jan 7, 2025
2 checks passed
@alyssadai alyssadai deleted the update-docker-nightly-sync branch January 7, 2025 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review - Done
Development

Successfully merging this pull request may close these issues.

2 participants