From: William Lallemand Date: Mon, 3 Mar 2025 11:46:20 +0000 (+0100) Subject: CI: github: remove smoke tests from vtest.yml X-Git-Tag: v3.2-dev7~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=937ece45d437f5975cad72a895704053b46e849f;p=thirdparty%2Fhaproxy.git CI: github: remove smoke tests from vtest.yml 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. --- diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index e22308c82..c9bc131ad 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -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: |