Skip to content
Snippets Groups Projects
Unverified Commit a5ca939f authored by Oliver Smith's avatar Oliver Smith
Browse files

Drop v24.06 (EOL)

parent 494c057d
Branches master
No related tags found
No related merge requests found
Pipeline #217994 running
......@@ -4,8 +4,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
export CHANNELS="
v24.06-edge
v24.06-v24.12
v24.12-edge
"
export DEVICES="
qemu-amd64
......
......@@ -30,39 +30,19 @@ shellcheck:
script:
- .ci/shellcheck.sh
# upgrade compatibility v24.06 --> edge
upgrade-compat-v24.06-edge:
# upgrade compatibility v24.12 --> edge
upgrade-compat-v24.12-edge:
parallel:
matrix:
- DEVICE: ['qemu-amd64']
UI: ['phosh', 'plasma-mobile', 'sxmo-de-dwm', 'sxmo-de-sway', 'console']
CHANNEL_OLD: ['v24.06']
CHANNEL_OLD: ['v24.12']
CHANNEL_NEW: ['edge']
stage: compatibility
<<: *only-default
script:
- .ci/upgrade-compat.sh
- touch upgrade-compat-v24.06-edge-"$DEVICE"-"$UI".check-passed
allow_failure: true
artifacts:
when: always
paths:
- "*.check-passed"
expire_in: 1 week
# upgrade compatibility v24.06 --> v24.12
upgrade-compat-v23.12-v24.06:
parallel:
matrix:
- DEVICE: ['qemu-amd64']
UI: ['phosh', 'plasma-mobile', 'sxmo-de-dwm', 'sxmo-de-sway', 'console']
CHANNEL_OLD: ['v24.06']
CHANNEL_NEW: ['v24.12']
stage: compatibility
<<: *only-default
script:
- .ci/upgrade-compat.sh
- touch upgrade-compat-v24.06-v24.12-"$DEVICE"-"$UI".check-passed
- touch upgrade-compat-v24.12-edge-"$DEVICE"-"$UI".check-passed
allow_failure: true
artifacts:
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment