]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
ci: avoid pkg-source fetching artifacts from binary jobs
authorYann Dirson <yann.dirson@vates.fr>
Mon, 5 Feb 2024 09:40:27 +0000 (10:40 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Mon, 5 Feb 2024 09:55:09 +0000 (10:55 +0100)
Having this fetching is awkward, rven if they are not supposed to be used.
Let's just not wait for those jobs.

Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
.gitlab-ci.yml

index 8afe83a74c99d67d52a46c5fd3fc803a249c862e..72d16e8d1636a228ee355997584e9112a6e04c43 100644 (file)
@@ -333,6 +333,8 @@ pkg-source:
   image: ${LINUX_RUSTIMG}
   extends:
     - .not-scheduled
+  needs:
+    - env-setup
   script:
     - cargo package --no-verify
     - CRATEFILE=$(basename target/package/xen-guest-agent-*.crate)