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
0905465f
Commit
0905465f
authored
4 years ago
by
Federico Felici
Browse files
Options
Downloads
Patches
Plain Diff
Revise tests
parent
ee74ee15
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!74
Resolve "No deployment for 830"
Pipeline
#43613
passed with stages
in 6 minutes and 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-12
18 additions, 12 deletions
.gitlab-ci.yml
with
18 additions
and
12 deletions
.gitlab-ci.yml
+
18
−
12
View file @
0905465f
...
...
@@ -17,13 +17,12 @@ test-matlab-8.5.0:
MATLABCMD
:
matlab850
TESTCASE
:
basic-tcv
test-matlab-
default
:
test-matlab-
9.2.0
:
extends
:
.test-template
variables
:
MATLABCMD
:
matlab
MATLABCMD
:
matlab
920
TESTCASE
:
basic-tcv
# comment while genlib for 9.6.0 is not avaiable
test-matlab-9.6.0
:
extends
:
.test-template
tags
:
...
...
@@ -32,7 +31,6 @@ test-matlab-9.6.0:
MATLABCMD
:
matlab960
TESTCASE
:
basic-tcv
# Tests with 'all' option deactivated for now since not workin
test-matlab-8.5.0-all
:
extends
:
test-matlab-8.5.0
variables
:
...
...
@@ -41,6 +39,14 @@ test-matlab-8.5.0-all:
-
schedules
-
web
test-matlab-9.6.0-all
:
extends
:
test-matlab-9.6.0
variables
:
TESTCASE
:
all
only
:
-
schedules
-
web
# Staging, testing and deployment for releases
pre-deployment-staging
:
extends
:
.staging-template
...
...
@@ -52,11 +58,6 @@ test-staging-960:
variables
:
MATLABCMD
:
matlab960
#test-staging-940:
# extends: .test-staging-template
# variables:
# MATLABCMD: matlab940
test-staging-920
:
extends
:
.test-staging-template
variables
:
...
...
@@ -72,6 +73,11 @@ test-staging-850:
variables
:
MATLABCMD
:
matlab850
test-staging-830
:
extends
:
.test-staging-template
variables
:
MATLABCMD
:
matlab830
# pre-deployment
pre-deployment-checks
:
extends
:
.pre-deployment-checks-template
...
...
@@ -81,13 +87,13 @@ deploy:
extends
:
.deploy-to-lac-template
# test post-deploy
test-post-deploy-matlab
:
test-post-deploy-matlab
-9.2.0
:
extends
:
.test-post-deploy-template
variables
:
MATLABCMD
:
matlab
MATLABCMD
:
matlab
920
TESTCASE
:
basic-tcv
test-post-deploy-matlab-8
5
0
:
test-post-deploy-matlab-8
.5.
0
:
extends
:
.test-post-deploy-template
variables
:
MATLABCMD
:
matlab850
...
...
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