From 1dfc3e16ccfbce88ad14034e755144bfc7374544 Mon Sep 17 00:00:00 2001 From: George Hahn Date: Thu, 13 Jul 2023 17:17:44 -0600 Subject: [PATCH] chore(CI): Single Machine Performance: turn off consignor (#17967) Fall back to the legacy Single Machine Performance analysis workers. It turns out we don't have as much runtime on consignor as we thought, and we would like to let it soak in the SMP dogfood cluster for a while. --- .github/workflows/regression.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 9a07bdf759cc2..28669fb9b13ca 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -530,7 +530,6 @@ 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 \ @@ -625,7 +624,6 @@ jobs: ${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job result \ --use-curta \ - --use-consignor \ --submission-metadata ${{ runner.temp }}/submission-metadata - name: Check status, cancelled @@ -718,7 +716,6 @@ jobs: ${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job sync \ --use-curta \ - --use-consignor \ --submission-metadata ${{ runner.temp }}/submission-metadata \ --output-path "${{ runner.temp }}/outputs"