Skip to content
Snippets Groups Projects
Commit 9876da2a authored by Nate Grieser's avatar Nate Grieser
Browse files

Merge branch 'Add-RD-CI-test' into '2018-patches'

Add Rare Decays CI tests

See merge request !1749
parents 6594ec4c df01afb0
No related branches found
No related tags found
4 merge requests!1780Draft:Merge branch 'BnoC_B2L0HHH_2018-patches' into 'BnoC_2018-patches'",!1762adding D0->K3pi mode for DiCharm,!1752Draft: add D0->K3pi mode for DiCharm,!1749Add Rare Decays CI tests
......@@ -268,3 +268,27 @@ TestWGLines_2018_IFT:
rules:
- if: $CI_COMMIT_REF_NAME =~ /IFT/
TestWGLines_2016_RD:
stage: WGtest
extends: .setup_script_2016
script:
- echo -n 2016 RD | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /RD/
TestWGLines_2017_RD:
stage: WGtest
extends: .setup_script_2017
script:
- echo -n 2017 RD | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /RD/
TestWGLines_2018_RD:
stage: WGtest
extends: .setup_script_2018
script:
- echo -n 2018 RD | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /RD/
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