Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
61d03fc709 | ||
|
|
fca20232e6 |
@@ -45,6 +45,21 @@ jobs:
|
||||
- name: Run tests
|
||||
run: py.test-3.11 -v tests
|
||||
working-directory: ./autogits/integration
|
||||
- name: workflow pr log
|
||||
if: failure()
|
||||
run: podman ps
|
||||
- name: workflow pr log
|
||||
if: failure()
|
||||
run: |
|
||||
bash -cx 'podman logs workflow-pr >&2'
|
||||
- name: gitea log
|
||||
if: failure()
|
||||
run: |
|
||||
bash -cx 'podman logs gitea-test >&2'
|
||||
- name: gitea publisher log
|
||||
if: failure()
|
||||
run: |
|
||||
bash -cx 'podman logs gitea-publisher >&2'
|
||||
- name: Make sure the pod is down
|
||||
if: always()
|
||||
run: make down
|
||||
|
||||
@@ -155,7 +155,6 @@ index 0000000..e69de29
|
||||
|
||||
|
||||
@pytest.mark.t005
|
||||
# @pytest.mark.xfail(reason="TBD troubleshoot")
|
||||
def test_005_any_maintainer_approval_sufficient(maintainer_env, ownerA_client, ownerBB_client):
|
||||
"""
|
||||
Test scenario:
|
||||
@@ -233,7 +232,6 @@ 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:
|
||||
@@ -287,7 +285,6 @@ index 0000000..e69de29
|
||||
|
||||
|
||||
@pytest.mark.t007
|
||||
@pytest.mark.xfail(reason="TBD troubleshoot")
|
||||
def test_007_review_required_needs_all_approvals(review_required_env, ownerA_client, ownerBB_client):
|
||||
"""
|
||||
Test scenario:
|
||||
|
||||
Reference in New Issue
Block a user