From 8a48be2b036bc5846fd1912edee8a410d6e37206 Mon Sep 17 00:00:00 2001 From: George Hahn Date: Thu, 13 Jul 2023 14:35:10 -0600 Subject: [PATCH] Add missing `--use-consignor` flag on `smp` call --- .github/workflows/regression.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 99221bca1eb01..6e839572b2b54 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -530,6 +530,7 @@ jobs: ${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job status \ --use-curta \ + --use-consignor \ --wait \ --wait-delay-seconds 60 \ --wait-timeout-minutes 90 \