aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2024-01-08 03:01:11 +1000
committerThomas Huth <thuth@redhat.com>2024-01-11 11:39:26 +0100
commitcdd30f369a21def5cfdd610753d319c29f75a0a8 (patch)
tree9139682c632eb876c5518f22b2daa7fd36215a58 /.gitlab-ci.d
parentc98873ee4a0c2694aac976ab9affcf55da8b7e61 (diff)
downloadqemu-cdd30f369a21def5cfdd610753d319c29f75a0a8.zip
qemu-cdd30f369a21def5cfdd610753d319c29f75a0a8.tar.gz
qemu-cdd30f369a21def5cfdd610753d319c29f75a0a8.tar.bz2
gitlab: fix s390x tag for avocado-system-centos
The 390x tag should be s390x. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Message-ID: <20240107170119.82222-2-npiggin@gmail.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/buildtest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 9166394..cfe737a 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -184,7 +184,7 @@ avocado-system-centos:
variables:
IMAGE: centos8
MAKE_CHECK_ARGS: check-avocado
- AVOCADO_TAGS: arch:ppc64 arch:or1k arch:390x arch:x86_64 arch:rx
+ AVOCADO_TAGS: arch:ppc64 arch:or1k arch:s390x arch:x86_64 arch:rx
arch:sh4 arch:nios2
build-system-opensuse: