Skip to content
Snippets Groups Projects
Commit b43df9e6 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Always refer to the v2021.0 stable release


Update all references to v2021* releases to point to the v2021.0 one.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent f3f8ec91
No related branches found
No related tags found
1 merge request!279Always refer to the v2021.0 stable release
Pipeline #267491 passed
......@@ -2,16 +2,16 @@
# stage: submit tests
.submit-tests:
image: registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2021dev2-image-builder
image: registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2021-image-builder
variables:
release: v2021dev2
release: v2021
# images are fetched from
# {{baseurl}}/{{image_path}}/{{image_buildid}}/{{arch}}/{{type}}/{{image_name}}.img.gz
# where `arch` and `type` are derived from `profile_name`
baseurl: https://images.apertis.org
image_buildid: "20200506.0117"
image_name: apertis_v2021dev2-minimal-amd64-uefi_20200506.0117
image_path: weekly/v2021dev2
image_buildid: "v2021.0"
image_name: apertis_v2021-minimal-amd64-uefi_v2021.0
image_path: release/v2021
profile_name: apertis-minimal-amd64-uefi
source_commit: $CI_COMMIT_SHA
source_job: $CI_JOB_URL
......
{% with aum_test='aum-offline-upgrade-branch' %}
{# https://images.apertis.org/release/v2021pre/v2021pre.0/armhf/minimal/apertis_ostree_v2021pre-minimal-armhf-uboot_v2021pre.0.img #}
{# https://images.apertis.org/release/v2021/v2021.0/armhf/minimal/apertis_ostree_v2021-minimal-armhf-uboot_v2021.0.img #}
{% set image_base_url =
"%s/%s/%s.%s/%s/%s/apertis_ostree_%s-%s-%s-%s_%s.%s.img" | format(
upgradable_url_prefix,
......
......@@ -86,7 +86,7 @@ main-profile:
baseurl: "https://images.apertis.org"
firststageurl: "https://images.apertis.org/release/v2019/v2019.1" # use a known good release for the first stage
upgradable_url_prefix: "https://images.apertis.org/release"
upgradable_release: "v2021pre"
upgradable_release: "v2021"
upgradable_build: "0"
arch: amd64
visibility: public
......
......@@ -15,7 +15,7 @@ metadata:
pre-conditions:
- "Requires the DUT to be flashed with a signed U-Boot built with HAB and FIT image support
as provided since version 2019.01+dfsg-7co6. U-Boot could be installed with
[public U-Boot installer v2021dev1.0](https://images.apertis.org/release/v2021dev1/v2021dev1.0/installer/mx6qsabrelite-uboot/)
[public U-Boot installer v2021.0](https://images.apertis.org/release/v2021/v2021.0/installer/mx6qsabrelite-uboot/)
or any newer version."
- "Requires a DUT with fused SRK hash (it's a irreversible operation! Please refer to the documentation).
Or use additional step for 'emulation' if fusing is not possible. Skip it if the board has fused SRK."
......
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