Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scheduler
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
scheduler
Merge requests
!188
Draft:
#3480533
D7 variables with D11 shift
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft:
#3480533
D7 variables with D11 shift
issue/scheduler-3480501:3480501-mr271-new-d7-variables
into
7.x-1.x
Overview
1
Commits
3
Pipelines
4
Changes
1
Closed
Jonathan Smith
requested to merge
issue/scheduler-3480501:3480501-mr271-new-d7-variables
into
7.x-1.x
7 months ago
Overview
1
Commits
3
Pipelines
4
Changes
1
Expand
Gitlab Templates issue
#3480533
Gitlab Templates
MR 271
Scheduler test issue
#3480501
0
0
Merge request reports
Compare
7.x-1.x
version 2
38c054ea
7 months ago
version 1
82f75703
7 months ago
7.x-1.x (base)
and
latest version
latest version
88785216
3 commits,
7 months ago
version 2
38c054ea
2 commits,
7 months ago
version 1
82f75703
1 commit,
7 months ago
1 file
+
15
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
15
−
2
Options
@@ -4,8 +4,13 @@ include:
# As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
################
-
project
:
$_GITLAB_TEMPLATES_REPO
ref
:
$_GITLAB_TEMPLATES_REF
# - project: $_GITLAB_TEMPLATES_REPO
# ref: main
# MR 271
-
project
:
issue/gitlab_templates-3480533
ref
:
3480533-test-new-variables-on-d7
file
:
-
'
/includes/include.drupalci.main-d7.yml'
-
'
/includes/include.drupalci.variables.yml'
@@ -15,6 +20,14 @@ variables:
_SHOW_ENVIRONMENT_VARIABLES
:
1
OPT_IN_TEST_MAX_PHP
:
1
# If the MR has changes to a file that is retrieved via curl then specify these two CURL_TEMPLATES variables to match the repo and ref above.
# Better to have any value here, even if it does not match the values above, because any MR is likely to be more up-to-date than 'default-ref'.
_CURL_TEMPLATES_REPO
:
issue/gitlab_templates-3480533
_CURL_TEMPLATES_REF
:
3480533-test-new-variables-on-d7
SKIP_PHPCS
:
0
SKIP_PHPUNIT
:
0
# -------------------------------- BUILD ---------------------------------------
.skip-and-opt-in-debug
:
&skip-and-opt-in-debug
Loading