From 695c2e7b2a5e82b7e50b8472a6649584fa9406f1 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 29 Mar 2025 13:18:13 +0100 Subject: gitlab-ci: allow choosing the suite for performing architecture tests --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 890f49a..09e8a5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,8 @@ image: debian:sid-slim +variables: + DEFAULT_SUITE: + description: Debian suite to use for architecture tests + value: sid shellcheck: script: @@ -56,4 +60,4 @@ arch_test: - apt-get dist-upgrade --yes - apt-get --no-install-recommends --yes install curl e2fsprogs expect mmdebstrap openssh-client qemu-system arch-test qemu-user-static file systemd dpkg-dev debian-ports-archive-keyring - /lib/systemd/systemd-binfmt - - PATH=$(pwd)/bin:$PATH ./tests/create-and-run.sh "$ARCHITECTURE" sid + - PATH=$(pwd)/bin:$PATH ./tests/create-and-run.sh "$ARCHITECTURE" "$DEFAULT_SUITE" -- cgit v1.2.3