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
!156
#3463494
PHPunit next major customisations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#3463494
PHPunit next major customisations
issue/scheduler-3463494:3463494-phpunit-next-major
into
2.x
Overview
0
Commits
4
Pipelines
3
Changes
3
Merged
Jonathan Smith
requested to merge
issue/scheduler-3463494:3463494-phpunit-next-major
into
2.x
7 months ago
Overview
0
Commits
4
Pipelines
3
Changes
3
Expand
Closes
#3463494
0
0
Merge request reports
Compare
2.x
version 2
b63d425c
7 months ago
version 1
d6765cbe
7 months ago
2.x (base)
and
latest version
latest version
b63d425c
4 commits,
7 months ago
version 2
b63d425c
4 commits,
7 months ago
version 1
d6765cbe
2 commits,
7 months ago
3 files
+
82
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
8
−
3
Options
@@ -58,6 +58,8 @@ variables:
# Show the last two commits. Current directory /builds/project/scheduler ($CI_PROJECT_DIR) is correct.
-
git show -2 --stat --oneline
-
*show-variables
-
cat composer.json
-
composer show | awk '$0 ~ /rules|commerce|inline_entity_form|workbench|drush|devel_generate/ {print $1 "\t " $2}'
composer (max PHP version)
:
# Using when: manual needs 'allow failure: true' otherwise the overall pipeline status shows 'blocked'
@@ -79,12 +81,15 @@ composer (previous major):
allow_failure
:
true
composer (next major)
:
allow_failure
:
true
rules
:
-
!reference
[
.opt-in-next-major-rule
]
-
when
:
manual
variables
:
_LENIENT_ALLOW_LIST
:
devel,devel_generate,rules,commerce,entity,address,state_machine,entity_reference_revisions,profile,inline_entity_form,token,workbench_moderation,workbench_moderation_actions
allow_failure
:
true
before_script
:
# Swap in a different composer file for Next Major. This loads dev versions or merge-request branches of several
# third-party modules which are required for testing, but which do not have Drupal 11 release yet.
-
rm composer.json
-
mv composer_next_major.json composer.json
# -------------------------------- VALIDATE ------------------------------------
Loading