Newer
Older
- DOCKER_HOST: tcp://docker-dind.gitlab:2375
- POSTGRES_ENABLED: false
- CODE_QUALITY_DISABLED: true
- CONTAINER_SCANNING_DISABLED: true
- DAST_DISABLED: true
- DEPENDENCY_SCANNING_DISABLED: true
- LICENSE_MANAGEMENT_DISABLED: true
- PERFORMANCE_DISABLED: true
- SAST_DISABLED: true
- TEST_DISABLED: true
include:
- template: Jobs/Build.gitlab-ci.yml
- template: Jobs/Deploy.gitlab-ci.yml
- test
- deploy # dummy stage to follow the template guidelines
- dast
- staging
- canary
- production
- incremental rollout 10%
- incremental rollout 25%
- incremental rollout 50%
- incremental rollout 100%
- performance
- public/css/all.css
cache:
# Cache per Branch
- tags
prepare_composer:
stage: prepare
image: composer/composer:latest
script:
key: "composer-$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
review:
variables:
HELM_UPGRADE_EXTRA_ARGS: --set service.internalPort=80 --set service.commonName= --set ingress.tls.enabled=false --set ingress.annotations.kubernetes\.io/tls-acme="false" --set ingress.annotations.nginx\.ingress\.kubernetes\.io/ssl-redirect="false"