Skip to content
Snippets Groups Projects
Commit 2606c236 authored by Federico Felici's avatar Federico Felici
Browse files

Update CI following template change

parent d9fe50d1
No related branches found
No related tags found
1 merge request!60Update CI following template change
Pipeline #40389 failed with stage
in 2 minutes and 48 seconds
......@@ -5,24 +5,35 @@ include:
variables:
TBXFOLDER: matlab
MATVER: last
MATFIRSTS: 850
MATVER: 906
# no build for gdat, so don't define jobs for this phase
test-matlab850:
# 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:
test-matlab-default:
extends: .test-template
variables:
MATLABCMD: matlab
TESTCASE: basic-tcv
test-matlab-9.6.0:
extends: .test-template
tags:
- lac8-gituser
variables:
MATLABCMD: matlab960
TESTCASE: basic-tcv
# Tests with 'all' option deactivated for now since not workin
.test-matlab850-all:
extends: test-matlab850
.test-matlab-8.5.0-all:
extends: test-matlab-8.5.0
variables:
TESTCASE: all
only:
......@@ -34,6 +45,16 @@ pre-deployment-staging:
extends: .staging-template
# Staging tests
test-staging-960:
extends: .test-staging-template
variables:
MATLABCMD: matlab960
test-staging-940:
extends: .test-staging-template
variables:
MATLABCMD: matlab940
test-staging-920:
extends: .test-staging-template
variables:
......@@ -49,16 +70,6 @@ test-staging-850:
variables:
MATLABCMD: matlab850
test-staging-830:
extends: .test-staging-template
variables:
MATLABCMD: matlab830
test-staging-800:
extends: .test-staging-template
variables:
MATLABCMD: matlab800
# pre-deployment
pre-deployment-checks:
extends: .pre-deployment-checks-template
......
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