Skip to content

Commit

Permalink
remove upload
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed Mar 15, 2023
1 parent bedbe8a commit 75778b4
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: k8s-conformance-e2e-${{ matrix.mode }}-${{ matrix.ip-family }}-ko-log
path: k8s-conformance-e2e-${{ matrix.mode }}-${{ matrix.ip-family }}-ko-log.tar

k8s-netpol-e2e:
name: Kubernetes Network Policy E2E
Expand Down Expand Up @@ -465,10 +461,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: k8s-netpol-e2e-${{ matrix.ip-family }}-ko-log
path: k8s-netpol-e2e-${{ matrix.ip-family }}-ko-log.tar

k8s-netpol-legacy-e2e:
name: Kubernetes Network Policy Legacy E2E
Expand Down Expand Up @@ -568,10 +560,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: k8s-netpol-legacy-e2e-${{ matrix.ip-family }}-ko-log
path: k8s-netpol-legacy-e2e-${{ matrix.ip-family }}-ko-log.tar

cyclonus-netpol-e2e:
name: Cyclonus Network Policy E2E
Expand Down Expand Up @@ -648,10 +636,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: cyclonus-netpol-e2e-${{ matrix.ip-family }}-ko-log
path: cyclonus-netpol-e2e-${{ matrix.ip-family }}-ko-log.tar

kube-ovn-conformance-e2e:
name: Kube-OVN Conformance E2E
Expand Down Expand Up @@ -745,10 +729,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kube-ovn-conformance-e2e-${{ matrix.ip-family }}-ko-log
path: kube-ovn-conformance-e2e-${{ matrix.ip-family }}-ko-log.tar

- name: Cleanup
run: sh dist/images/cleanup.sh
Expand Down Expand Up @@ -835,10 +815,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
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 @@ -1238,10 +1214,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: webhook-e2e-ko-log
path: webhook-e2e-ko-log.tar

installation-compatibility-test:
name: Installation Compatibility Test
Expand Down Expand Up @@ -1278,10 +1250,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
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 @@ -1378,10 +1346,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
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 @@ -1486,10 +1450,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
name: kube-ovn-security-e2e-${{ matrix.ssl }}-${{ matrix.bind-local }}-${{ matrix.ip-family }}-ko-log
path: kube-ovn-security-e2e-${{ matrix.ssl }}-${{ matrix.bind-local }}-${{ matrix.ip-family }}-ko-log.tar

- name: Cleanup
run: sh dist/images/cleanup.sh
Expand Down Expand Up @@ -1649,9 +1609,6 @@ jobs:
- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
run: make kubectl-ko-log
uses: actions/upload-artifact@v3
with:
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

0 comments on commit 75778b4

Please sign in to comment.