Skip to content
Snippets Groups Projects
Commit c2d2fe7a authored by jurgenhaas's avatar jurgenhaas
Browse files

Further improve settings for extra tests from GitLab

parent 49034618
No related branches found
No related tags found
No related merge requests found
include:
- project: 'gitlab-ci-cd/drupal'
- project: gitlab-ci-cd/drupal
ref: master
file: '/test-and-deploy.yml'
file: /test-and-deploy.yml
- project: gitlab-ci-cd/drupal
ref: master
file: '/tests/lakedrops.yml'
file: /tests/lakedrops.yml
except:
variables:
- $INITIALINSTALL == "yes"
- $DISABLE_CI_TESTS == "1"
- project: gitlab-ci-cd/drupal
ref: master
file: '/tests/gitlab.yml'
file: /tests/gitlab.yml
except:
variables:
- $INITIALINSTALL == "yes"
- $DISABLE_CI_TESTS == "1"
- $DISABLE_GITLAB_CI_TESTS == "1"
- project: $LAKEDROPS_CI_PROJECT
ref: $LAKEDROPS_CI_REF
file: $LAKEDROPS_CI_FILE
except:
variables:
- $LAKEDROPS_CI_PROJECT == "0"
- $LAKEDROPS_CI_REF == "0"
- $LAKEDROPS_CI_FILE == "0"
Build Prod Site:
extends: '.build-prod'
......
......@@ -17,6 +17,9 @@ variables:
ENVIRONMENT_NAME: ${PROJECT_NAME}/$CI_COMMIT_REF_NAME
ENVIRONMENT_URL: https://www.example.com/$SITE_NAME
GITLAB_DOMAIN: gitlab.lakedrops.com
LAKEDROPS_CI_PROJECT: 0
LAKEDROPS_CI_REF: 0
LAKEDROPS_CI_FILE: 0
LAKEDROPS_DEBUG: 0
NAMESPACES_CHECK_UPDATE: drupal/* bitegra/* lakedrops/*
PHP_MAJOR_VERSION: 7
......
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