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

Further improve settings for extra tests from GitLab

parent 0d41ba3b
No related branches found
No related tags found
No related merge requests found
variables:
COMPOSE_PROJECT_NAME: example_${CI_PROJECT_ID}_$CI_COMMIT_REF_SLUG
ENVIRONMENT_NAME: example_${CI_PROJECT_ID}_$CI_COMMIT_REF_NAME
THEME_BASE_PATH: web/themes/custom/mytheme
THEME_CSS_PATH: web/themes/custom/mytheme/css
DISABLE_CI_TESTS: 1
include:
- project: 'gitlab-ci-cd/drupal'
ref: master
file: '/test-and-deploy.yml'
- project: 'gitlab-ci-cd/drupal'
ref: master
file: '/data-handling.yml'
Validate Environment:
extends: '.prerequisites'
Build Prod Site:
extends: '.build-prod'
Build Theme:
extends: '.theme'
before_script:
- cd web/themes/custom/mytheme
Deploy:
extends: '.deployartefact'
file: '/lakedrops.yml'
variables:
COMPOSE_PROJECT_NAME: example_${CI_PROJECT_ID}_$CI_COMMIT_REF_SLUG
ENVIRONMENT_NAME: example_${CI_PROJECT_ID}_$CI_COMMIT_REF_NAME
THEME_BASE_PATH: web/themes/custom/mytheme
THEME_CSS_PATH: web/themes/custom/mytheme/css
include:
- project: 'gitlab-ci-cd/drupal'
ref: master
file: '/test-and-deploy.yml'
- project: 'gitlab-ci-cd/drupal'
ref: master
file: '/data-handling.yml'
Validate Environment:
extends: '.prerequisites'
Build Prod Site:
extends: '.build-prod'
Build Site:
extends: '.build'
Download DB:
extends: '.dumpdb'
Import DB:
extends: '.importdb'
Update DB:
extends: '.updatedb'
Build Theme:
extends: '.theme'
before_script:
- cd web/themes/custom/mytheme
Test Code Style:
extends: '.codestyle'
Test PHPUnit:
extends: '.phpunit'
Test Behat:
extends: '.behat'
#Test Backstop:
# extends: '.backstop'
Deploy:
extends: '.deployartefact'
file: '/lakedrops.yml'
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