Skip to content

Commit

Permalink
[releases/2.15] Fix gh action throttle and Vespa version (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex authored Feb 6, 2025
1 parent 9990ff0 commit c40f900
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
strategy:
matrix:
from_version: ${{ fromJson(needs.orchestrate.outputs.list) }}
max-parallel: 5
fail-fast: false
uses: ./.github/workflows/backwards_compatibility_marqo_execution.yml
secrets: inherit
permissions:
Expand Down Expand Up @@ -170,6 +172,8 @@ jobs:
strategy:
matrix:
from_version: ${{ fromJson(needs.orchestrate.outputs.list) }}
max-parallel: 5
fail-fast: false
uses: ./.github/workflows/backwards_compatibility_marqo_execution.yml
secrets: inherit
permissions:
Expand Down
2 changes: 1 addition & 1 deletion scripts/vespa_local/vespa_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

VESPA_VERSION=os.getenv('VESPA_VERSION', '8.431.32') # default version baked into marqo-base:44
VESPA_VERSION=os.getenv('VESPA_VERSION', '8.472.109') # Vespa version to use as marqo-base:49


def start(args):
Expand Down

0 comments on commit c40f900

Please sign in to comment.