Skip to content

Commit cb5ecac

Browse files
committed
tests: Bump CMS commit
Bump CMS commit to include fixes in the MLflow compose file that ensure the MinIO bucket is created successfully, therefore resolving issues with the integration tests on the GitHub runners. Signed-off-by: Phoevos Kalemkeris <[email protected]>
1 parent 345c168 commit cb5ecac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
TEST_CMS_MODEL_PACK = TEST_ASSETS / "simple_model4test-3.9-1.12.0_edeb88f7986cb05c.zip"
3535

3636
COGSTACK_MODEL_SERVE_REPO = "https://github.com/CogStack/CogStack-ModelServe.git"
37-
COGSTACK_MODEL_SERVE_COMMIT = "ce8354f761c4b475e0d12326c37c65f1a8462d26"
37+
COGSTACK_MODEL_SERVE_COMMIT = "1372b87ac6ba436d0ba670548e53374ad4c239e2"
3838
COGSTACK_MODEL_SERVE_LOCAL_PATH = Path("downloads/CogStack-ModelServe")
3939
COGSTACK_MODEL_SERVE_COMPOSE = "docker-compose.yml"
4040
COGSTACK_MODEL_SERVE_COMPOSE_PROJECT_NAME = "cmg-test"

0 commit comments

Comments
 (0)