Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SPC
gdat
Commits
369682f1
Commit
369682f1
authored
Oct 11, 2021
by
Olivier Sauter
Browse files
add testcases explicitly as empty choice not ok anymore
parent
b498aaca
Pipeline
#83300
passed with stages
in 5 minutes and 6 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
369682f1
...
...
@@ -73,15 +73,23 @@ pre-deployment-staging:
# variables:
# MATLABCMD: matlab980
test-staging-960
:
test-staging-960
_tcv
:
extends
:
.test-staging-template
variables
:
MATLABCMD
:
matlab960
TESTCASE
:
tcv
test-staging-960_tcv_imas
:
extends
:
.test-staging-template
variables
:
MATLABCMD
:
matlab960
TESTCASE
:
tcv_imas
test-staging-920
:
extends
:
.test-staging-template
variables
:
MATLABCMD
:
matlab920
TESTCASE
:
tcv
# pre-deployment
pre-deployment-checks
:
...
...
@@ -92,8 +100,14 @@ deploy:
extends
:
.deploy-to-lac-template
# 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
variables
:
MATLABCMD
:
matlab920
TESTCASE
:
basic-tcv
TESTCASE
:
tcv_imas
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment