@@ -968,10 +968,7 @@ jobs:
968
968
done
969
969
970
970
- name : Cleanup
971
- run : |
972
- if [ "${{ matrix.mode }}" != underlay ]; then
973
- sh -x dist/images/cleanup.sh
974
- fi
971
+ run : sh -x dist/images/cleanup.sh
975
972
976
973
kube-ovn-ic-conformance-e2e :
977
974
name : Kube-OVN IC Conformance E2E
@@ -1108,7 +1105,7 @@ jobs:
1108
1105
run : make kind-install-chart
1109
1106
1110
1107
- name : Cleanup
1111
- run : sh dist/images/cleanup.sh
1108
+ run : sh -x dist/images/cleanup.sh
1112
1109
1113
1110
underlay-logical-gateway-installation-test :
1114
1111
name : Underlay Logical Gateway Installation Test
@@ -1144,7 +1141,7 @@ jobs:
1144
1141
run : make kind-install-underlay-logical-gateway-dual
1145
1142
1146
1143
- name : Cleanup
1147
- run : sh dist/images/cleanup.sh
1144
+ run : sh -x dist/images/cleanup.sh
1148
1145
1149
1146
no-ovn-lb-test :
1150
1147
name : Disable OVN LB Test
@@ -1182,7 +1179,7 @@ jobs:
1182
1179
run : make kind-install
1183
1180
1184
1181
- name : Cleanup
1185
- run : sh dist/images/cleanup.sh
1182
+ run : sh -x dist/images/cleanup.sh
1186
1183
1187
1184
no-np-test :
1188
1185
name : Disable Network Policy Test
@@ -1220,7 +1217,7 @@ jobs:
1220
1217
run : make kind-install
1221
1218
1222
1219
- name : Cleanup
1223
- run : sh dist/images/cleanup.sh
1220
+ run : sh -x dist/images/cleanup.sh
1224
1221
1225
1222
lb-svc-e2e :
1226
1223
name : LB Service E2E
@@ -1535,7 +1532,7 @@ jobs:
1535
1532
path : installation-compatibility-test-ko-log.tar.gz
1536
1533
1537
1534
- name : Cleanup
1538
- run : sh dist/images/cleanup.sh
1535
+ run : sh -x dist/images/cleanup.sh
1539
1536
1540
1537
cilium-chaining-e2e :
1541
1538
name : Cilium Chaining E2E
@@ -1642,7 +1639,7 @@ jobs:
1642
1639
path : cilium-chaining-e2e-ko-log.tar.gz
1643
1640
1644
1641
- name : Cleanup
1645
- run : sh dist/images/cleanup.sh
1642
+ run : sh -x dist/images/cleanup.sh
1646
1643
1647
1644
kube-ovn-security-e2e :
1648
1645
name : Kube-OVN Security E2E
@@ -1757,7 +1754,7 @@ jobs:
1757
1754
path : kube-ovn-security-e2e-${{ matrix.ssl }}-${{ matrix.bind-local }}-${{ matrix.ip-family }}-ko-log.tar.gz
1758
1755
1759
1756
- name : Cleanup
1760
- run : sh dist/images/cleanup.sh
1757
+ run : sh -x dist/images/cleanup.sh
1761
1758
1762
1759
push :
1763
1760
name : Push Images
@@ -1930,7 +1927,7 @@ jobs:
1930
1927
path : kube-ovn-submariner-conformance-e2e-ko-log.tar.gz
1931
1928
1932
1929
- name : Cleanup
1933
- run : sh dist/images/cleanup.sh
1930
+ run : sh -x dist/images/cleanup.sh
1934
1931
1935
1932
iptables-vpc-nat-gw-conformance-e2e :
1936
1933
name : Iptables VPC NAT Gateway E2E
0 commit comments