30 lines
740 B
YAML
30 lines
740 B
YAML
variables:
|
|
PROJECT_NAME_PARENT: redactmanager
|
|
TEST_STARTUP: ""
|
|
TEST_BASE: ""
|
|
TEST_PERFORMANCE: ""
|
|
TEST_LOAD: ""
|
|
KUBE_CONTEXT_BARATHEON: "redactmanager/infra:baratheon"
|
|
KUBE_CONTEXT_BARATHEON2: "redactmanager/infra:baratheon2"
|
|
KUBE_CONTEXT_LANNISTER: "redactmanager/infra:lannister"
|
|
DEACTIVATE_TESTS: "true"
|
|
|
|
include:
|
|
- project: 'gitlab/gitlab'
|
|
ref: 'main'
|
|
file: 'ci-templates/helm_automatedtests_releases.yml'
|
|
|
|
Construct Readme:
|
|
stage: lint
|
|
allow_failure: true
|
|
needs:
|
|
- Get Scripts
|
|
rules:
|
|
- changes:
|
|
- values.yaml
|
|
image:
|
|
name: registry.knecon.com/knecon/devops/readme-generator:1.1.0
|
|
script:
|
|
- ls -la
|
|
- source gitlab/ci-templates/qa/script_library.sh; check_readme_values
|