Skip to content

Commit

Permalink
chore(CI): Single Machine Performance: turn off consignor (vectordotd…
Browse files Browse the repository at this point in the history
…ev#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.
  • Loading branch information
GeorgeHahn authored Jul 13, 2023
1 parent 77ffce8 commit 1dfc3e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1dfc3e1

Please sign in to comment.