Merge "Support GitHub PR webhooks" into feature/zuulv3
This commit is contained in:
22
tests/fixtures/layouts/basic-github.yaml
vendored
Normal file
22
tests/fixtures/layouts/basic-github.yaml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
- pipeline:
|
||||
name: check
|
||||
manager: independent
|
||||
trigger:
|
||||
github:
|
||||
- event: pull_request
|
||||
action:
|
||||
- opened
|
||||
- changed
|
||||
- reopened
|
||||
|
||||
- job:
|
||||
name: project-test1
|
||||
- job:
|
||||
name: project-test2
|
||||
|
||||
- project:
|
||||
name: org/project
|
||||
check:
|
||||
jobs:
|
||||
- project-test1
|
||||
- project-test2
|
||||
17
tests/fixtures/zuul-github-driver.conf
vendored
Normal file
17
tests/fixtures/zuul-github-driver.conf
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
[gearman]
|
||||
server=127.0.0.1
|
||||
|
||||
[zuul]
|
||||
job_name_in_report=true
|
||||
|
||||
[merger]
|
||||
git_dir=/tmp/zuul-test/git
|
||||
git_user_email=zuul@example.com
|
||||
git_user_name=zuul
|
||||
zuul_url=http://zuul.example.com/p
|
||||
|
||||
[executor]
|
||||
git_dir=/tmp/zuul-test/executor-git
|
||||
|
||||
[connection github]
|
||||
driver=github
|
||||
Reference in New Issue
Block a user