]> git.donarmstrong.com Git - debbugs.git/blob - debian/salsa-ci.yml
Salsa-CI: Allow autopkgtest to fail for now
[debbugs.git] / debian / salsa-ci.yml
1 ---
2 include:
3   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
4   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
5
6 # If Salsa-CI is not running at
7 # https://salsa.debian.org/%{project_path}/-/pipelines, ensure that
8 # https://salsa.debian.org/%{project_path}/-/settings/ci_cd has in field "CI/CD
9 # configuration file" filename "debian/salsa-ci.yml"
10
11 # The package does not have any debian/tests and thus autopkgtest will run
12 # autodep8-perl which does not pass, and will need some work before enabled:
13 #   autodep8-perl-build-deps FAIL non-zero exit status 253
14 #   autodep8-perl        PASS (superficial)
15 #   autodep8-perl-recommends FAIL non-zero exit status 1
16 autopkgtest:
17   extends: .test-autopkgtest
18   allow_failure: true