From f87d10a9528b830a34ba151b6e9c3367e8dc3d4b Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Mon, 5 Feb 2024 10:40:27 +0100 Subject: [PATCH] ci: avoid pkg-source fetching artifacts from binary jobs 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 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8afe83a..72d16e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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) -- 2.39.5