Skip to content

Commit

Permalink
fix test_mlflow_v2 by updating model to v1.19.0-dev build (#5888)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner authored Sep 24, 2024
1 parent f536fb9 commit 2d24a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/scripts/test_prepackaged_servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_mlflow_v2(self, namespace):
namespace=namespace,
protocol="v2",
model_implementation="MLFLOW_SERVER",
model_uri="gs://seldon-models/v1.12.0-dev/mlflow/elasticnet_wine",
model_uri="gs://seldon-models/v1.19.0-dev/mlflow/elasticnet_wine",
)
wait_for_status(tag, namespace)
wait_for_rollout(tag, namespace)
Expand Down

0 comments on commit 2d24a86

Please sign in to comment.