[Pkg-swan-devel] [Git][debian/strongswan][debian/master] 3 commits: d/salsa-ci.yml: disable blhc tests
Yves-Alexis Perez
gitlab at salsa.debian.org
Tue Oct 8 08:45:21 BST 2019
Yves-Alexis Perez pushed to branch debian/master at Debian / strongswan
Commits:
b3d57ab3 by Yves-Alexis Perez at 2019-10-08T07:43:16Z
d/salsa-ci.yml: disable blhc tests
blhc tests will fail until #941836 is fixed on the test environment
- - - - -
dbf83741 by Yves-Alexis Perez at 2019-10-08T07:44:17Z
d/rules: disable http and stream tests under CI
Salsa CI disable some capabilities (likely CAP_NET_BIND) needed for some
of the tests. Disable them for now
- - - - -
18aa0160 by Yves-Alexis Perez at 2019-10-08T07:45:02Z
update changelog
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+strongswan (5.8.0-3) UNRELEASED; urgency=medium
+
+ * d/salsa-ci.yml: disable blhc tests
+ * d/rules: disable http and stream tests under CI
+
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 08 Oct 2019 09:44:57 +0200
+
strongswan (5.8.0-2) unstable; urgency=medium
[ Christian Ehrhardt ]
=====================================
debian/rules
=====================================
@@ -240,6 +240,9 @@ override_dh_makeshlibs:
override_dh_installlogcheck:
dh_installlogcheck --name strongswan
+ifeq ($(HOME),/home/salsa-ci)
+override_dh_auto_test: export TESTS_SUITES_EXCLUDE=http fetcher, stream
+endif
override_dh_auto_test:
ifeq ($(DEB_BUILD_ARCH),amd64)
dh_auto_test
=====================================
debian/salsa-ci.yml
=====================================
@@ -2,3 +2,5 @@
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+variables:
+ SALSA_CI_DISABLE_BLHC: 1
View it on GitLab: https://salsa.debian.org/debian/strongswan/compare/dce56242e23e63ab40dcf57c86bc07f9283e4786...18aa0160716807c5ea332dd30b04c731f3016210
--
View it on GitLab: https://salsa.debian.org/debian/strongswan/compare/dce56242e23e63ab40dcf57c86bc07f9283e4786...18aa0160716807c5ea332dd30b04c731f3016210
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-swan-devel/attachments/20191008/5c1e64c6/attachment-0001.html>
More information about the Pkg-swan-devel
mailing list