Merge "Create pipeline, job template and test WIP check"

This commit is contained in:
Zuul 2019-02-05 09:16:23 +00:00 committed by Gerrit Code Review
commit 153c7fafe5
3 changed files with 47 additions and 0 deletions

View File

@ -88,3 +88,37 @@
mysql:
window-floor: 20
window-increase-factor: 2
- pipeline:
name: pr-status
description: |
New PRs, modified PRs and re-labelled PRs enter this pipeline to
have their merge-readiness status reevaluated.
success-message: PR is ready to merge.
failure-message: PR merging is blocked by a WIP label or title keyword.
manager: independent
precedence: low
trigger:
github:
- event: pull_request
action:
- opened
- changed
- reopened
- labeled
- unlabeled
start:
github:
status: pending
comment: false
success:
github:
status: 'success'
mysql:
failure:
github:
status: 'failure'
mysql:
# Don't report merge-failures to github
merge-failure:
mysql:

View File

@ -0,0 +1,8 @@
- project-template:
name: kata-pre-checks
description: |
This template contains pre-check tests for Kata containers
repositories.
pr-status:
jobs:
- kata-github-wip

View File

@ -9,3 +9,8 @@
gate:
jobs:
- kata-zuul-jobs-linters
- project:
name: kata-containers/proxy
templates:
- kata-pre-checks