Skip to content
Snippets Groups Projects
Verified Commit 05379e64 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Fix pipeline

Squashed commit of the following:

commit c30dc88c
Author: Timm Fitschen <t.fitschen@indiscale.com>
Date:   Thu Apr 13 23:10:16 2023 +0200

    PIPELINE

commit 3a9298f8
Author: Timm Fitschen <t.fitschen@indiscale.com>
Date:   Thu Apr 13 16:30:58 2023 +0200

    PIPELINE

commit e7a0bed3
Author: Timm Fitschen <t.fitschen@indiscale.com>
Date:   Thu Apr 13 16:02:20 2023 +0200

    PIPELINE

commit c2716dae
Author: Timm Fitschen <t.fitschen@indiscale.com>
Date:   Thu Apr 13 15:54:26 2023 +0200

    PIPELINE

commit 1cb8836f
Author: Timm Fitschen <t.fitschen@indiscale.com>
Date:   Thu Apr 13 15:48:55 2023 +0200

    PIPELINE

commit 9c261be1
Author: Timm Fitschen <t.fitschen@indiscale.com>
Date:   Thu Apr 13 15:37:25 2023 +0200

    PIPELINE
parent f1730eb4
No related branches found
No related tags found
1 merge request!96DOC: Added CITATION.cff to the list of files in the release guide where the...
Checking pipeline status
...@@ -39,6 +39,10 @@ variables: ...@@ -39,6 +39,10 @@ variables:
CPPINT: "" CPPINT: ""
MYSQLBACKEND: "" MYSQLBACKEND: ""
workflow:
rules:
- if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_REF_NAME != $CI_COMMIT_TAG
image: $CI_REGISTRY_IMAGE image: $CI_REGISTRY_IMAGE
stages: stages:
- info - info
...@@ -70,8 +74,11 @@ build-testenv: ...@@ -70,8 +74,11 @@ build-testenv:
image: docker:20.10 image: docker:20.10
stage: setup stage: setup
timeout: 3h timeout: 3h
only: rules:
- schedules - if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE != "schedule"
changes:
- src/test/docker/Dockerfile
script: script:
- cd src/test/docker - cd src/test/docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
...@@ -136,9 +143,8 @@ trigger_inttest: ...@@ -136,9 +143,8 @@ trigger_inttest:
pages_prepare: &pages_prepare pages_prepare: &pages_prepare
tags: [ cached-dind ] tags: [ cached-dind ]
stage: deploy stage: deploy
only: rules:
refs: - if: $CI_COMMIT_REF_NAME =~ /^release-.*$/i
- /^release-.*$/i
script: script:
- echo "Deploying..." - echo "Deploying..."
- make doc - make doc
...@@ -148,6 +154,5 @@ pages_prepare: &pages_prepare ...@@ -148,6 +154,5 @@ pages_prepare: &pages_prepare
- public - public
pages: pages:
<<: *pages_prepare <<: *pages_prepare
only: rules:
refs: - if: $CI_COMMIT_REF_NAME == 'main'
- main
...@@ -3,6 +3,9 @@ RUN apt-get update && \ ...@@ -3,6 +3,9 @@ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
git make mariadb-server maven openjdk-11-jdk-headless \ git make mariadb-server maven openjdk-11-jdk-headless \
plantuml \ plantuml \
libtiff5-dev libjpeg-dev libopenjp2-7-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
libharfbuzz-dev libfribidi-dev libxcb1-dev \
python3-pip screen libpam0g-dev unzip curl shunit2 \ python3-pip screen libpam0g-dev unzip curl shunit2 \
python3-sphinx python3-sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment