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
c822e432
Commit
c822e432
authored
5 years ago
by
Federico Felici
Browse files
Options
Downloads
Patches
Plain Diff
Correct naming of template tests + deactivate some tests
Deactivate some tests pending the finalized deployment scripts
parent
5a4b1b1f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-9
11 additions, 9 deletions
.gitlab-ci.yml
with
11 additions
and
9 deletions
.gitlab-ci.yml
+
11
−
9
View file @
c822e432
...
...
@@ -21,8 +21,15 @@ test-matlab:
variables
:
MATLABCMD
:
matlab
TESTCASE
:
basic-tcv
# deactivate others for now pending full deployment scripts
test-matlab850-all
:
.test-deployed-matlab850
:
extends
:
.test-deployed-template
variables
:
MATLABCMD
:
matlab850
.test-matlab850-all
:
extends
:
test-matlab850
variables
:
TESTCASE
:
all
...
...
@@ -30,15 +37,10 @@ test-matlab850-all:
-
schedules
-
web
deploy
:
.
deploy
:
extends
:
.deploy-to-lac-template
test-matlab850-deployed
:
extends
:
.test-template-deployed
variables
:
MATLABCMD
:
matlab850
test-matlab-deployed
:
extends
:
.test-template-deployed
.test-post-deploy
:
extends
:
.test-post-deploy-template
variables
:
MATLABCMD
:
matlab
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