Skip to content
Snippets Groups Projects

add matlab980 in test and deploy

Merged Olivier Sauter requested to merge add_deploy980 into master
1 file
+ 23
16
Compare changes
  • Side-by-side
  • Inline
+ 23
16
@@ -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:
Loading