Additional improvements to CI (#8303)
* Wait until budget check is complete * Ensure that multi-GPU tests run for the master branch * Fix
This commit is contained in:
committed by
GitHub
parent
d686bf52a6
commit
b2bbf49015
@@ -6,6 +6,8 @@ if ( $Env:BUILDKITE_PULL_REQUEST -and ($Env:BUILDKITE_PULL_REQUEST -ne "false")
|
||||
|
||||
if ( ($Env:BUILDKITE_BRANCH -eq "master") -or ($Env:BUILDKITE_BRANCH -match "release_.+") ) {
|
||||
$is_release_branch = 1
|
||||
$enforce_daily_budget = 0
|
||||
} else {
|
||||
$is_release_branch = 0
|
||||
$enforce_daily_budget = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user