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

Merge branch 'feature/deployment-jobs' into 'master'

Add gitlab-ci for deploy and deployment tests

See merge request spc/tcv/tbx/gdat!8
parents fb2839df 71c5e01d
No related branches found
No related tags found
1 merge request!8Add gitlab-ci for deploy and deployment tests
Pipeline #15384 passed with stage
in 1 minute and 9 seconds
......@@ -5,7 +5,6 @@ include:
# no build for gdat, so don't define jobs for this phase
test-matlab850:
extends: .test-template
before_script:
......@@ -37,10 +36,20 @@ test-matlab:
- schedules
- web
.deploy:
deploy:
extends: .deploy-to-lac-template
variables:
MATVER: last
TBXFOLDER: matlab
.test-post-deploy:
test-post-deploy-matlab:
extends: .test-post-deploy-template
variables:
MATLABCMD: matlab
TESTCASE: basic-tcv
test-post-deploy-matlab-850:
extends: .test-post-deploy-template
variables:
MATLABCMD: matlab850
TESTCASE: basic-tcv
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