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

Setup automatic updates to WDLs on Dockstore #605

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

VJalili
Copy link
Member

@VJalili VJalili commented Oct 4, 2023

This PR adds configurations necessary to enable automatic updates of the WDLs on Dockstore.
Accordingly, this PR adds .dockstore.yml, which registers the workflows defined on GATK-SV Terra workspace (i.e., [gnomad-v3-sv/gatk-sv-pipeline-1kgp](https://app.terra.bio/#workspaces/gnomad-v3-sv/gatk-sv-pipeline-1kgp-test-noaddress)) for an automatic sync with Dockstore.

Only the root workflows need to be registered for automatic sync, and Dockstore will fetch all the dependencies automatically without a need for explicit registration. Additionally, the dockstore app does not support registering workflows using wildcards; hence, each workflow must be registered separately.

After this PR is merged, dockstore app will automatically sync the registered workflows with dockstore with every commit pushed to any branch on broadinstitute/gatk-sv that has .github/.dockstore.yml file in it.

@VJalili VJalili marked this pull request as ready for review October 13, 2023 13:34
@mwalker174
Copy link
Collaborator

Thanks for your patience @VJalili. This looks great! I do think we will need to move to a forking development model to avoid spamming Dockstore with pushes, as it already seems we are breaking its limits. Still, IMO the transition is worth it to further automate out deployment process.

@VJalili
Copy link
Member Author

VJalili commented Nov 16, 2023

Thanks, @mwalker174! I agree, hopefully this automation will help with dockstore refresh/sync, and one less manual step in the release process.

@VJalili VJalili merged commit 76be441 into broadinstitute:main Nov 16, 2023
1 check passed
@VJalili VJalili deleted the dockstore_app branch November 16, 2023 21:01
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.

2 participants