mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
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.
This commit is contained in:
parent
cf71e9f5cf
commit
937ece45d4
1 changed files with 0 additions and 8 deletions
8
.github/workflows/vtest.yml
vendored
8
.github/workflows/vtest.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue