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

add matlab980 in test and deploy

parent fe06b174
No related branches found
No related tags found
3 merge requests!103Small fix,!102Small fix,!101add matlab980 in test and deploy
Pipeline #71836 failed
......@@ -7,21 +7,17 @@ variables:
TBXFOLDER: matlab
# MATFIRST: 803
MATFIRST: 902
MATVER: 906
MATVER: 908
# no build for gdat, so don't define jobs for build phase
# test jobs
#test-matlab-8.5.0:
# extends: .test-template
# variables:
# MATLABCMD: matlab850
# TESTCASE: basic-tcv
test-matlab-9.2.0:
test-matlab-9.8.0:
extends: .test-template
tags:
- lac8-gituser
variables:
MATLABCMD: matlab920
MATLABCMD: matlab980
TESTCASE: basic-tcv
test-matlab-9.6.0:
......@@ -32,13 +28,19 @@ test-matlab-9.6.0:
MATLABCMD: matlab960
TESTCASE: basic-tcv
#test-matlab-8.5.0-all:
# extends: test-matlab-8.5.0
# variables:
# TESTCASE: all
# only:
# - schedules
# - web
test-matlab-9.2.0:
extends: .test-template
variables:
MATLABCMD: matlab920
TESTCASE: basic-tcv
test-matlab-9.8.0-all:
extends: test-matlab-9.8.0
variables:
TESTCASE: all
only:
- schedules
- web
test-matlab-9.6.0-all:
extends: test-matlab-9.6.0
......@@ -54,6 +56,11 @@ pre-deployment-staging:
# Staging tests
test-staging-980:
extends: .test-staging-template
variables:
MATLABCMD: matlab980
test-staging-960:
extends: .test-staging-template
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment