]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
ci: resync un/scheduled Linux job definitions
authorYann Dirson <yann.dirson@vates.fr>
Fri, 15 Dec 2023 16:47:22 +0000 (17:47 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Fri, 15 Dec 2023 16:47:22 +0000 (17:47 +0100)
Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
.gitlab-ci.yml

index a1b635763addc777b6b51349ca708bb7d191f31a..3419b17f6f6ec0da2de3daa52e28244e3c7c1e77 100644 (file)
@@ -153,13 +153,13 @@ build-linux:
   parallel: !reference [.featurematrix,parallel]
   extends:
     - .debian-build-template
+  variables:
+    CARGO_FLAGS: "-v"
   rules:
     - if: $CI_PIPELINE_SOURCE == "merge_request_event"
       # building branch tip already included in 'everycommit'
       when: never
     - !reference [.not-scheduled,rules]
-  variables:
-    CARGO_FLAGS: "-v"
 
 build-release-linux-x86_64:
   extends:
@@ -198,6 +198,8 @@ build-latest-linux:
   extends:
     - .debian-build-template
     - .scheduled
+  variables:
+    CARGO_FLAGS: "-v"
   before_script:
     - !reference [".debian-build-template", "before_script"]
     - mv Cargo.lock Cargo.lock.current