]> git.donarmstrong.com Git - debbugs.git/commitdiff
Salsa-CI: Allow autopkgtest to fail for now release_2.6
authorOtto Kekäläinen <otto@debian.org>
Sun, 19 May 2024 01:34:58 +0000 (18:34 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 20 May 2024 03:55:53 +0000 (20:55 -0700)
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.

debian/salsa-ci.yml

index 3de2c8b6cfc520fb78f634b68d3d62c6813c4aac..60fbec395d7d1bae23118c6b3d40b13ca127409f 100644 (file)
@@ -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