diff options
Diffstat (limited to '')
-rw-r--r-- | debian/salsa-ci.yml | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index f3f84f3..023ab66 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -1,19 +1,12 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/installer-team/branch2repo/-/raw/main/trigger_b2r.yml variables: - SALSA_CI_DISABLE_BLHC: 1 SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 - -# stages can only be overridden not extended, so we have to list all of them -stages: - - provisioning - - build - - test - - test extras - - publish # Stage referenced by Salsa-CI template aptly stanza, so must exist even though not used + # undo some of branch2repo's defaults, which are tuned for udebs + SALSA_CI_DISABLE_LINTIAN: 0 + SALSA_CI_DISABLE_PIUPARTS: 0 # This tests running debootstrap inside an unshared user namespace. # Inside that namespace, mknod is not available. @@ -21,7 +14,7 @@ stages: # #1031222) so this also tests whether the fallback to bind-mounting # proc works as systemd-tmpfiles will otherwise not create several files. test-unshare: - stage: test extras + stage: test image: $SALSA_CI_IMAGES_BASE needs: - job: build @@ -36,7 +29,7 @@ test-unshare: - mmdebstrap --variant=custom --mode=unshare --setup-hook="./debian/tests/debian-testing minbase" --skip=update,setup,cleanup - "$AUTOPKGTEST_TMP/chroot.d" test-buildd: - stage: test extras + stage: test image: $SALSA_CI_IMAGES_BASE needs: - job: build |