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

Add ulimit to ci integration

parent 14784208
Branches
Tags
2 merge requests!37v0.0.1,!22Resolve "process_count"
Pipeline #6234 failed with stages
in 48 minutes and 57 seconds
......@@ -86,11 +86,13 @@ fastqc:
integration_se:
stage: integration
script:
- ulimit -u 16384
- 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
- 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