Skip to content

Commit

Permalink
chore(ci): Use newest SMP version (#22004)
Browse files Browse the repository at this point in the history
* Updates smp-cli to use latest version

* Fixes incorrect env var substitution in regression workflow
  • Loading branch information
scottopell authored Dec 10, 2024
1 parent ae05a47 commit 2f53b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Set SMP version
id: experimental-meta
run: |
export SMP_CRATE_VERSION="0.16.1"
export SMP_CRATE_VERSION="0.19.3"
echo "smp crate version: ${SMP_CRATE_VERSION}"
echo "SMP_CRATE_VERSION=${SMP_CRATE_VERSION}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
--target-config-dir ${{ github.workspace }}/regression/ \
--warmup-seconds ${{ env.SMP_WARMUP_SECONDS }} \
--submission-metadata ${{ runner.temp }}/submission-metadata \
--replicas {{ env.SMP_REPLICAS }}
--replicas ${{ env.SMP_REPLICAS }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2f53b1c

Please sign in to comment.