Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab CI/CD
Drupal
Commits
ab950f4d
Commit
ab950f4d
authored
3 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Further improve settings for extra tests from GitLab
parent
7552a48e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lakedrops.yml
+16
-3
16 additions, 3 deletions
lakedrops.yml
test-and-deploy.yml
+0
-12
0 additions, 12 deletions
test-and-deploy.yml
tests/lakedrops.yml
+0
-6
0 additions, 6 deletions
tests/lakedrops.yml
with
16 additions
and
21 deletions
lakedrops.yml
+
16
−
3
View file @
ab950f4d
variables
:
PROJECT_BRANCH
:
$CI_COMMIT_REF_NAME
COMPOSE_PROJECT_NAME
:
${PROJECT_NAME}_$CI_COMMIT_REF_SLUG
ENVIRONMENT_NAME
:
${PROJECT_NAME}/$CI_COMMIT_REF_NAME
SITE_NAME
:
drupal_${PROJECT_NAME}_$CI_COMMIT_REF_SLUG
DISABLE_CI_TESTS
:
0
DISABLE_CI_TEST_BACKSTOP
:
1
DISABLE_CI_TEST_BEHAT
:
0
DISABLE_CI_TEST_CODESTYLE
:
0
DISABLE_CI_TEST_INVENTORY
:
1
DISABLE_CI_TEST_PHPUNIT
:
0
DISABLE_GITLAB_CI_TESTS
:
0
ENVIRONMENT_NAME
:
${PROJECT_NAME}/$CI_COMMIT_REF_NAME
ENVIRONMENT_URL
:
https://www.example.com/$SITE_NAME
GITLAB_DOMAIN
:
gitlab.lakedrops.com
NAMESPACES_CHECK_UPDATE
:
drupal/* bitegra/* lakedrops/*
PHP_MAJOR_VERSION
:
7
PHP_MINOR_VERSION
:
4
PROJECT_BRANCH
:
$CI_COMMIT_REF_NAME
SITE_NAME
:
drupal_${PROJECT_NAME}_$CI_COMMIT_REF_SLUG
SKIPCONFIGIMPORT
:
'
no'
THEME_BASE_PATH
:
web/core/themes/olivero
THEME_BUILD
:
'
yes'
THEME_CSS_PATH
:
web/core/themes/olivero/css
include
:
-
project
:
'
gitlab-ci-cd/drupal'
...
...
This diff is collapsed.
Click to expand it.
test-and-deploy.yml
+
0
−
12
View file @
ab950f4d
variables
:
PHP_MAJOR_VERSION
:
7
PHP_MINOR_VERSION
:
4
GITLAB_DOMAIN
:
gitlab.lakedrops.com
NAMESPACES_CHECK_UPDATE
:
drupal/* bitegra/* lakedrops/*
ENVIRONMENT_NAME
:
drupal/$SITE_NAME
ENVIRONMENT_URL
:
https://www.example.com/$SITE_NAME
THEME_BASE_PATH
:
web/core/themes/olivero
THEME_CSS_PATH
:
web/core/themes/olivero/css
THEME_BUILD
:
'
no'
SKIPCONFIGIMPORT
:
'
no'
include
:
-
project
:
gitlab-ci-cd/drupal
ref
:
master
...
...
This diff is collapsed.
Click to expand it.
tests/lakedrops.yml
+
0
−
6
View file @
ab950f4d
variables
:
DISABLE_CI_TEST_CODESTYLE
:
0
DISABLE_CI_TEST_PHPUNIT
:
0
DISABLE_CI_TEST_BEHAT
:
0
DISABLE_CI_TEST_BACKSTOP
:
0
.test_lakedrops_default
:
&test_lakedrops_default
stage
:
test
tags
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment