From baee6a47cce018f9f5809d2439b62c2ad7773989 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 15 Dec 2024 23:16:05 -0500 Subject: [PATCH] debian: disable salsa CI on non-debian branches The Salsa CI attempts to do a package build, and the debian/patches directory is generally not set up correctly for a successful source build on non-debian branches. So skip them to avoid failed builds and to avoid wasting CI bandwidth. Signed-off-by: Theodore Ts'o --- debian/salsa-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 0c22dc437..c3464547f 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -1,3 +1,7 @@ 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/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + SALSA_CI_IGNORED_BRANCHES: 'web|next|master|maint|old-maint|pristine-tar|pu'