[libvirt PATCH 1/7] gitlab: move codestyle job to the sanity_checks stage

Daniel P. Berrangé berrange at redhat.com
Fri Sep 10 08:56:20 UTC 2021


It was in the build stage previously to let it run in parallel with
other build jobs, but with the "needs" clause this is not required.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1609c260d..24feb48c99 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -585,7 +585,7 @@ website:
 
 
 codestyle:
-  stage: builds
+  stage: sanity_checks
   image: $CI_REGISTRY_IMAGE/ci-opensuse-leap-152:latest
   needs:
     - x64-opensuse-leap-152-container
-- 
2.31.1




More information about the libvir-list mailing list