Dummy PR to test Nextflow config action #22
nextflow-tests.yaml
on: pull_request
tests
/
discover-tests
4s
Matrix: tests / run-test
Annotations
8 errors
tests / run-test (test/configtest-F32.json):
test/configtest-F32.json#L176
< "operand": "4",
---
> "operand": "2",
|
tests / run-test (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)"
|
tests / run-test (test/configtest-F32.json)
Process completed with exit code 1.
|
tests / run-test (test/configtest-F32.json)
Input required and not supplied: path
|
tests / run-test (test/configtest-F16.json)
Input required and not supplied: path
|
tests / run-test (test/configtest-F16.json):
test/configtest-F16.json#L176
< "operand": "4",
---
> "operand": "2",
|
tests / run-test (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)"
|
tests / run-test (test/configtest-F16.json)
Process completed with exit code 1.
|