[libvirt PATCH] .gitlab-ci.yml: Fix Leap 15.4 codestyle job

Erik Skultety posted 1 patch 11 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/6a28aa604745be0ac5110b90b8c72c6d5d046faa.1683301671.git.eskultet@redhat.com
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[libvirt PATCH] .gitlab-ci.yml: Fix Leap 15.4 codestyle job
Posted by Erik Skultety 11 months, 3 weeks ago
Commit a3cc0e9ceb3e forgot to tweak the codestyle job so that we refer
to Leap 15.4 as Leap 15 (with the recent change in lcitool). However,
it was easy to miss as that job is not managed by the manifest.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a36c0ef18..2378b1a39f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -118,10 +118,10 @@ codestyle_prebuilt_env:
     - .codestyle_job
     - .gitlab_native_build_job_prebuilt_env
   needs:
-    - job: x86_64-opensuse-leap-154-container
+    - job: x86_64-opensuse-leap-15-container
       optional: true
   variables:
-    NAME: opensuse-leap-154
+    NAME: opensuse-leap-15
 
 codestyle_local_env:
   extends:
@@ -129,7 +129,7 @@ codestyle_local_env:
     - .gitlab_native_build_job_local_env
   variables:
     IMAGE: registry.opensuse.org/opensuse/leap:15.4
-    NAME: opensuse-leap-154
+    NAME: opensuse-leap-15
 
 
 # This artifact published by this job is downloaded to push to Weblate
-- 
2.40.1
Re: [libvirt PATCH] .gitlab-ci.yml: Fix Leap 15.4 codestyle job
Posted by Andrea Bolognani 11 months, 3 weeks ago
On Fri, May 05, 2023 at 05:47:53PM +0200, Erik Skultety wrote:
> Commit a3cc0e9ceb3e forgot to tweak the codestyle job so that we refer
> to Leap 15.4 as Leap 15 (with the recent change in lcitool). However,
> it was easy to miss as that job is not managed by the manifest.
>
> Signed-off-by: Erik Skultety <eskultet@redhat.com>
> ---
>  .gitlab-ci.yml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization