Skip to content
Snippets Groups Projects
Commit 369682f1 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

add testcases explicitly as empty choice not ok anymore

parent b498aaca
1 merge request!112add testcases explicitly as empty choice not ok anymore
Pipeline #83300 passed with stages
in 5 minutes and 6 seconds
...@@ -73,15 +73,23 @@ pre-deployment-staging: ...@@ -73,15 +73,23 @@ pre-deployment-staging:
# variables: # variables:
# MATLABCMD: matlab980 # MATLABCMD: matlab980
test-staging-960: test-staging-960_tcv:
extends: .test-staging-template extends: .test-staging-template
variables: variables:
MATLABCMD: matlab960 MATLABCMD: matlab960
TESTCASE: tcv
test-staging-960_tcv_imas:
extends: .test-staging-template
variables:
MATLABCMD: matlab960
TESTCASE: tcv_imas
test-staging-920: test-staging-920:
extends: .test-staging-template extends: .test-staging-template
variables: variables:
MATLABCMD: matlab920 MATLABCMD: matlab920
TESTCASE: tcv
# pre-deployment # pre-deployment
pre-deployment-checks: pre-deployment-checks:
...@@ -92,8 +100,14 @@ deploy: ...@@ -92,8 +100,14 @@ deploy:
extends: .deploy-to-lac-template extends: .deploy-to-lac-template
# test post-deploy # test post-deploy
test-post-deploy-matlab-9.2.0: test-post-deploy-matlab-9.2.0_tcv:
extends: .test-post-deploy-template
variables:
MATLABCMD: matlab920
TESTCASE: tcv
test-post-deploy-matlab-9.2.0_tcv_imas:
extends: .test-post-deploy-template extends: .test-post-deploy-template
variables: variables:
MATLABCMD: matlab920 MATLABCMD: matlab920
TESTCASE: basic-tcv TESTCASE: tcv_imas
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