Home
last modified time | relevance | path

Searched full:pullrequest (Results 1 – 7 of 7) 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'])
Dposix-steps.yml67 condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
/external/grpc-grpc/examples/ruby/pubsub/tech/pubsub/proto/
Dpubsub.rb99 add_message "tech.pubsub.PullRequest" do
151PullRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("tech.pubsub.PullRequest").ms… constant
Dpubsub_services.rb62 rpc :Pull, PullRequest, PullResponse
/external/testng/
Dtravis.sh6 -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \
/external/python/cpython3/.github/
DCONTRIBUTING.rst41 `Lifecycle of a Pull Request <https://devguide.python.org/pullrequest/>`_.