An error occurred while fetching the assigned milestone of the selected merge_request.
Closes #3484966
1 open thread
1 open thread
Closes #3484966
Merge request reports
Activity
added 24 commits
-
cb3a95c7...fd5be152 - 23 commits from branch
project:11.x
- d9e461cc - Merge branch '11.x' into 3484966-ci-introduce-a
-
cb3a95c7...fd5be152 - 23 commits from branch
added 39 commits
-
d9e461cc...bbfe778c - 38 commits from branch
project:11.x
- 5fc2fd9f - Merge branch '11.x' into 3484966-ci-introduce-a
-
d9e461cc...bbfe778c - 38 commits from branch
added 18 commits
-
249851c5...2014ae98 - 17 commits from branch
project:11.x
- ada859c4 - Merge branch '11.x' into 3484966-ci-introduce-a
-
249851c5...2014ae98 - 17 commits from branch
- Resolved by mondrake
added 1 commit
- e80aac14 - remove --ci-parallel-node-* args that conflict with gitlab matrix
added 1 commit
- 06aaa174 - do not allow PHPUnit 11 yet for PHPStan testing
added 50 commits
-
06aaa174...6cc34e19 - 49 commits from branch
project:11.x
- d58c5b32 - Merge branch '11.x' into 3484966-ci-introduce-a
-
06aaa174...6cc34e19 - 49 commits from branch
added 8 commits
-
d58c5b32...bd97f879 - 7 commits from branch
project:11.x
- 052e8238 - Merge branch '11.x' into 3484966-ci-introduce-a
-
d58c5b32...bd97f879 - 7 commits from branch
added 99 commits
-
052e8238...1c773fed - 98 commits from branch
project:11.x
- e4cedada - Merge branch '11.x' into 3484966-ci-introduce-a
-
052e8238...1c773fed - 98 commits from branch
added 16 commits
-
e4cedada...eba0136d - 14 commits from branch
project:11.x
- 89202415 - Merge branch '11.x' into 3484966-ci-introduce-a
- 7a636d3e - add sudo -E -H parameters in un it-pipeline.yml
-
e4cedada...eba0136d - 14 commits from branch
added 32 commits
-
7a636d3e...7dd09dbd - 31 commits from branch
project:11.x
- ff84cba7 - Merge branch '11.x' into 3484966-ci-introduce-a
-
7a636d3e...7dd09dbd - 31 commits from branch
- .gitlab-ci/unit-pipeline.yml 0 → 100644
12 retry: 13 max: 2 14 when: 15 - unknown_failure 16 - api_failure 17 - stuck_or_timeout_failure 18 - runner_system_failure 19 - scheduler_failure 20 21 .default-job-settings: &default-job-settings 22 stage: 🗜️ Test 23 parallel: 24 matrix: 25 - PHP_TARGET_IMAGE: 26 - "8.3" 27 - "8.4" - Comment on lines +24 to +27
Dunno if that's possible TBH, the matrix is not a variable. Regardless, I put this on the unit test pipeline only on purpose. The idea would be to check, say, PHP 8.5 with allowed_failures on for the unit test suite only, while the rest of the suites stay with their own setting. This would help find out PHP 8.5 deprecations earlier and without having to run full suite.
added 187 commits
-
ff84cba7...29a38829 - 185 commits from branch
project:11.x
- 86420454 - Merge branch '11.x' into 3484966-ci-introduce-a
- 4a46964a - Merge branch '11.x' into 3484966-ci-introduce-a
-
ff84cba7...29a38829 - 185 commits from branch
added 1 commit
- c622c36e - Move unit tests after the default environment so they're allocated runners later.
added 1 commit
- d32a6acb - Revert "Move unit tests after the default environment so they're allocated runners later."
Please register or sign in to reply