19 lines
528 B
YAML
19 lines
528 B
YAML
|
|
---
|
||
|
|
- job:
|
||
|
|
name: elastic+ansible-elasticsearch+pull-request
|
||
|
|
display-name: elastic / ansible-elasticsearch - pull-request
|
||
|
|
description: Pull request testing with test kitchen
|
||
|
|
scm:
|
||
|
|
- git:
|
||
|
|
branches:
|
||
|
|
- $ghprbActualCommit
|
||
|
|
refspec: +refs/pull/*:refs/remotes/origin/pr/*
|
||
|
|
triggers:
|
||
|
|
- github-pull-request:
|
||
|
|
github-hooks: true
|
||
|
|
org-list:
|
||
|
|
- elastic
|
||
|
|
allow-whitelist-orgs-as-admins: true
|
||
|
|
cancel-builds-on-update: true
|
||
|
|
status-context: devops-ci
|