Skip to content
Snippets Groups Projects
Commit 2cd8ded1 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

make version only listed in one place

parent 0640bcdf
No related branches found
Tags 2.8.0
3 merge requests!1571catch 2.8.2.3 up with main,!15592.8.2.2-DEVELOPMENT into main,!1551Cherry pick partial curation for patch
......@@ -231,7 +231,7 @@ unit test notification:
###############################################
# Create Coverage Report
###############################################
unit test coverage:
.unit test coverage:
interruptible: true
stage: test-coverage
image: python:3.10-slim
......@@ -254,15 +254,9 @@ unit test coverage:
- unit test capability
- unit test notification
rules:
# for testing only!
# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/ || $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/'
variables:
# override DEPLOY_ENV
DEPLOY_ENV: "test"
- if: '$CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+$/'
variables:
DEPLOY_ENV: "prod"
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
###############################################
# Push Service and Web Images to Registry
......@@ -438,7 +432,7 @@ clean build web:
###############################################
# Deployment Stages
###############################################
pages:
.pages:
interruptible: true
stage: deploy-coverage-page
image: python:3.10-slim
......@@ -449,8 +443,7 @@ pages:
- apt update
- apt install make
script:
- ls -al docs
- mkdir -p public
- mkdir public
- mv htmlcov public/htmlcov
- cd docs && make html && mv _build/html/* ../public/
artifacts:
......@@ -458,16 +451,7 @@ pages:
- public
expire_in: 2 weeks
rules:
# For testing only!
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/ || $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/'
variables:
# override DEPLOY_ENV
DEPLOY_ENV: "test"
- if: '$CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+$/'
variables:
DEPLOY_ENV: "prod"
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
# Generate go builder yaml for child pipeline
go generate yaml:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment