19975: Add integration test for out-of-memory resubmit
[arvados.git] / sdk / cwl / tests / arvados-tests.yml
index f242e632366c940ae7193c3add3237eb76bd79ad..a93c64a224c1e83b3d126b720fadeba6e8f59039 100644 (file)
   }
   tool: 19678-name-id.cwl
   doc: "Test issue 19678 - non-string type input parameter called 'name'"
+
+- job: oom/fakeoom.yml
+  output: {}
+  tool: oom/19975-oom.cwl
+  doc: "Test feature 19975 - retry on exit 137"
+
+- job: oom/fakeoom2.yml
+  output: {}
+  tool: oom/19975-oom.cwl
+  doc: "Test feature 19975 - retry on memory error"
+
+- job: oom/fakeoom3.yml
+  output: {}
+  tool: oom/19975-oom3.cwl
+  doc: "Test feature 19975 - retry on custom error"