Skip to content

Commit

Permalink
check 2nd metadata message rather than reported vmEndTime
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Dec 10, 2024
1 parent ac2de89 commit b4180a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata {
"calls.required_files.check_it.executionStatus": "Done"
"calls.required_files.do_it.executionStatus": "Failed"
"calls.required_files.do_it.retryableFailure": "false"
"calls.required_files.do_it.failures.0.message": ~~"Job failed due to task failure. Specifically, task with index 0 failed due to the following task event: \"Task state is updated from RUNNING to FAILED"
"calls.required_files.do_it.failures.1.message": ~~"Job failed due to task failure. Specifically, task with index 0 failed due to the following task event: \"Task state is updated from RUNNING to FAILED"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata {
workflowName: retry_same_memory_output_failure
status: Failed
"failures.0.message": "Workflow failed"
"failures.0.causedBy.0.message": ~~"exit code 1."
"failures.0.causedBy.1.message": ~~"exit code 1."
"retry_same_memory_output_failure.imitate_oom_error.-1.1.executionStatus": "RetryableFailure"
"retry_same_memory_output_failure.imitate_oom_error.-1.1.runtimeAttributes.memory": "1 GB"
"retry_same_memory_output_failure.imitate_oom_error.-1.2.executionStatus": "RetryableFailure"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ metadata {
workflowName: requester_pays_localization
status: Failed
"failures.0.message": "Workflow failed"
"failures.0.causedBy.0.message": "Task requester_pays_localization.localize:NA:1 failed. The job was stopped before the command finished. PAPI error code 9. Please check the log file for more details: gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/ci/requester_pays_localization/<<UUID>>/call-localize/localize.log."
"failures.0.causedBy.1.message": "Task requester_pays_localization.localize:NA:1 failed. The job was stopped before the command finished. PAPI error code 9. Please check the log file for more details: gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/ci/requester_pays_localization/<<UUID>>/call-localize/localize.log."
}

0 comments on commit b4180a4

Please sign in to comment.