mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-09-14 08:03:19 +02:00
fix(verify): retry the nginx VIP assert on transient ARP miss
- convert the verify_from_outside URI assert to register/until/retries/delay - retry until the MetalLB VIP returns HTTP 200 with the welcome page - cover the host-only L2 announcement race that failed CI on the shared runner - add a regression test asserting the retry wiring and hook it into pre-commit
This commit is contained in:
committed by
Techno Tim
parent
ac77e33be0
commit
c8c3609fde
@@ -147,3 +147,11 @@ repos:
|
||||
- Jinja2>=3.1
|
||||
pass_filenames: false
|
||||
files: ^inventory/sample/group_vars/all\.yml$|^\.github/scripts/test-default-interface\.py$
|
||||
- id: verify-nginx-assert-test
|
||||
name: verify nginx assert test
|
||||
entry: python3 .github/scripts/test-verify-nginx-assert.py
|
||||
language: python
|
||||
additional_dependencies:
|
||||
- PyYAML
|
||||
pass_filenames: false
|
||||
files: ^molecule/resources/verify_from_outside/tasks/test/deploy-example\.yml$|^\.github/scripts/test-verify-nginx-assert\.py$ # noqa yaml[line-length]
|
||||
|
||||
Reference in New Issue
Block a user