Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Jan 3, 2025
1 parent a32c4ef commit ace91db
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,26 @@ jobs:
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -440,7 +460,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure() && steps.e2e.conclusion == 'failure'
with:
name: vpc-egress-gateway-e2e-${{ matrix.ip-family }}-events
name: vpc-egress-gateway-e2e-${{ matrix.ip-family }}-events-${{ matrix.index }}
path: vpc-egress-gateway-e2e-${{ matrix.ip-family }}-events.tar.gz

- name: Collect apiserver audit logs
Expand All @@ -453,7 +473,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure() && steps.e2e.conclusion == 'failure'
with:
name: vpc-egress-gateway-e2e-${{ matrix.ip-family }}-audit-log
name: vpc-egress-gateway-e2e-${{ matrix.ip-family }}-audit-log-${{ matrix.index }}
path: vpc-egress-gateway-e2e-${{ matrix.ip-family }}-audit-log.tar.gz

- name: kubectl ko log
Expand All @@ -466,7 +486,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure() && steps.e2e.conclusion == 'failure'
with:
name: vpc-egress-gateway-e2e-${{ matrix.ip-family }}-ko-log
name: vpc-egress-gateway-e2e-${{ matrix.ip-family }}-ko-log-${{ matrix.index }}
path: vpc-egress-gateway-e2e-${{ matrix.ip-family }}-ko-log.tar.gz

- name: Check kube ovn pod restarts
Expand Down

0 comments on commit ace91db

Please sign in to comment.