From: Yann Dirson Date: Mon, 5 Feb 2024 09:59:34 +0000 (+0100) Subject: ci: separate build checks from quick check to avoid wasting CI cycles X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6e9923ebb244bf680b291d669f186c9607d1f950;p=xen-guest-agent.git ci: separate build checks from quick check to avoid wasting CI cycles Signed-off-by: Yann Dirson --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72d16e8..85cd182 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ stages: - setup - check + - build-check - release-build - package - deploy @@ -19,7 +20,7 @@ variables: PKG_ROOT: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic" .build-template: - stage: check + stage: build-check script: - cargo build ${FEATURES} ${CARGO_FLAGS} # make sure build introduces no diffs