[pkg-nagios-changes] [Git][nagios-team/icinga2][master] 2 commits: Disable parallel test execution.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Apr 23 12:32:07 BST 2026
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / icinga2
Commits:
9807e5a3 by Bas Couwenberg at 2026-04-23T13:19:18+02:00
Disable parallel test execution.
- - - - -
0c8bb773 by Bas Couwenberg at 2026-04-23T13:19:31+02:00
Set distribution to experimental.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+icinga2 (2.16.0-3~exp3) experimental; urgency=medium
+
+ * Disable parallel test execution.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 23 Apr 2026 13:19:21 +0200
+
icinga2 (2.16.0-3~exp2) experimental; urgency=medium
* Update pr10780-parallel-unit-test.patch with additional changes.
=====================================
debian/rules
=====================================
@@ -31,9 +31,9 @@ override_dh_auto_configure:
override_dh_auto_test:
ifneq (,$(filter $(DEB_BUILD_ARCH),i386 loong64))
- dh_auto_test || echo "Ignoring test failures"
+ dh_auto_test --no-parallel || echo "Ignoring test failures"
else
- dh_auto_test
+ dh_auto_test --no-parallel
endif
execute_after_dh_auto_install:
View it on GitLab: https://salsa.debian.org/nagios-team/icinga2/-/compare/8c1abb6b54cf101bf68ed9828facadbf88d70c54...0c8bb7731d70e8a3c4cec5b8fd5ff5155ffb2396
--
View it on GitLab: https://salsa.debian.org/nagios-team/icinga2/-/compare/8c1abb6b54cf101bf68ed9828facadbf88d70c54...0c8bb7731d70e8a3c4cec5b8fd5ff5155ffb2396
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20260423/b69c20b5/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list