From 57e1715ca89d2e52c4b9e47c5b2e5416ce2060a7 Mon Sep 17 00:00:00 2001 From: Massimiliano Date: Fri, 28 Jun 2024 09:48:17 +0200 Subject: [PATCH] Checkbox24 promotion (infra) (#1317) Promote also 24 --- .github/workflows/checkbox-beta-release.yml | 3 +++ .github/workflows/checkbox-stable-release.yml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/checkbox-beta-release.yml b/.github/workflows/checkbox-beta-release.yml index d0af409465..91a24385ec 100644 --- a/.github/workflows/checkbox-beta-release.yml +++ b/.github/workflows/checkbox-beta-release.yml @@ -98,6 +98,7 @@ jobs: yes | snapcraft promote checkbox18 --from-channel latest/edge --to-channel latest/beta yes | snapcraft promote checkbox20 --from-channel latest/edge --to-channel latest/beta yes | snapcraft promote checkbox22 --from-channel latest/edge --to-channel latest/beta + yes | snapcraft promote checkbox24 --from-channel latest/edge --to-channel latest/beta checkbox_snap: needs: should-run @@ -120,8 +121,10 @@ jobs: yes | snapcraft promote checkbox --from-channel uc18/edge --to-channel uc18/beta yes | snapcraft promote checkbox --from-channel uc20/edge --to-channel uc20/beta yes | snapcraft promote checkbox --from-channel uc22/edge --to-channel uc22/beta + yes | snapcraft promote checkbox --from-channel uc24/edge --to-channel uc24/beta yes | snapcraft promote checkbox --from-channel 16.04/edge --to-channel 16.04/beta yes | snapcraft promote checkbox --from-channel 18.04/edge --to-channel 18.04/beta yes | snapcraft promote checkbox --from-channel 20.04/edge --to-channel 20.04/beta yes | snapcraft promote checkbox --from-channel 22.04/edge --to-channel 22.04/beta + yes | snapcraft promote checkbox --from-channel 24.04/edge --to-channel 24.04/beta yes | snapcraft promote checkbox --from-channel 22.04/edge --to-channel latest/beta diff --git a/.github/workflows/checkbox-stable-release.yml b/.github/workflows/checkbox-stable-release.yml index f15a7ae8bd..2988311c90 100644 --- a/.github/workflows/checkbox-stable-release.yml +++ b/.github/workflows/checkbox-stable-release.yml @@ -87,6 +87,8 @@ jobs: snapcraft promote checkbox20 --from-channel latest/beta --to-channel latest/stable --yes snapcraft promote checkbox22 --from-channel latest/beta --to-channel latest/candidate --yes snapcraft promote checkbox22 --from-channel latest/beta --to-channel latest/stable --yes + snapcraft promote checkbox24 --from-channel latest/beta --to-channel latest/candidate --yes + snapcraft promote checkbox24 --from-channel latest/beta --to-channel latest/stable --yes checkbox_snap: name: Checkbox snap packages @@ -122,5 +124,7 @@ jobs: snapcraft promote checkbox --from-channel 20.04/beta --to-channel 20.04/stable --yes snapcraft promote checkbox --from-channel 22.04/beta --to-channel 22.04/candidate --yes snapcraft promote checkbox --from-channel 22.04/beta --to-channel 22.04/stable --yes + snapcraft promote checkbox --from-channel 24.04/beta --to-channel 24.04/candidate --yes + snapcraft promote checkbox --from-channel 24.04/beta --to-channel 24.04/stable --yes snapcraft promote checkbox --from-channel 22.04/beta --to-channel latest/candidate --yes snapcraft promote checkbox --from-channel 22.04/beta --to-channel latest/stable --yes