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
Merge requests
!1002
Enable PHPUnit job for auto_updates and package_manager unit tests only
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable PHPUnit job for auto_updates and package_manager unit tests only
issue/automatic_updates-3409774:3409774-run-unit-tests
into
3.0.x
Overview
0
Commits
23
Pipelines
23
Changes
1
Merged
Adam G-H
requested to merge
issue/automatic_updates-3409774:3409774-run-unit-tests
into
3.0.x
1 year ago
Overview
0
Commits
23
Pipelines
23
Changes
1
Expand
Closes
#3409774
0
0
Merge request reports
Compare
version 19
version 21
57492e5d
1 year ago
version 20
454322b8
1 year ago
version 19
70d864f5
1 year ago
version 18
c3c377de
1 year ago
version 17
c01e66ed
1 year ago
version 16
4d664c4a
1 year ago
version 15
77fc28ff
1 year ago
version 14
f501e1c7
1 year ago
version 13
1c8dc936
1 year ago
version 12
ae585b72
1 year ago
version 11
d3984486
1 year ago
version 10
a89ff900
1 year ago
version 9
dbbdd37e
1 year ago
version 8
30a8923d
1 year ago
version 7
01436757
1 year ago
version 6
4ef9bc77
1 year ago
version 5
e01af752
1 year ago
version 4
b6140026
1 year ago
version 3
1e9ba6fc
1 year ago
version 2
8917d058
1 year ago
version 1
d76427cd
1 year ago
3.0.x (base)
and
version 20
latest version
35f2ae65
23 commits,
1 year ago
version 21
57492e5d
23 commits,
1 year ago
version 20
454322b8
22 commits,
1 year ago
version 19
70d864f5
20 commits,
1 year ago
version 18
c3c377de
19 commits,
1 year ago
version 17
c01e66ed
18 commits,
1 year ago
version 16
4d664c4a
17 commits,
1 year ago
version 15
77fc28ff
16 commits,
1 year ago
version 14
f501e1c7
15 commits,
1 year ago
version 13
1c8dc936
14 commits,
1 year ago
version 12
ae585b72
13 commits,
1 year ago
version 11
d3984486
12 commits,
1 year ago
version 10
a89ff900
11 commits,
1 year ago
version 9
dbbdd37e
9 commits,
1 year ago
version 8
30a8923d
8 commits,
1 year ago
version 7
01436757
7 commits,
1 year ago
version 6
4ef9bc77
6 commits,
1 year ago
version 5
e01af752
5 commits,
1 year ago
version 4
b6140026
4 commits,
1 year ago
version 3
1e9ba6fc
3 commits,
1 year ago
version 2
8917d058
2 commits,
1 year ago
version 1
d76427cd
1 commit,
1 year ago
Show latest version
1 file
+
9
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
9
−
2
Options
@@ -129,10 +129,17 @@ phpunit:
extends
:
.phpunit-base
parallel
:
matrix
:
-
_PHPUNIT_TESTGROUPS
:
-
MODULE
:
-
auto_updates
-
package_manager
TEST_TYPE
:
-
PHPUnit-Unit
-
PHPUnit-Kernel
-
PHPUnit-Functional
-
PHPUnit-FunctionalJavascript
# - PHPUnit-Build
variables
:
_PHPUNIT_CONCURRENT
:
'
1'
_PHPUNIT_EXTRA
:
'
--types
PHPUnit-Unit'
_PHPUNIT_EXTRA
:
'
--types
$TEST_TYPE
--module
$MODULE'
_PHPUNIT_TESTGROUPS
:
'
--verbose'
_WEB_ROOT
:
'
$CI_PROJECT_DIR'
Loading