Rename "tier-1" to "standard"

Followup to the rename of "tier-0" to "minimal". The tiers nomenclature
didn't end up working out.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2025-02-21 14:55:37 -05:00
parent 3950d19bdc
commit 11a09f4c76
14 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ build-image:
extends: .build-image
parallel:
matrix:
- TIER: [minimal, tier-1, tier-x]
- TIER: [minimal, standard, tier-x]
variables:
EXTRA_ARGS: "--security-opt=label=disable --cap-add=all --build-arg MANIFEST=fedora-$TIER.yaml"
rules: