Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Octave library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Octave library
Commits
5ea39514
Verified
Commit
5ea39514
authored
11 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Deactivate pipeline.
parent
ff07557f
No related branches found
No related tags found
No related merge requests found
Pipeline
#58210
passed with warnings
11 months ago
Stage: setup
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-16
20 additions, 16 deletions
.gitlab-ci.yml
with
20 additions
and
16 deletions
.gitlab-ci.yml
+
20
−
16
View file @
5ea39514
...
...
@@ -34,15 +34,15 @@ variables:
image
:
$OCTAVELIB_REGISTRY_IMAGE
stages
:
-
None
# FIXME Either fix pipeline or declare this project deprecated.
# - setup
# - test
# - deploy
-
setup
-
test
-
deploy
######## Setup ########
# Build a docker image in which tests for this repository can run
build-testenv
:
allow_failure
:
true
# FIXME Either fix or declare this project deprecated.
tags
:
[
cached-dind
]
stage
:
setup
image
:
docker:20.10
...
...
@@ -90,6 +90,7 @@ code_style_cpp:
allow_failure
:
true
unit_tests
:
allow_failure
:
true
# FIXME Either fix or declare this project deprecated.
tags
:
[
docker
]
stage
:
test
script
:
...
...
@@ -113,6 +114,7 @@ linting_cpp:
allow_failure
:
true
trigger_prepare
:
allow_failure
:
true
# FIXME Either fix or declare this project deprecated.
# Calculate the branch name
tags
:
[
docker
]
stage
:
deploy
...
...
@@ -145,6 +147,7 @@ trigger_prepare:
# trigger the integration tests
trigger_inttest
:
when
:
manual
# FIXME Either fix or declare this project deprecated.
stage
:
deploy
needs
:
[
trigger_prepare
]
inherit
:
...
...
@@ -166,6 +169,7 @@ trigger_inttest:
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
.pages_prepare
:
&pages_prepare
allow_failure
:
true
# FIXME Either fix or declare this project deprecated.
tags
:
[
cached-dind
]
stage
:
deploy
script
:
...
...
...
...
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