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

WX-1595 Add more cases to GCPBatch backend #7440

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

aednichols
Copy link
Contributor

@aednichols aednichols commented May 16, 2024

Description

The Batch integration test suite runs with the Local and GCPBatch backends. This means that any cases tagged Local would have been picked up and (perhaps counterintuitively) run on the GCPBatch backend, because that's the default.

We do have some extra cases that are not compatible with the Local backend for whatever reason, and weren't running on Batch. There's a good chance that many of them do work/should work on Batch, since it's similar to PAPI in a way that Local is not.

Release Notes Confirmation

CHANGELOG.md

  • I updated CHANGELOG.md in this PR
  • I assert that this change shouldn't be included in CHANGELOG.md because it doesn't impact community users

Terra Release Notes

  • I added a suggested release notes entry in this Jira ticket
  • I assert that this change doesn't need Jira release notes because it doesn't impact Terra users

@aednichols
Copy link
Contributor Author

I don't think this is working right... the tests that have [GCPBatch, Papiv2] are skipped on Batch because the default test format is "all" (Cromwell must support all backends listed).

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

3 participants