Skip to content
Snippets Groups Projects
Commit 62c6b299 authored by aurore.comte_ird.fr's avatar aurore.comte_ird.fr
Browse files

add rules in CI

parent 91919db2
No related branches found
No related tags found
1 merge request!3Resolve "manage single and paired"
Pipeline #2463 failed
......@@ -28,9 +28,9 @@ RNAja:installing:
- RNAja --install_env
tags:
- VM
# rules: # Condition if the test is run or not
# - if: $CI_COMMIT_TAG =~ "/^v.*rc/" # Tests ran if commit message start with v.
# - if: $CI_COMMIT_MESSAGE =~ "/^RUN_INSTALL:.*/i"
rules: # Condition if the test is run or not
- if: $CI_COMMIT_TAG =~ "/^v.*rc/" # Tests ran if commit message start with v.
- if: $CI_COMMIT_MESSAGE =~ "/.*-TEST.*/i"
# @Description TEST single
RNAja:single:
......@@ -45,9 +45,9 @@ RNAja:single:
- RNAja run_local -t 22 -c ./RNAja/install_files/config_test/RNAja-config_single.yaml;
tags:
- VM
# rules:
# - if: $CI_COMMIT_MESSAGE =~ "/^RUN_TEST:.*/i"
# - if: $CI_COMMIT_TAG =~ "/^v.*rc/" # Tests ran if commit message start with v.
rules:
- if: $CI_COMMIT_TAG =~ "/^v.*rc/" # Tests ran if commit message start with v.
- if: $CI_COMMIT_MESSAGE =~ "/.*-TEST.*/i"
# @Description TEST paired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment