ci: workaround event-publisher unwillingness to retry #137

Merged
andriinikitin merged 1 commits from ci-troubleshoot-gitea-publisher into main 2026-02-24 19:03:27 +01:00
3 changed files with 5 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ jobs:
run: py.test-3.11 -v tests
working-directory: ./autogits/integration
- name: Make sure the pod is down
if: always()
run: make down
working-directory: ./autogits/integration

View File

@@ -10,4 +10,7 @@ echo "!!!!!!!!!!!!!!!! using binary $exe; installed package: $package"
which strings > /dev/null 2>&1 && strings "$exe" | grep -A 2 vcs.revision= | head -4 || :
echo "RABBITMQ_HOST: $RABBITMQ_HOST"
echo "sleep 12 sec to let rabbitmq set up, because the bot currently retries only once"
sleep 12
exec $exe "$@"

View File

@@ -248,6 +248,7 @@ index 0000000..e69de29
@pytest.mark.t006
@pytest.mark.xfail(reason="tbd flacky in ci")
def test_006_maintainer_rejection_removes_other_requests(maintainer_env, ownerA_client, ownerBB_client):
"""
Test scenario: