Skip to content

Commit b603a22

Browse files
committed
.
Signed-off-by: Liang Huang <[email protected]>
1 parent d91af71 commit b603a22

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
run: |
267267
ls -lah
268268
- name: Upload coverage to Codecov
269-
if: ${{ github.repository == 'milvus-io/milvus' }}
269+
# if: ${{ github.repository == 'milvus-io/milvus' }}
270270
uses: Wandalen/wretry.action
271271
with:
272272
action: codecov/codecov-action@v4
@@ -278,3 +278,4 @@ jobs:
278278
disable_safe_directory: true
279279
attempt_limit: 10
280280
attempt_delay: 30000
281+

tests/scripts/uninstall_milvus.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
1212
# or implied. See the License for the specific language governing permissions and limitations under the License.
1313

14+
1415
# Exit immediately for non zero status
1516
set -e
1617
# Print commands
@@ -83,4 +84,4 @@ MILVUS_LABELS2="release=${MILVUS_HELM_RELEASE_NAME}"
8384

8485
# Clean up pvc
8586
kubectl delete pvc --wait -n "${MILVUS_HELM_NAMESPACE}" $(kubectl get pvc -n "${MILVUS_HELM_NAMESPACE}" -l "${MILVUS_LABELS1}" -o jsonpath='{range.items[*]}{.metadata.name} ') || true
86-
kubectl delete pvc --wait -n "${MILVUS_HELM_NAMESPACE}" $(kubectl get pvc -n "${MILVUS_HELM_NAMESPACE}" -l "${MILVUS_LABELS2}" -o jsonpath='{range.items[*]}{.metadata.name} ') || true
87+
kubectl delete pvc --wait -n "${MILVUS_HELM_NAMESPACE}" $(kubectl get pvc -n "${MILVUS_HELM_NAMESPACE}" -l "${MILVUS_LABELS2}" -o jsonpath='{range.items[*]}{.metadata.name} ') || true

0 commit comments

Comments
 (0)