Skip to content

Commit 7cae000

Browse files
authored
chore(CI): Add missing --use-consignor flag on smp call (vectordotdev#17966)
The `smp` status wait command was missing the `--use-consignor` flag. This caused it to wait for our EC2-hosted Analysis Worker to complete. Subsequent steps read the lambda hosted result (`consignor`), which may still be processing. Adding this flag corrects this synchronization bug.
1 parent 98e47c1 commit 7cae000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/regression.yml

+1
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ jobs:
530530
531531
${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job status \
532532
--use-curta \
533+
--use-consignor \
533534
--wait \
534535
--wait-delay-seconds 60 \
535536
--wait-timeout-minutes 90 \

0 commit comments

Comments
 (0)