From: Otto Kekäläinen Date: Sun, 19 May 2024 01:34:58 +0000 (-0700) Subject: Salsa-CI: Allow autopkgtest to fail for now X-Git-Url: https://git.donarmstrong.com/debbugs.git?a=commitdiff_plain;h=refs%2Fheads%2Frelease_2.6;p=debbugs.git Salsa-CI: Allow autopkgtest to fail for now The package does not have any debian/tests and thus autopkgtest will run autodep8-perl which does not pass, and will need some work before enabled: autodep8-perl-build-deps FAIL non-zero exit status 253 autodep8-perl PASS (superficial) autodep8-perl-recommends FAIL non-zero exit status 1 Allowing failure in GitLab CI will still show the job as yellow, and hopefully attract the attention of developers to later fix is too. --- diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 3de2c8b..60fbec3 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -7,3 +7,12 @@ include: # https://salsa.debian.org/%{project_path}/-/pipelines, ensure that # https://salsa.debian.org/%{project_path}/-/settings/ci_cd has in field "CI/CD # configuration file" filename "debian/salsa-ci.yml" + +# The package does not have any debian/tests and thus autopkgtest will run +# autodep8-perl which does not pass, and will need some work before enabled: +# autodep8-perl-build-deps FAIL non-zero exit status 253 +# autodep8-perl PASS (superficial) +# autodep8-perl-recommends FAIL non-zero exit status 1 +autopkgtest: + extends: .test-autopkgtest + allow_failure: true