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
b2370b88
Verified
Commit
b2370b88
authored
7 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-deactivate-pipeline' into dev
parents
0f5531ed
5ea39514
No related branches found
No related tags found
No related merge requests found
Pipeline
#64962
passed with warnings
9 hours ago
Stage: setup
Stage: test
Stage: deploy
Changes
1
Pipelines
229
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-14
19 additions, 14 deletions
.gitlab-ci.yml
with
19 additions
and
14 deletions
.gitlab-ci.yml
+
19
−
14
View file @
b2370b88
#
#
# This file is a part of the
CaosDB
Project.
# This file is a part of the
LinkAhead
Project.
#
#
# Copyright (C) 2021-2022 Indiscale GmbH <info@indiscale.com>
# Copyright (C) 2021-2022 Indiscale GmbH <info@indiscale.com>
# Copyright (C) 2021-2022 Daniel Hornung <d.hornung@indiscale.com>
# Copyright (C) 2021-2022 Daniel Hornung <d.hornung@indiscale.com>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
variables
:
variables
:
# this is the image where cpplib repo is present (artifact from pipeline in
# this is the image where cpplib repo is present (artifact from pipeline in
#
caosdb
-cpplib)
#
linkahead
-cpplib)
CPPLIB_REGISTRY_IMAGE
:
$CI_REGISTRY/caosdb/src/caosdb-cpplib/testenv:$CI_COMMIT_REF_NAME
CPPLIB_REGISTRY_IMAGE
:
$CI_REGISTRY/caosdb/src/caosdb-cpplib/testenv:$CI_COMMIT_REF_NAME
OCTAVELIB_REGISTRY_IMAGE
:
$CI_REGISTRY_IMAGE/testenv:$CI_COMMIT_REF_NAME
OCTAVELIB_REGISTRY_IMAGE
:
$CI_REGISTRY_IMAGE/testenv:$CI_COMMIT_REF_NAME
...
@@ -42,6 +42,7 @@ stages:
...
@@ -42,6 +42,7 @@ stages:
# Build a docker image in which tests for this repository can run
# Build a docker image in which tests for this repository can run
build-testenv
:
build-testenv
:
allow_failure
:
true
# FIXME Either fix or declare this project deprecated.
tags
:
[
cached-dind
]
tags
:
[
cached-dind
]
stage
:
setup
stage
:
setup
image
:
docker:20.10
image
:
docker:20.10
...
@@ -89,6 +90,7 @@ code_style_cpp:
...
@@ -89,6 +90,7 @@ code_style_cpp:
allow_failure
:
true
allow_failure
:
true
unit_tests
:
unit_tests
:
allow_failure
:
true
# FIXME Either fix or declare this project deprecated.
tags
:
[
docker
]
tags
:
[
docker
]
stage
:
test
stage
:
test
script
:
script
:
...
@@ -112,6 +114,7 @@ linting_cpp:
...
@@ -112,6 +114,7 @@ linting_cpp:
allow_failure
:
true
allow_failure
:
true
trigger_prepare
:
trigger_prepare
:
allow_failure
:
true
# FIXME Either fix or declare this project deprecated.
# Calculate the branch name
# Calculate the branch name
tags
:
[
docker
]
tags
:
[
docker
]
stage
:
deploy
stage
:
deploy
...
@@ -144,6 +147,7 @@ trigger_prepare:
...
@@ -144,6 +147,7 @@ trigger_prepare:
# trigger the integration tests
# trigger the integration tests
trigger_inttest
:
trigger_inttest
:
when
:
manual
# FIXME Either fix or declare this project deprecated.
stage
:
deploy
stage
:
deploy
needs
:
[
trigger_prepare
]
needs
:
[
trigger_prepare
]
inherit
:
inherit
:
...
@@ -165,6 +169,7 @@ trigger_inttest:
...
@@ -165,6 +169,7 @@ trigger_inttest:
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# 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
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
.pages_prepare
:
&pages_prepare
.pages_prepare
:
&pages_prepare
allow_failure
:
true
# FIXME Either fix or declare this project deprecated.
tags
:
[
cached-dind
]
tags
:
[
cached-dind
]
stage
:
deploy
stage
:
deploy
script
:
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