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

Automated WDL Testing #420

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Automated WDL Testing #420

wants to merge 8 commits into from

Conversation

bshifaw
Copy link
Collaborator

@bshifaw bshifaw commented Aug 24, 2023

Adding git actions to initiate WDL tests on our testing infrastructure

  1. action initiated for every push on a feature branch
  2. action initiated on the main branch weekly

Tests only run on workflows that have tests created for them in the wdl_test folder. An example is added for PBCCSWholeGenome

input {
Array[String] file_paths
Int days_back = 1
String image_to_use
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's use tag instead of image name, for security reasons.

It looks like you just need gsutil available in the image?

@bshifaw bshifaw changed the title **Testing git actions for carrot tests do not merge** Automated WDL Testing Oct 17, 2023
@bshifaw bshifaw marked this pull request as ready for review October 17, 2023 12:49
@bshifaw bshifaw self-assigned this Oct 25, 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.

None yet

2 participants