Skip to content

Commit 12f10a8

Browse files
committed
Test runs
1 parent a426354 commit 12f10a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/backwards_compatibility_marqo_execution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ jobs:
120120
env:
121121
FROM_VERSION: ${{ inputs.from_version || github.event.inputs.from_version }}
122122
TO_VERSION: ${{ inputs.to_version || github.event.inputs.to_version }}
123-
TO_API_IMAGE: ${{ inputs.to_image || github.event.inputs.to_api_image }}
124-
TO_INFERENCE_ORCHESTRATOR_IMAGE: ${{ inputs.to_image || github.event.inputs.to_inference_orchestrator_image }}
125-
TO_MODEL_MANAGEMENT_IMAGE: ${{ inputs.to_image || github.event.inputs.to_model_management_image }}
123+
TO_API_IMAGE: ${{ inputs.to_api_image || github.event.inputs.to_api_image }}
124+
TO_INFERENCE_ORCHESTRATOR_IMAGE: ${{ inputs.to_inference_orchestrator_image || github.event.inputs.to_inference_orchestrator_image }}
125+
TO_MODEL_MANAGEMENT_IMAGE: ${{ inputs.to_model_management_image || github.event.inputs.to_model_management_image }}
126126
MODE: ${{ inputs.mode || github.event.inputs.mode }}
127127
run: |
128128
export PYTHONPATH=./:$PYTHONPATH

.github/workflows/backwards_compatibility_marqo_orchestrator.yml

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

0 commit comments

Comments
 (0)