Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Apertis infrastructure dashboard
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
infrastructure
Apertis infrastructure dashboard
Merge requests
!217
Draft: whitelist: drop v2020 and v2022 because EOL
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: whitelist: drop v2020 and v2022 because EOL
wip/daissi/whitelist
into
master
Overview
0
Commits
3
Pipelines
5
Changes
2
Open
Dylan Aïssi
requested to merge
wip/daissi/whitelist
into
master
9 months ago
Overview
0
Commits
3
Pipelines
5
Changes
2
Expand
Whitelists cleaning:
buster is no longer tracked, and currently only debian/bullseye-backports is used.
drop whitelists for v2020 since it's EOL
drop whitelists for v2022 since it's EOL
0
0
Merge request reports
Compare
master
version 4
a3d90842
9 months ago
version 3
e34c7b65
9 months ago
version 2
4817463e
9 months ago
version 1
8b3ca691
9 months ago
master (base)
and
latest version
latest version
696d001f
3 commits,
9 months ago
version 4
a3d90842
4 commits,
9 months ago
version 3
e34c7b65
3 commits,
9 months ago
version 2
4817463e
3 commits,
9 months ago
version 1
8b3ca691
3 commits,
9 months ago
2 files
+
7
−
519
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
bin/packaging-check-invariants
+
2
−
1
Options
@@ -581,7 +581,8 @@ class InvariantChecker:
ignore_list
=
dict
(
ignore_list
,
**
LINUX_FAILED_PIPELINE_BRANCH_IGNORELIST
)
ignore_reason
=
ignore_list
.
get
(
branch
.
name
)
if
ignore_list
is
not
None
:
ignore_reason
=
ignore_list
.
get
(
branch
.
name
)
if
ignore_reason
:
logging
.
info
(
f
"
{
package
.
name
}
: Pipeline failed on
{
package
.
git
.
path_with_namespace
}
:
{
branch
.
name
}
, ignoring,
{
ignore_reason
}
"
Loading