File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ jobs:
234
234
235
235
OLD_BRANCH=$(cat .github/BACKPORT_BRANCH)
236
236
OLD_BASENAME="cuda-bindings-python${PYTHON_VERSION_FORMATTED}-cuda*-${{ inputs.host-platform }}*"
237
- LATEST_PRIOR_RUN_ID=$(gh run list -b ${OLD_BRANCH} -L 1 -w "CI: Build and test" -s completed -R NVIDIA/cuda-python --json databaseId | jq '.[]| .databaseId')
237
+ LATEST_PRIOR_RUN_ID=$(gh run list -b ${OLD_BRANCH} -L 1 -w "build- and- test.yml " -s completed -R NVIDIA/cuda-python --json databaseId | jq '.[]| .databaseId')
238
238
if [[ "$LATEST_PRIOR_RUN_ID" == "" ]]; then
239
239
echo "LATEST_PRIOR_RUN_ID not found!"
240
240
exit 1
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187
187
run : |
188
188
$OLD_BRANCH = Get-Content .github/BACKPORT_BRANCH
189
189
$OLD_BASENAME = "cuda-bindings-python${env:PYTHON_VERSION_FORMATTED}-cuda*-${{ inputs.host-platform }}*"
190
- $runData = gh run list -b $OLD_BRANCH -L 1 -w "CI: Build and test" -s completed -R NVIDIA/cuda-python --json databaseId | ConvertFrom-Json
190
+ $runData = gh run list -b $OLD_BRANCH -L 1 -w "build- and- test.yml " -s completed -R NVIDIA/cuda-python --json databaseId | ConvertFrom-Json
191
191
if (-not $runData -or $runData.Length -eq 0 -or -not $runData[0].databaseId -or [string]::IsNullOrEmpty($runData[0].databaseId)) {
192
192
Write-Host "LATEST_PRIOR_RUN_ID not found!"
193
193
exit 1
You can’t perform that action at this time.
0 commit comments