Skip to content

Commit

Permalink
Renamed .yml files to make them sound generic for bw-compatibility & …
Browse files Browse the repository at this point in the history
…rollback both
  • Loading branch information
adityabharadwaj198 committed Nov 24, 2024
1 parent a651cec commit 0c78c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
# to_version_image_identifier: A unique identifier of the to_version image uploaded to ECR. Can either be the tag or the digest of the "To be released" image. This is specifically used to pull images from ECR. We need to pass a full qualified docker image name with tag or digest here, example: marqoai/marqo:abcd1234 or marqoai/marqo@sha256:1234567890abcdef resp.
inputs:
from_version:
description: 'Source Marqo version. This is calculated in backwards_compatibility_marqo_orchestrator.yml and passed to this workflow'
description: 'Source Marqo version. This is calculated in compatibility_test_orchestrator.yml and passed to this workflow'
required: true
type: string
to_version:
description: 'Target Marqo version. This is used for logging purposes, to identify the target version of Marqo being tested and to calculate the from_versions in the backwards_compatibility_marqo_orchestrator.yml. It is NOT used to pull images from ECR.'
description: 'Target Marqo version. This is used for logging purposes, to identify the target version of Marqo being tested and to calculate the from_versions in the compatibility_test_orchestrator.yml. It is NOT used to pull images from ECR.'
required: true
type: string
to_version_image_identifier:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
matrix:
from_version: ${{ fromJson(needs.orchestrate.outputs.list) }}
uses: ./.github/workflows/backwards_compatibility_marqo_execution.yml
uses: ./.github/workflows/compatibility_test_execution.yml
secrets: inherit
permissions:
contents: read # This permission is necessary to read repository contents
Expand Down

0 comments on commit 0c78c46

Please sign in to comment.