Skip to content

Commit

Permalink
Remove kubectl wait
Browse files Browse the repository at this point in the history
  • Loading branch information
dvquy13 committed Jul 19, 2024
1 parent c4eaa5f commit 32d49a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ pipeline {
inferenceservice reviews-parsing-ner-aspects-mlserver \
deploy_timestamp=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
--overwrite
latest_revision=$(kubectl get revisions -l serving.knative.dev/service=reviews-parsing-ner-aspects-mlserver-predictor -o jsonpath='{.items[-1:].metadata.name}')
kubectl wait --for=condition=ready revision $latest_revision --timeout=300s
kubectl wait -n default --selector='!job-name' --for=condition=ready --all po --timeout=300s
'''
}
}
Expand Down

0 comments on commit 32d49a8

Please sign in to comment.