Merge branch 'main' into nwiltsie-nextflow-tests #20
nextflow-tests.yaml
on: push
nextflow_tests_job
/
discover-tests
2s
Matrix: nextflow_tests_job / runtests
Annotations
8 errors
nextflow_tests_job / runtests (test/configtest-F32.json):
test/configtest-F32.json#L176
< "operand": "4",
---
> "operand": "2",
|
nextflow_tests_job / runtests (test/configtest-F32.json):
test/configtest-F32.json#L572
< "2": "24 GB",
< "3": "64 GB",
< "closure": "retry_updater(6 GB, exponential, 4, $task.attempt, memory)"
---
> "2": "12 GB",
> "3": "24 GB",
> "closure": "retry_updater(6 GB, exponential, 2, $task.attempt, memory)"
|
nextflow_tests_job / runtests (test/configtest-F32.json)
Process completed with exit code 1.
|
nextflow_tests_job / runtests (test/configtest-F32.json)
Input required and not supplied: path
|
nextflow_tests_job / runtests (test/configtest-F16.json)
Input required and not supplied: path
|
nextflow_tests_job / runtests (test/configtest-F16.json):
test/configtest-F16.json#L176
< "operand": "4",
---
> "operand": "2",
|
nextflow_tests_job / runtests (test/configtest-F16.json):
test/configtest-F16.json#L572
< "2": "16 GB",
< "3": "31 GB",
< "closure": "retry_updater(4 GB, exponential, 4, $task.attempt, memory)"
---
> "2": "8 GB",
> "3": "16 GB",
> "closure": "retry_updater(4 GB, exponential, 2, $task.attempt, memory)"
|
nextflow_tests_job / runtests (test/configtest-F16.json)
Process completed with exit code 1.
|