Skip to content

Commit 7603d28

Browse files
authored
chore: Update smp to its latest released version (vectordotdev#18204)
Update `smp` to its latest released version This commit updates the smp binary to its latest release, removing a legacy flow with no user-facing change. Peer to DataDog/datadog-agent#18725. I have not opted to update lading in this PR as the jump from 0.12 to 0.18 is rather large. REF SMP-673 Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent cd8c8b1 commit 7603d28

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/regression.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
export REPLICAS="10"
233233
export TOTAL_SAMPLES="600"
234234
export P_VALUE="0.1"
235-
export SMP_CRATE_VERSION="0.9.1"
235+
export SMP_CRATE_VERSION="0.10.0"
236236
export LADING_VERSION="0.12.0"
237237
238238
echo "warmup seconds: ${WARMUP_SECONDS}"
@@ -499,7 +499,6 @@ jobs:
499499
chmod +x ${{ runner.temp }}/bin/smp
500500
501501
${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job submit \
502-
--use-curta \
503502
--lading-version ${{ needs.compute-metadata.outputs.lading-version }} \
504503
--total-samples ${{ needs.compute-metadata.outputs.total-samples }} \
505504
--warmup-seconds ${{ needs.compute-metadata.outputs.warmup-seconds }} \
@@ -529,7 +528,6 @@ jobs:
529528
chmod +x ${{ runner.temp }}/bin/smp
530529
531530
${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job status \
532-
--use-curta \
533531
--wait \
534532
--wait-delay-seconds 60 \
535533
--wait-timeout-minutes 90 \
@@ -542,7 +540,6 @@ jobs:
542540
run: |
543541
chmod +x ${{ runner.temp }}/bin/smp
544542
${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job cancel \
545-
--use-curta \
546543
--submission-metadata ${{ runner.temp }}/submission-metadata
547544
548545
- name: Check status, cancelled
@@ -623,7 +620,6 @@ jobs:
623620
chmod +x ${{ runner.temp }}/bin/smp
624621
625622
${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job result \
626-
--use-curta \
627623
--submission-metadata ${{ runner.temp }}/submission-metadata
628624
629625
- name: Check status, cancelled
@@ -715,7 +711,6 @@ jobs:
715711
chmod +x ${{ runner.temp }}/bin/smp
716712
717713
${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job sync \
718-
--use-curta \
719714
--submission-metadata ${{ runner.temp }}/submission-metadata \
720715
--output-path "${{ runner.temp }}/outputs"
721716

0 commit comments

Comments
 (0)