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

Drop v23.12 (EOL)

parent fde715bf
No related branches found
No related tags found
No related merge requests found
Pipeline #143177 passed
......@@ -4,8 +4,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
export CHANNELS="
v23.12-edge
v23.12-v24.06
v24.06-edge
"
export DEVICES="
qemu-amd64
......
......@@ -30,39 +30,19 @@ shellcheck:
script:
- .ci/shellcheck.sh
# upgrade compatibility v23.12 --> edge
upgrade-compat-v23.12-edge:
# upgrade compatibility v24.06 --> edge
upgrade-compat-v24.06-edge:
parallel:
matrix:
- DEVICE: ['qemu-amd64']
UI: ['phosh', 'plasma-mobile', 'sxmo-de-dwm', 'sxmo-de-sway', 'console']
CHANNEL_OLD: ['v23.12']
CHANNEL_OLD: ['v24.06']
CHANNEL_NEW: ['edge']
stage: compatibility
<<: *only-default
script:
- .ci/upgrade-compat.sh
- touch upgrade-compat-v23.12-edge-"$DEVICE"-"$UI".check-passed
allow_failure: true
artifacts:
when: always
paths:
- "*.check-passed"
expire_in: 1 week
# upgrade compatibility v23.12 --> v24.06
upgrade-compat-v23.12-v24.06:
parallel:
matrix:
- DEVICE: ['qemu-amd64']
UI: ['phosh', 'plasma-mobile', 'sxmo-de-dwm', 'sxmo-de-sway', 'console']
CHANNEL_OLD: ['v23.12']
CHANNEL_NEW: ['v24.06']
stage: compatibility
<<: *only-default
script:
- .ci/upgrade-compat.sh
- touch upgrade-compat-v23.12-v24.06-"$DEVICE"-"$UI".check-passed
- touch upgrade-compat-v24.06-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