[libvirt PATCH] ci: Use correct name for armv7l architecture

Andrea Bolognani posted 1 patch 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200729085653.64926-1-abologna@redhat.com
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt PATCH] ci: Use correct name for armv7l architecture
Posted by Andrea Bolognani 3 years, 9 months ago
Turns out 'ldebian' was not a typo, but rather the result of
mistakenly shifting the dash in 'armv7l-debian' one spot to the
left.

Fixes: 821100e81281eef9beeb15c3f4bf6a000d6a03c5
Reported-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
Pushed as trivial.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d179648f0..c96e72198e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -178,7 +178,7 @@ armv6l-debian-10-container:
   variables:
     NAME: debian-10-cross-armv6l
 
-armv7-debian-10-container:
+armv7l-debian-10-container:
   <<: *container_optional_job_definition
   variables:
     NAME: debian-10-cross-armv7l
@@ -223,7 +223,7 @@ armv6l-debian-sid-container:
   variables:
     NAME: debian-sid-cross-armv6l
 
-armv7-debian-sid-container:
+armv7l-debian-sid-container:
   <<: *container_job_definition
   variables:
     NAME: debian-sid-cross-armv7l
-- 
2.25.4