Skip to content

Commit

Permalink
snaps: switch over to base: core24 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths authored and Saviq committed Jan 10, 2025
2 parents 991e433 + 4c605b7 commit 4fed33c
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions bin/process_snaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

APPLICATION = "mir-ci"
LAUNCHPAD = "production"
DEFAULT_RELEASE = "jammy"
DEFAULT_RELEASE = "noble"
TEAM = "mir-team"
SOURCE_NAME = "mir"

Expand All @@ -35,15 +35,13 @@
},
"confined-shell": {
"edge": {"recipe": "confined-shell-edge"},
"edge/24": {"ppa": "dev", "recipe": "confined-shell-edge-24", "release": "noble", "check-usns": False},
},
"graphics-test-tools": {
"20/beta": {"recipe": "graphics-test-tools-20-beta"},
"22/beta": {"recipe": "graphics-test-tools-22-beta"},
"24/edge": {"recipe": "graphics-test-tools-24-edge", "check-usns": False},
"24/edge": {"recipe": "graphics-test-tools-24-edge"},
},
"mir-kiosk": {
"edge": {"ppa": "dev", "recipe": "mir-kiosk-edge", "release": "focal"},
"beta": {"ppa": "rc", "recipe": "mir-kiosk-beta", "release": "focal"},
},
"mir-kiosk-kodi": {
Expand All @@ -56,35 +54,32 @@
"edge": {"recipe": "mir-kiosk-scummvm-edge"},
},
"mir-test-tools": {
"20/edge": {"ppa": "dev", "recipe": "mir-test-tools-20-edge", "release": "focal"},
"20/beta": {"ppa": "rc", "recipe": "mir-test-tools-20-beta", "release": "focal"},
"22/edge": {"ppa": "dev", "recipe": "mir-test-tools-22-edge"},
"22/beta": {"ppa": "rc", "recipe": "mir-test-tools-22-beta"},
"24/edge": {"ppa": "dev", "recipe": "mir-test-tools-24-edge", "release": "noble", "check-usns": False},
"22/beta": {"ppa": "rc", "recipe": "mir-test-tools-22-beta", "release": "jammy"},
"24/beta": {"ppa": "rc", "recipe": "mir-test-tools-24-beta"},
"24/edge": {"ppa": "dev", "recipe": "mir-test-tools-24-edge"},
},
"miriway": {
"edge": {"ppa": "dev", "recipe": "miriway-edge"},
"beta": {"ppa": "rc", "recipe": "miriway-beta"},
"edge/24": {"ppa": "dev", "recipe": "miriway-edge-24", "release": "noble", "check-usns": False},
"edge": {"ppa": "dev", "recipe": "miriway-edge"},
},
"ubuntu-frame": {
"20/edge": {"ppa": "dev", "recipe": "ubuntu-frame-20-edge", "release": "focal"},
"20/beta": {"ppa": "rc", "recipe": "ubuntu-frame-20-beta", "release": "focal"},
"22/edge": {"ppa": "dev", "recipe": "ubuntu-frame-22-edge"},
"22/beta": {"ppa": "rc", "recipe": "ubuntu-frame-22-beta"},
"24/edge": {"ppa": "dev", "recipe": "ubuntu-frame-24-edge", "release": "noble", "check-usns": False},
"22/beta": {"ppa": "rc", "recipe": "ubuntu-frame-22-beta", "release": "jammy"},
"24/beta": {"ppa": "rc", "recipe": "ubuntu-frame-24-beta"},
"24/edge": {"ppa": "dev", "recipe": "ubuntu-frame-24-edge"},
},
"ubuntu-frame-osk": {
"20/beta": {"recipe": "ubuntu-frame-osk-20-beta"},
"22/edge": {"recipe": "ubuntu-frame-osk-22-edge"},
"22/beta": {"recipe": "ubuntu-frame-osk-22-beta"},
"24/beta": {"recipe": "ubuntu-frame-osk-24-beta", "check-usns": False},
"24/beta": {"recipe": "ubuntu-frame-osk-24-beta"},
"24/edge": {"recipe": "ubuntu-frame-osk-24-edge"},
},
"ubuntu-frame-vnc": {
"20/beta": {"recipe": "ubuntu-frame-vnc-20-beta"},
"22/edge": {"recipe": "ubuntu-frame-vnc-22-edge"},
"22/beta": {"recipe": "ubuntu-frame-vnc-22-beta"},
"24/beta": {"recipe": "ubuntu-frame-vnc-24-beta", "check-usns": False},
"24/beta": {"recipe": "ubuntu-frame-vnc-24-beta"},
"24/edge": {"recipe": "ubuntu-frame-vnc-24-edge"},
},
"mesa-core20": {
"beta": {"recipe": "mesa-core20-beta"},
Expand All @@ -93,7 +88,7 @@
"beta": {"recipe": "mesa-core22-beta"},
},
"mesa-2404": {
"edge": {"recipe": "mesa-2404-edge", "check-usns": False},
"beta": {"recipe": "mesa-2404-beta"},
},
"nvidia-core22": {
"beta": {"recipe": "nvidia-core22-beta"},
Expand Down

0 comments on commit 4fed33c

Please sign in to comment.