-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
infrastructureInfrastructure fix to execute WDL GitHub ActionsInfrastructure fix to execute WDL GitHub Actions
Milestone
Description
We need the ability to isolate a particular WDL Unit Test to the tests described in cromwellapi
and not have them run in the cromwelljava
test runs.
For example, helloModuleHostname
and gpuAlloc
are PROOF-specific tests of the module
and gpu
runtime attributes respectively. So when they're run via the PROOF API, they complete successfully, but when they're run locally via Cromwell, they fail due to the unrecognized runtime parameter.
If we can specify somehow to not run these WDL's in cromwelljava
, then these two WDL's can be merged into main pretty much immediately after.
Metadata
Metadata
Assignees
Labels
infrastructureInfrastructure fix to execute WDL GitHub ActionsInfrastructure fix to execute WDL GitHub Actions