blob: a611faf649a5f25447da697851b10989d73d3090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
variables:
# some tests do not work in the salsa-ci infrastructure at build time,
# but work fine in the autopkgtest job anyway, so skip them in the build step
DEB_BUILD_OPTIONS: "nocheck"
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011649
SALSA_CI_DISABLE_PIUPARTS: 1
RELEASE: 'bookworm'
SALSA_CI_IMAGES_LINTIAN: ${SALSA_CI_IMAGES}/lintian:stable
SALSA_CI_LINTIAN_SUPPRESS_TAGS: "bad-distribution-in-changes-file"
# The following jobs all run on unstable, and cannot work because they expect
# overrides, compiler flags, dependencies, etc to work as in unstable, but this
# is a stable branch
SALSA_CI_DISABLE_BLHC: 1
SALSA_CI_DISABLE_REPROTEST: 1
|