Skip to content
Snippets Groups Projects
Commit 0f30eb62 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add unlimit -a to ci integration tests

parent 5ee1ac2c
2 merge requests!37v0.0.1,!28Resolve "Move inference to start of pipeline"
Pipeline #6347 passed with stages
in 6 hours, 23 minutes, and 34 seconds
......@@ -105,13 +105,13 @@ inferMetadata:
integration_se:
stage: integration
script:
- ulimit -u 16384
- ulimit -a
- nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4
integration_pe:
stage: integration
script:
- ulimit -u 16384
- ulimit -a
- nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -with-dag dag.png
artifacts:
name: "$CI_JOB_NAME"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment