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
7d2eab81
Commit
7d2eab81
authored
3 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Further improve settings for extra tests from GitLab
parent
86496c84
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
disabled.yml
+5
-0
5 additions, 0 deletions
disabled.yml
lakedrops-execute.yml
+3
-8
3 additions, 8 deletions
lakedrops-execute.yml
lakedrops.yml
+3
-3
3 additions, 3 deletions
lakedrops.yml
with
11 additions
and
11 deletions
disabled.yml
0 → 100644
+
5
−
0
View file @
7d2eab81
# Dummy file only, can be overwritten by projects.
.client-tasks
:
only
:
-
master
This diff is collapsed.
Click to expand it.
lakedrops-execute.yml
+
3
−
8
View file @
7d2eab81
...
...
@@ -2,6 +2,9 @@ include:
-
project
:
gitlab-ci-cd/drupal
ref
:
master
file
:
/test-and-deploy.yml
-
project
:
$LAKEDROPS_CI_PROJECT
ref
:
$LAKEDROPS_CI_REF
file
:
$LAKEDROPS_CI_FILE
-
project
:
gitlab-ci-cd/drupal
ref
:
master
file
:
/tests/lakedrops.yml
...
...
@@ -17,14 +20,6 @@ include:
-
$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.yml"
Build Prod Site
:
extends
:
'
.build-prod'
...
...
This diff is collapsed.
Click to expand it.
lakedrops.yml
+
3
−
3
View file @
7d2eab81
...
...
@@ -17,9 +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
.yml
LAKEDROPS_CI_PROJECT
:
gitlab-ci-cd/drupal
LAKEDROPS_CI_REF
:
master
LAKEDROPS_CI_FILE
:
disabled
.yml
LAKEDROPS_DEBUG
:
0
NAMESPACES_CHECK_UPDATE
:
drupal/* bitegra/* lakedrops/*
PHP_MAJOR_VERSION
:
7
...
...
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