Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdat
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
gdat
Commits
2606c236
Commit
2606c236
authored
4 years ago
by
Federico Felici
Browse files
Options
Downloads
Patches
Plain Diff
Update CI following template change
parent
d9fe50d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!60
Update CI following template change
Pipeline
#40389
failed with stage
Stage: test
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+27
-16
27 additions, 16 deletions
.gitlab-ci.yml
with
27 additions
and
16 deletions
.gitlab-ci.yml
+
27
−
16
View file @
2606c236
...
...
@@ -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-matlab
85
0-all
:
extends
:
test-matlab
85
0
.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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment