Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
77d7dc98
Commit
77d7dc98
authored
3 years ago
by
Olivier Sauter
Browse files
Options
Downloads
Patches
Plain Diff
add matlab980 in test and deploy
parent
fe06b174
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!103
Small fix
,
!102
Small fix
,
!101
add matlab980 in test and deploy
Pipeline
#71836
failed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-16
23 additions, 16 deletions
.gitlab-ci.yml
with
23 additions
and
16 deletions
.gitlab-ci.yml
+
23
−
16
View file @
77d7dc98
...
@@ -7,21 +7,17 @@ variables:
...
@@ -7,21 +7,17 @@ variables:
TBXFOLDER
:
matlab
TBXFOLDER
:
matlab
# MATFIRST: 803
# MATFIRST: 803
MATFIRST
:
902
MATFIRST
:
902
MATVER
:
90
6
MATVER
:
90
8
# 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
:
matlab9
2
0
MATLABCMD
:
matlab9
8
0
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
:
...
...
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