]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: vtest: Rely on VTest2 to run regression tests
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 May 2025 12:32:34 +0000 (14:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 May 2025 12:38:46 +0000 (14:38 +0200)
VTest2 (https://github.com/vtest/VTest2) was released and is a remplacement
for VTest. VTest was archived. So let's use the new version now.

If this commit is backported, the 2 following commits must also be
backported:

 * 2808e3577 ("REGTESTS: Explicitly allow failing shell commands in some scripts")
 * 82c291124 ("REGTESTS: Make the script testing conditional set-var compatible with Vtest2")

reg-tests/README
scripts/build-vtest.sh

index ef721fdff70e92bd4aabdeb07876a9baafdc5e6f..e77d0cce3f9f03188325f07b39e3dc1efd6c860e 100644 (file)
@@ -14,7 +14,7 @@ See also: doc/regression-testing.txt
 
 * vtest compilation *
 
-    $ git clone https://github.com/vtest/VTest
+    $ git clone https://github.com/vtest/VTest2
 
     $ cd VTest
 
index b9945078bbfeef8a4c40ea087e6bc6303ae86c28..3da4276223830d05cfa9488a08765e80c688bb2b 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -eux
 
-curl -fsSL https://github.com/wlallemand/VTest/archive/refs/heads/haproxy-sd_notify.tar.gz -o VTest.tar.gz
+curl -fsSL https://github.com/vtest/VTest2/archive/main.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