blob: 6ef0d79b556b120b21d93b34051e6a69585d3b8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
# Enable extra Salsa-CI tests that are otherwise off by default
variables:
SALSA_CI_DISABLE_MISSING_BREAKS: 0
SALSA_CI_DISABLE_RC_BUGS: 0
# Piuparts for sudo is currently failing (August 2021) when Salsa-CI was enabled.
# Remove this override once that issue is fixed.
piuparts:
allow_failure: true
|