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
!194
Issue
#3262244
: HEAD is broken because I made Zeus mad
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3262244
: HEAD is broken because I made Zeus mad
issue/automatic_updates-3262244:3262244-head-is-broken
into
8.x-2.x
Overview
0
Commits
13
Pipelines
0
Changes
1
Merged
Adam G-H
requested to merge
issue/automatic_updates-3262244:3262244-head-is-broken
into
8.x-2.x
3 years ago
Overview
0
Commits
13
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
37363a2c
Prev
Next
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
37363a2c
Skip staged projects validation
· 37363a2c
Adam G-H
authored
3 years ago
tests/src/Functional/ReadinessValidationTest.php
+
4
−
0
Options
@@ -397,6 +397,10 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
'automatic_updates_test'
,
'package_manager_bypass'
,
]);
// Because all staging operations are skipped by package_manager_bypass,
// disable validators which will complain if there is no data in the staging
// area for them to inspect.
$this
->
disableValidators
([
'automatic_updates.staged_projects_validator'
]);
// The error should be persistently visible, even after the checker stops
// flagging it.
Loading