[pkg-nagios-changes] [Git][nagios-team/icinga2][master] 2 commits: Re-enable parallel test execution, doesn't solve test failures.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Apr 26 15:31:19 BST 2026
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / icinga2
Commits:
99116b3e by Bas Couwenberg at 2026-04-26T16:29:49+02:00
Re-enable parallel test execution, doesn't solve test failures.
Revert "Disable parallel test execution."
This reverts commit 9807e5a3d381cc2cf418d705a40e4c367a5c195c.
- - - - -
973aca0d by Bas Couwenberg at 2026-04-26T16:31:04+02:00
Update changelog.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+icinga2 (2.16.0-3~exp4) UNRELEASED; urgency=medium
+
+ [ Bas Couwenberg ]
+ * Re-enable parallel test execution, doesn't solve test failures.
+
+ [ Luca Boccassi ]
+ * Install and use sysusers.d config file.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 23 Apr 2026 21:08:14 +0200
+
icinga2 (2.16.0-3~exp3) experimental; urgency=medium
* Disable parallel test execution.
=====================================
debian/rules
=====================================
@@ -31,9 +31,9 @@ override_dh_auto_configure:
override_dh_auto_test:
ifneq (,$(filter $(DEB_BUILD_ARCH),i386 loong64))
- dh_auto_test --no-parallel || echo "Ignoring test failures"
+ dh_auto_test || echo "Ignoring test failures"
else
- dh_auto_test --no-parallel
+ dh_auto_test
endif
execute_after_dh_auto_install:
View it on GitLab: https://salsa.debian.org/nagios-team/icinga2/-/compare/80f9e59da41fdcba827ee68012cddad42716b9f2...973aca0d8ffc04b3d5bc046b158b3710ec2aec00
--
View it on GitLab: https://salsa.debian.org/nagios-team/icinga2/-/compare/80f9e59da41fdcba827ee68012cddad42716b9f2...973aca0d8ffc04b3d5bc046b158b3710ec2aec00
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/20260426/04d33704/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list