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

MAINT: Deactivate pipeline.

parent ff07557f
No related branches found
No related tags found
No related merge requests found
Pipeline #58210 passed with warnings
......@@ -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:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment