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

Setup dummy se conssistency test with cache dependencies

parent 33fd5b4c
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
Pipeline #7746 passed with stages
in 1 hour, 18 minutes, and 25 seconds
...@@ -132,17 +132,20 @@ integration_se: ...@@ -132,17 +132,20 @@ integration_se:
script: script:
- hostname - hostname
- ulimit -a - ulimit -a
- nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 --ci true - nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 -with-dag dag.png --ci true
- find . -type f -name "multiqc_data.json" -exec cp {} . \;
artifacts: artifacts:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- dag.png - dag.png
- output/qc/ - output/qc/
- 16-1ZX4_multiqc_data.json
expire_in: 7 days expire_in: 7 days
cache: cache:
key: se_multiqc_cache
paths: paths:
- output/qc/ - 16-1ZX4_multiqc_data.json
integration_pe: integration_pe:
stage: integration stage: integration
...@@ -150,13 +153,24 @@ integration_pe: ...@@ -150,13 +153,24 @@ integration_pe:
- hostname - hostname
- ulimit -a - ulimit -a
- nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -with-dag dag.png --ci true - nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -with-dag dag.png --ci true
- find . -type f -name "multiqc_data.json" -exec cp {} . \;
artifacts: artifacts:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- dag.png - dag.png
- output/qc/ - output/qc/
- Q-Y5JA_multiqc_data.json
expire_in: 7 days expire_in: 7 days
cache: cache:
key: pe_multiqc_cache
paths: paths:
- output/qc/ - multiqc_data.json
consistency_se:
stage: consistency
script:
- echo "TEST"
cache:
key: se_multiqc_cache
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