Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
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
automatic_updates
Commits
de142aac
Commit
de142aac
authored
1 year ago
by
Adam G-H
Committed by
Ted Bowman
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3415403
: Opt GitLab CI into always testing against the previous minor of core
parent
72dd01f3
No related branches found
No related tags found
1 merge request
!1020
Add previous minor job
Pipeline
#84041
failed
1 year ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
de142aac
...
...
@@ -51,6 +51,8 @@ include:
variables
:
_PHPUNIT_CONCURRENT
:
'
1'
_PHPUNIT_TESTGROUPS
:
'
'
# Always test against the previous minor version of core.
OPT_IN_TEST_PREVIOUS_MINOR
:
'
1'
# SKIP_ESLINT: '1'
...
...
@@ -118,6 +120,12 @@ composer:
-
git clone https://git.drupalcode.org/project/drupal.git --depth 1 --branch $CORE_BRANCH /tmp/drupal-core
-
mv /tmp/drupal-core/composer $_WEB_ROOT
composer (previous minor)
:
before_script
:
-
!reference
[
composer
,
before_script
]
after_script
:
-
!reference
[
composer
,
after_script
]
phpcs
:
before_script
:
# Use core's PHPCS configuration.
...
...
@@ -152,3 +160,7 @@ phpunit:
-
when
:
on_success
variables
:
_PHPUNIT_EXTRA
:
'
--types
PHPUnit-$TEST_TYPE
--module
$MODULE'
phpunit (previous minor)
:
rules
:
-
!reference
[
phpunit
,
rules
]
This diff is collapsed.
Click to expand it.
Ted Bowman
@tedbow
mentioned in commit
issue/drupal-3411111@63dc2415
·
1 year ago
mentioned in commit
issue/drupal-3411111@63dc2415
mentioned in commit issue/drupal-3411111@63dc24159d44f292656432c84644dc3caaa639de
Toggle commit list
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