Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
postmarketos-release-upgrade
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
postmarketos-release-upgrade
Commits
a5ca939f
Unverified
Commit
a5ca939f
authored
1 month ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
Drop v24.06 (EOL)
parent
494c057d
Branches
master
No related tags found
No related merge requests found
Pipeline
#217994
running
Stage: lint
Stage: compatibility
Stage: badge
Changes
2
Pipelines
93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/generate_page.sh
+1
-2
1 addition, 2 deletions
.ci/generate_page.sh
.gitlab-ci.yml
+4
-24
4 additions, 24 deletions
.gitlab-ci.yml
with
5 additions
and
26 deletions
.ci/generate_page.sh
+
1
−
2
View file @
a5ca939f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
24
View file @
a5ca939f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment