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
82c87f15
Unverified
Commit
82c87f15
authored
2 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
CI: v22.06 is EOL, drop v21.12 -> v22.06 check
parent
ba097753
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#161636
passed
2 years ago
Stage: lint
Stage: compatibility
Stage: badge
Stage: deploy
Changes
3
Pipelines
423
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ci/generate_page.sh
+0
-1
0 additions, 1 deletion
.ci/generate_page.sh
.gitlab-ci.yml
+0
-22
0 additions, 22 deletions
.gitlab-ci.yml
upgrade.sh
+0
-1
0 additions, 1 deletion
upgrade.sh
with
0 additions
and
24 deletions
.ci/generate_page.sh
+
0
−
1
View file @
82c87f15
...
...
@@ -6,7 +6,6 @@
export
CHANNELS
=
"
v22.12-edge
v22.06-v22.12
v21.12-v22.06
"
export
DEVICES
=
"
qemu-amd64
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
22
View file @
82c87f15
...
...
@@ -73,28 +73,6 @@ upgrade-compat-v22.06-v22.12:
paths
:
-
"
*.check-passed"
# upgrade compatibility v21.12 --> v22.06
upgrade-compat-v21.12-v22.06
:
parallel
:
matrix
:
-
DEVICE
:
[
'
qemu-amd64'
]
UI
:
[
'
phosh'
,
'
plasma-mobile'
,
'
sxmo-de-dwm'
,
'
sxmo-de-sway'
,
'
console'
]
CHANNEL_OLD
:
[
'
v21.12'
]
CHANNEL_NEW
:
[
'
v22.06'
]
stage
:
compatibility
<<
:
*only-default
before_script
:
-
wget "https://gitlab.com/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
-
sh ./install_pmbootstrap.sh pytest
script
:
-
su pmos -c ".ci/upgrade-compat.sh"
-
touch upgrade-compat-v21.12-v22.06-"$DEVICE"-"$UI".check-passed
allow_failure
:
true
artifacts
:
when
:
always
paths
:
-
"
*.check-passed"
# badges
pages
:
stage
:
badge
...
...
This diff is collapsed.
Click to expand it.
upgrade.sh
+
0
−
1
View file @
82c87f15
...
...
@@ -19,7 +19,6 @@ CHANNELS_ALL="
# https://gitlab.com/postmarketOS/postmarketos-release-upgrade/
UPGRADES_SUPPORTED
=
"
v22.12-edge
v21.12-v22.06
v22.06-v22.12
"
...
...
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