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: ...@@ -7,21 +7,17 @@ variables:
TBXFOLDER: matlab TBXFOLDER: matlab
# MATFIRST: 803 # MATFIRST: 803
MATFIRST: 902 MATFIRST: 902
MATVER: 906 MATVER: 908
# no build for gdat, so don't define jobs for build phase # no build for gdat, so don't define jobs for build phase
# test jobs # test jobs
#test-matlab-8.5.0: test-matlab-9.8.0:
# extends: .test-template
# variables:
# MATLABCMD: matlab850
# TESTCASE: basic-tcv
test-matlab-9.2.0:
extends: .test-template extends: .test-template
tags:
- lac8-gituser
variables: variables:
MATLABCMD: matlab920 MATLABCMD: matlab980
TESTCASE: basic-tcv TESTCASE: basic-tcv
test-matlab-9.6.0: test-matlab-9.6.0:
...@@ -32,13 +28,19 @@ test-matlab-9.6.0: ...@@ -32,13 +28,19 @@ test-matlab-9.6.0:
MATLABCMD: matlab960 MATLABCMD: matlab960
TESTCASE: basic-tcv TESTCASE: basic-tcv
#test-matlab-8.5.0-all: test-matlab-9.2.0:
# extends: test-matlab-8.5.0 extends: .test-template
# variables: variables:
# TESTCASE: all MATLABCMD: matlab920
# only: TESTCASE: basic-tcv
# - schedules
# - web test-matlab-9.8.0-all:
extends: test-matlab-9.8.0
variables:
TESTCASE: all
only:
- schedules
- web
test-matlab-9.6.0-all: test-matlab-9.6.0-all:
extends: test-matlab-9.6.0 extends: test-matlab-9.6.0
...@@ -54,6 +56,11 @@ pre-deployment-staging: ...@@ -54,6 +56,11 @@ pre-deployment-staging:
# Staging tests # Staging tests
test-staging-980:
extends: .test-staging-template
variables:
MATLABCMD: matlab980
test-staging-960: test-staging-960:
extends: .test-staging-template extends: .test-staging-template
variables: variables:
......
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