Skip to content

Commit

Permalink
WX-927 Proper GCP Batch failure on noAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 13, 2024
1 parent 081318d commit e950729
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# NB: To request this test by name, make it lowercase, eg sbt "centaur/it:testOnly * -- -n fast_fail_noaddress"
name: fast_fail_noAddress
# GCPBATCH error message is different
# Unable to complete Batch request due to a problem with the request (io.grpc.StatusRuntimeException: INVALID_ARGUMENT: no_external_ip_address field is invalid. both network and subnetwork have to be specified when no_external_ip_address is true).
backends: [Papi, Papiv2, GCPBATCH_NEEDS_ALT]
backends: [Papi, Papiv2, GCPBATCH_ALT]
backendsMode: any
testFormat: workflowfailure

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# NB: To request this test by name, make it lowercase, eg sbt "centaur/it:testOnly * -- -n gcpbatch_fast_fail_noaddress"
name: gcpbatch_fast_fail_noaddress
backends: [ GCPBATCH ]
backendsMode: any
testFormat: workflowfailure

files {
workflow: fast_fail_noAddress/fast_fail_noAddress.wdl
}

metadata {
workflowName: fast_fail_noAddress
"failures.0.causedBy.0.message": ~~"Unable to complete Batch request due to a problem with the request (io.grpc.StatusRuntimeException: INVALID_ARGUMENT: no_external_ip_address field is invalid. both network and subnetwork have to be specified when no_external_ip_address is true)."
status: Failed
}

0 comments on commit e950729

Please sign in to comment.