Skip to content

userpatches: skip jammy in items-from-inventory#460

Merged
igorpecovnik merged 1 commit intomainfrom
drop-jammy
May 4, 2026
Merged

userpatches: skip jammy in items-from-inventory#460
igorpecovnik merged 1 commit intomainfrom
drop-jammy

Conversation

@igorpecovnik
Copy link
Copy Markdown
Member

Summary

Add `jammy` to the four `skip-releases` arrays in `userpatches/targets-all-not-eos.yaml`. The matrix expansions for `all-userspace`, `all-userspace-riscv64`, `all-userspace-armhf` and `all-cli` stop emitting jammy rootfs / image targets.

Symptom

Run 25293593837 — jammy targets are failing.

Scope

Only this one file. Other places that reference jammy (templates with `RELEASE: jammy` blocks, `external/*-jammy.conf` configs, Docker base images, workflow dropdowns) are left alone — those can be a separate cleanup if you want to retire jammy more broadly.

Diff

```diff

  •    skip-releases: [ "questing", "sid", "forky"]
    
  •    skip-releases: [ "jammy", "questing", "sid", "forky"]
    

```

(four occurrences across the file).

Add jammy to the four skip-releases arrays in targets-all-not-eos.yaml.
The all-userspace, all-userspace-riscv64, all-userspace-armhf and
all-cli matrix expansions stop emitting jammy rootfs / image targets,
which were failing as of armbian/os run 25293593837.

No other change. The release stays available to other targets that
opt into it explicitly.
@igorpecovnik igorpecovnik merged commit 8642f9c into main May 4, 2026
1 check passed
@igorpecovnik igorpecovnik deleted the drop-jammy branch May 4, 2026 06:24
@github-actions github-actions Bot added the Action scripts GitHub Action scripts label May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Action scripts GitHub Action scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant