Home
last modified time | relevance | path

Searched full:targetbranch (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/.azure-pipelines/
Dpr.yml39 testRunTitle: '$(system.pullRequest.TargetBranch)-macos'
48 targetBranch: $(System.PullRequest.TargetBranch)
60 testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
88 testRunTitle: '$(system.pullRequest.TargetBranch)-manylinux1'
141 testRunTitle: '$(System.PullRequest.TargetBranch)-win32'
146 testRunTitle: '$(System.PullRequest.TargetBranch)-win64'
153 targetBranch: $(System.PullRequest.TargetBranch)
Dprebuild-checks.yml9 git fetch -q origin $(System.PullRequest.TargetBranch)
12 condition: and(succeeded(), variables['System.PullRequest.TargetBranch'])