]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: vtest: temporarily build from the sd-notify PR
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 20 Nov 2024 09:48:54 +0000 (10:48 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 20 Nov 2024 11:07:38 +0000 (12:07 +0100)
Build VTest temporarily from the sd-notify PR until the
https://github.com/vtest/VTest/pull/41 is merged.

This PR allows starting with -Ws in order to have more reliables tests
in master-worker mode.

scripts/build-vtest.sh

index 9ae43068ec9102782c645ca549bc75ffcf3c2289..b9945078bbfeef8a4c40ea087e6bc6303ae86c28 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -eux
 
-curl -fsSL https://github.com/vtest/VTest/archive/master.tar.gz -o VTest.tar.gz
+curl -fsSL https://github.com/wlallemand/VTest/archive/refs/heads/haproxy-sd_notify.tar.gz -o VTest.tar.gz
 mkdir ../vtest
 tar xvf VTest.tar.gz -C ../vtest --strip-components=1
 # Special flags due to: https://github.com/vtest/VTest/issues/12