Various CI savings (#8291)

This commit is contained in:
Philip Hyunsu Cho
2022-09-30 05:42:56 -07:00
committed by GitHub
parent 299e5000a4
commit 9af99760d4
7 changed files with 87 additions and 7 deletions

View File

@@ -5,6 +5,11 @@ env:
# Skip uploading artifacts to S3 bucket
# Also, don't build all CUDA archs; just build sm_75
steps:
- label: ":moneybag: Enforce daily budget"
command: "tests/buildkite/enforce_daily_budget.sh"
key: enforce-daily-budget
agents:
queue: pipeline-loader
- block: ":rocket: Run this test job"
if: build.pull_request.repository.fork == true
#### -------- BUILD --------