Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
module_filter
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
module_filter
Merge requests
!42
Issue
#3414272
: Show deprecations in gitlab pipeline tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3414272
: Show deprecations in gitlab pipeline tests
issue/module_filter-3414272:3414272-deprecations-on-gitlab
into
4.x
Overview
0
Commits
5
Pipelines
36
Changes
1
Merged
Jonathan Smith
requested to merge
issue/module_filter-3414272:3414272-deprecations-on-gitlab
into
4.x
1 year ago
Overview
0
Commits
5
Pipelines
36
Changes
1
Expand
Closes
#3414272
0
0
Merge request reports
Compare
4.x
version 33
d17aae4f
1 year ago
version 32
28958ff7
1 year ago
version 31
7d29f035
1 year ago
version 30
a7e1bdba
1 year ago
version 29
3306dd08
1 year ago
version 28
d4816e87
1 year ago
version 27
9aa7dd6d
1 year ago
version 26
05e8cc1a
1 year ago
version 25
ecb333ef
1 year ago
version 24
2228c9c6
1 year ago
version 23
b32a0b1c
1 year ago
version 22
66639b44
1 year ago
version 21
ddc05905
1 year ago
version 20
ffa445a9
1 year ago
version 19
624e46b6
1 year ago
version 18
93192bb5
1 year ago
version 17
c1886a65
1 year ago
version 16
2d30816b
1 year ago
version 15
2323a216
1 year ago
version 14
d0fe1031
1 year ago
version 13
1b378a58
1 year ago
version 12
c7f3cefc
1 year ago
version 11
bd4163cd
1 year ago
version 10
bc6fc959
1 year ago
version 9
7b49a657
1 year ago
version 8
2be8eb67
1 year ago
version 7
208e0506
1 year ago
version 6
c3ebff57
1 year ago
version 5
dc3c48ed
1 year ago
version 4
015ab4f1
1 year ago
version 3
cc6d287e
1 year ago
version 2
721dc198
1 year ago
version 1
9773ac2e
1 year ago
4.x (base)
and
latest version
latest version
b89dce08
5 commits,
1 year ago
version 33
d17aae4f
3 commits,
1 year ago
version 32
28958ff7
2 commits,
1 year ago
version 31
7d29f035
1 commit,
1 year ago
version 30
a7e1bdba
30 commits,
1 year ago
version 29
3306dd08
29 commits,
1 year ago
version 28
d4816e87
28 commits,
1 year ago
version 27
9aa7dd6d
27 commits,
1 year ago
version 26
05e8cc1a
26 commits,
1 year ago
version 25
ecb333ef
25 commits,
1 year ago
version 24
2228c9c6
25 commits,
1 year ago
version 23
b32a0b1c
24 commits,
1 year ago
version 22
66639b44
22 commits,
1 year ago
version 21
ddc05905
21 commits,
1 year ago
version 20
ffa445a9
20 commits,
1 year ago
version 19
624e46b6
19 commits,
1 year ago
version 18
93192bb5
18 commits,
1 year ago
version 17
c1886a65
18 commits,
1 year ago
version 16
2d30816b
17 commits,
1 year ago
version 15
2323a216
16 commits,
1 year ago
version 14
d0fe1031
15 commits,
1 year ago
version 13
1b378a58
14 commits,
1 year ago
version 12
c7f3cefc
13 commits,
1 year ago
version 11
bd4163cd
12 commits,
1 year ago
version 10
bc6fc959
11 commits,
1 year ago
version 9
7b49a657
10 commits,
1 year ago
version 8
2be8eb67
9 commits,
1 year ago
version 7
208e0506
8 commits,
1 year ago
version 6
c3ebff57
7 commits,
1 year ago
version 5
dc3c48ed
6 commits,
1 year ago
version 4
015ab4f1
5 commits,
1 year ago
version 3
cc6d287e
4 commits,
1 year ago
version 2
721dc198
2 commits,
1 year ago
version 1
9773ac2e
1 commit,
1 year ago
1 file
+
19
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
19
−
2
Options
@@ -52,11 +52,19 @@ include:
variables
:
OPT_IN_TEST_PREVIOUS_MAJOR
:
1
OPT_IN_TEST_PREVIOUS_MINOR
:
1
OPT_IN_TEST_NEXT_MINOR
:
0
OPT_IN_TEST_NEXT_MINOR
:
1
OPT_IN_TEST_NEXT_MAJOR
:
0
OPT_IN_TEST_MAX_PHP
:
0
#
concurrent
=1 uses run-tests.sh, 0 uses phpunit directly.
#
_PHPUNIT_CONCURRENT
=1 uses run-tests.sh, 0 uses phpunit directly.
_PHPUNIT_CONCURRENT
:
1
# Skip (1) or execute (0) the following jobs.
SKIP_COMPOSER
:
0
SKIP_COMPOSER_LINT
:
0
SKIP_ESLINT
:
0
SKIP_STYLELINT
:
0
SKIP_PHPCS
:
0
SKIP_PHPSTAN
:
0
SKIP_PHPUNIT
:
0
eslint
:
before_script
:
@@ -89,6 +97,15 @@ phpcs:
cd $CI_PROJECT_DIR
fi
# Patch core file. This will be added to all phpunit jobs.
phpunit
:
before_script
:
-
*module-filter-core-patches
# For the 'next minor' core test show deprecations, and set allow_failure:true
# so the jobs ends with an amber warning not red error.
phpunit (next minor)
:
allow_failure
:
true
variables
:
# Use core ignoreFile to show deprecations. This will only work with $_PHPUNIT_CONCURRENT=1
SYMFONY_DEPRECATIONS_HELPER
:
"
ignoreFile=$CI_PROJECT_DIR/$_WEB_ROOT/core/.deprecation-ignore.txt"
Loading