Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kubectl ko log #2451

Merged
merged 12 commits into from
Mar 15, 2023
44 changes: 22 additions & 22 deletions .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: k8s-conformance-e2e-ko-log
path: k8s-conformance-e2e-ko-log.tar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
path: k8s-conformance-e2e-ko-log.tar
path: k8s-conformance-e2e-${{ matrix.mode }}-${{ matrix.ip-family }}-ko-log.tar


k8s-netpol-e2e:
name: Kubernetes Network Policy E2E
Expand Down Expand Up @@ -467,8 +467,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: k8s-netpol-e2e-ko-log
path: k8s-netpol-e2e-ko-log.tar

k8s-netpol-legacy-e2e:
name: Kubernetes Network Policy Legacy E2E
Expand Down Expand Up @@ -570,8 +570,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: k8s-netpol-legacy-e2e-ko-log
path: k8s-netpol-legacy-e2e-ko-log.tar

cyclonus-netpol-e2e:
name: Cyclonus Network Policy E2E
Expand Down Expand Up @@ -650,8 +650,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: cyclonus-netpol-e2e-ko-log
path: cyclonus-netpol-e2e-ko-log.tar

kube-ovn-conformance-e2e:
name: Kube-OVN Conformance E2E
Expand Down Expand Up @@ -747,8 +747,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: kube-ovn-conformance-e2e
path: kube-ovn-conformance-e2e.tar

- name: Cleanup
run: sh dist/images/cleanup.sh
Expand Down Expand Up @@ -837,8 +837,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: kube-ovn-ic-conformance-e2e-ko-log
path: kube-ovn-ic-conformance-e2e-ko-log.tar

chart-installation-test:
name: Chart Installation Test
Expand Down Expand Up @@ -1240,8 +1240,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: webhook-e2e-ko-log
path: webhook-e2e-ko-log.tar

installation-compatibility-test:
name: Installation Compatibility Test
Expand Down Expand Up @@ -1280,8 +1280,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: installation-compatibility-test-ko-log
path: installation-compatibility-test-ko-log.tar

- name: Cleanup
run: sh dist/images/cleanup.sh
Expand Down Expand Up @@ -1380,8 +1380,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: cilium-chaining-e2e-ko-log
path: cilium-chaining-e2e-ko-log.tar

- name: Cleanup
run: sh dist/images/cleanup.sh
Expand Down Expand Up @@ -1488,8 +1488,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: kube-ovn-security-e2e-ko-log
path: kube-ovn-security-e2e-ko-log.tar

- name: Cleanup
run: sh dist/images/cleanup.sh
Expand Down Expand Up @@ -1651,8 +1651,8 @@ jobs:
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kubectl-ko-log
path: kubectl-ko-log.tar
name: kube-ovn-submariner-conformance-e2e-ko-log
path: kube-ovn-submariner-conformance-e2e-ko-log.tar

- name: Cleanup
run: sh dist/images/cleanup.sh