Commit 1b5764a
authored
ci: remove stale wolfi-presubmit package matrix entries (#2566)
What
Drop cadvisor, grafana-image-renderer, and mdbook from the
wolfi-presubmit matrix. Their YAMLs no longer exist in wolfi-dev/os
(both root-level lookups and full-repo code search return no matches),
so `wolfictl bump <pkg>` plus `make package/<pkg>` against the
wolfi-dev/os Makefile fails with "No rule to make target".
Why
These three matrix entries fail on every PR (including main) and
create persistent red CI noise that masks legitimate failures.
Removing them restores a green baseline without reducing coverage in
any meaningful way - the matrix still exercises 19 packages across
bubblewrap and qemu runners, covering cgroups, get/setcaps, diff
users, license-path, Perl/Python/Ruby builds, and more.
Notes
- Watch the next wolfi-presubmit run to confirm the matrix is green
with these three removed.
- If anyone wants comparable coverage for cgroups (cadvisor was tagged
"uses cgroups"), a replacement package from the still-existing
matrix already exercises similar paths; if not, a follow-up could
add a new entry from a currently-existing wolfi-dev/os YAML.
Signed-off-by: jmeridth <jmeridth@gmail.com>1 parent 2486683 commit 1b5764a
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | | - | |
87 | 85 | | |
88 | 86 | | |
89 | | - | |
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
| |||
0 commit comments