Skip to content

Commit 60742d7

Browse files
committed
Test backwards compatibility run
1 parent 4eaae68 commit 60742d7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/backwards_compatibility_marqo_orchestrator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- mainline
88
- releases/*
9+
- li/fix-compatibility-tests # TODO - Remove this branch specifier after testing
910
paths-ignore:
1011
- '**.md'
1112
workflow_dispatch:

components/marqo/tests/compatibility_tests/docker_manager.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,10 @@ def _start_marqo_container_post_2250(
196196

197197
compose_file = os.path.join(FILE_PATH.resolve().parents[4], "compose.yaml")
198198

199-
print(compose_file)
200-
201199
with tempfile.NamedTemporaryFile(mode="w", delete=False, suffix=".yaml") as fp:
202200
with open(compose_file, 'r') as compose_fp:
203201
compose_content = yaml.safe_load(compose_fp)
204202

205-
print(compose_content)
206-
207203
compose_content['services']['api']['image'] = api_image
208204
compose_content['services']['mioc']['image'] = inference_orchestrator_image
209205
compose_content['services']['mmc']['image'] = model_management_image

0 commit comments

Comments
 (0)