Skip to content
Snippets Groups Projects
Commit aabc0578 authored by Martyn Welch's avatar Martyn Welch
Browse files

config.yaml: Use same release specified in devices.yaml for aum offline upgrade branch test


The devices.yaml configuration has been updated so that we use v2023.3
images as a first stage in tests. For whatever reason, the image used
for the aum offline upgrade branch tests don't use this configuration,
but separate configuration in config.yaml. This is currently set to
v2022.0.

We had an issue that the RPi4 images were being produced with a smaller
boot partition than other targets. This was resulting in the space
running out on the boot partition in some tests for RPi4. This issue was
fixed, with the partitions being adjusted to be the same size as other
targets, and backported to v2024 and v2023.

We are seeing issues with the boot partition running out persisting for
the aum offline upgrade branch tests as it's using v2022 as it's first
stage image, which is no longer a supported release and as such didn't
receive the tweaks to the partition sizing.

Update the release used for this test to v2023.3 in line with other
tests.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 3a2245ca
No related branches found
No related tags found
1 merge request!625config.yaml: Use same release specified in devices.yaml for aum offline upgrade branch test
Pipeline #708891 passed
...@@ -8,8 +8,8 @@ variables: ...@@ -8,8 +8,8 @@ variables:
upgradable_url_prefix: "https://images.apertis.org/release" upgradable_url_prefix: "https://images.apertis.org/release"
# Any release listed here MUST be in the OSTree ref-bindings in apertis-image-recipes: # Any release listed here MUST be in the OSTree ref-bindings in apertis-image-recipes:
# https://gitlab.apertis.org/infrastructure/apertis-image-recipes/-/blob/apertis/v2025dev2/ostree-commit.yaml # https://gitlab.apertis.org/infrastructure/apertis-image-recipes/-/blob/apertis/v2025dev2/ostree-commit.yaml
upgradable_release: "v2022" upgradable_release: "v2023"
upgradable_build: "0" upgradable_build: "3"
arch: amd64 arch: amd64
visibility: public visibility: public
priority: medium priority: medium
......
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