Skip to content

Commit

Permalink
Add dry run flag for debugging e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Nov 15, 2024
1 parent 0d4f7ee commit 734b07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e/deploy-merlin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_merlin() {
--set mlp.deployment.apiHost=http://mlp.caraml.${INGRESS_HOST}/v1 \
--set mlp.deployment.mlflowTrackingUrl=http://merlin-mlflow.caraml.${INGRESS_HOST} \
--set mlp.ingress.host=mlp.caraml.${INGRESS_HOST} \
--wait --timeout=${TIMEOUT}
--dry-run

kubectl rollout status deployment/mlp -n caraml -w --timeout=${TIMEOUT}
kubectl rollout status deployment/merlin -n caraml -w --timeout=${TIMEOUT}
Expand Down

0 comments on commit 734b07d

Please sign in to comment.