blob: 1fd0ede6865757a549df5625ea2683bb47dfb740 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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:
RELEASE: 'unstable'
# mark currently failing tests as allowed to fail
blhc:
allow_failure: true
reprotest:
allow_failure: true
lintian:
allow_failure: true
|