]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: remove smoke tests from vtest.yml
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 3 Mar 2025 11:46:20 +0000 (12:46 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 3 Mar 2025 11:46:20 +0000 (12:46 +0100)
Smoke tests from the vtest.yml are not useful anymore since they are run
directly by tests/unit/smoke/test.sh. This patch removes them.

.github/workflows/vtest.yml

index e22308c823e87ffca8e1523615fdceb2ae93a70d..c9bc131adb8cbf306e409e3b684ca1176d1a8fb2 100644 (file)
@@ -150,14 +150,6 @@ jobs:
       id: unittests
       run: |
         make unit-tests
-    - name: Config syntax check memleak smoke testing
-      if: ${{ contains(matrix.name, 'ASAN') }}
-      run: |
-        ./haproxy -dI -f .github/h2spec.config -c
-        ./haproxy -dI -f examples/content-sw-sample.cfg -c
-        ./haproxy -dI -f examples/option-http_proxy.cfg -c
-        ./haproxy -dI -f examples/quick-test.cfg -c
-        ./haproxy -dI -f examples/transparent_proxy.cfg -c
     - name: Show VTest results
       if: ${{ failure() && steps.vtest.outcome == 'failure' }}
       run: |