Skip to content

Commit

Permalink
ci: fix ovn ic log file name (#3742)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
  • Loading branch information
zhangzujian committed Feb 20, 2024
1 parent 5e5fd72 commit b922448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,14 +1245,14 @@ jobs:
if: failure()
run: |
make kubectl-ko-log
mv kubectl-ko-log.tar.gz kube-ovn-ic-conformance-e2e-ko-log.tar.gz
mv kubectl-ko-log.tar.gz kube-ovn-ic-conformance-${{ matrix.ip-family }}-e2e-ko-log.tar.gz
- name: upload kubectl ko log
uses: actions/upload-artifact@v4
if: failure()
with:
name: kube-ovn-ic-conformance-e2e-ko-log
path: kube-ovn-ic-conformance-e2e-ko-log.tar.gz
name: kube-ovn-ic-conformance-${{ matrix.ip-family }}-e2e-ko-log
path: kube-ovn-ic-conformance-${{ matrix.ip-family }}-e2e-ko-log.tar.gz

chart-test:
name: Chart Installation/Uninstallation Test
Expand Down

0 comments on commit b922448

Please sign in to comment.