diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2024-01-08 03:01:11 +1000 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-01-11 11:39:26 +0100 |
commit | cdd30f369a21def5cfdd610753d319c29f75a0a8 (patch) | |
tree | 9139682c632eb876c5518f22b2daa7fd36215a58 /.gitlab-ci.d | |
parent | c98873ee4a0c2694aac976ab9affcf55da8b7e61 (diff) |
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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index 91663946de..cfe737aca2 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: |