Skip to content

Commit 8cfe0cb

Browse files
committed
chore: add resolute release support
1 parent a16edf2 commit 8cfe0cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/daily-integration-jammy-lxd-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: "Daily: Integration Jammy lxc_container"
1+
name: "Daily: Integration Jammy lxd_container"
22

33
on:
44
schedule:
55
- cron: "0 3 * * *"
66
workflow_dispatch:
77

88
jobs:
9-
integration-jammy-lxd-container:
9+
jammy-lxd_container:
1010
uses: ./.github/workflows/_lxc_common.yml
1111
with:
1212
release: jammy

tests/integration_tests/releases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def from_os_image(
100100
ORACULAR = Release("ubuntu", "oracular", "24.10")
101101
PLUCKY = Release("ubuntu", "plucky", "25.04")
102102
QUESTING = Release("ubuntu", "questing", "25.10")
103+
RESOLUTE = Release("ubuntu", "resolute", "26.04")
103104

104105
UBUNTU_STABLE = (FOCAL, JAMMY, MANTIC, NOBLE)
105106

0 commit comments

Comments
 (0)