Skip to content
Snippets Groups Projects
Verified Commit b2370b88 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

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
# #
# 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment