Skip to content
Snippets Groups Projects

rm test matla940 not existing

Merged Olivier Sauter requested to merge rm_matlab940 into master
1 file
+ 9
9
Compare changes
  • Side-by-side
  • Inline
+ 9
9
@@ -9,7 +9,7 @@ variables:
MATVER: 906
# no build for gdat, so don't define jobs for build phase
# test jobs
test-matlab-8.5.0:
extends: .test-template
@@ -52,16 +52,16 @@ test-staging-960:
variables:
MATLABCMD: matlab960
test-staging-940:
extends: .test-staging-template
variables:
MATLABCMD: matlab940
#test-staging-940:
# extends: .test-staging-template
# variables:
# MATLABCMD: matlab940
test-staging-920:
extends: .test-staging-template
variables:
MATLABCMD: matlab920
test-staging-900:
extends: .test-staging-template
variables:
@@ -71,13 +71,13 @@ test-staging-850:
extends: .test-staging-template
variables:
MATLABCMD: matlab850
# pre-deployment
pre-deployment-checks:
extends: .pre-deployment-checks-template
# deploy
deploy:
# deploy
deploy:
extends: .deploy-to-lac-template
# test post-deploy
Loading