Merge "Clean up bad layout files in zuul tests"

This commit is contained in:
Jenkins
2014-09-04 13:19:45 +00:00
committed by Gerrit Code Review
16 changed files with 17 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ pipelines:
failure:
gerrit:
verified: -1
# merge-failure-message needs a string.
merge-failure-message:
- name: gate

View File

@@ -1 +0,0 @@
pipelines:

View File

@@ -1,2 +1,2 @@
# Pipelines completely missing. At least one is required.
pipelines:

View File

@@ -4,4 +4,5 @@ pipelines:
projects:
- name: foo
merge-mode: foo
# merge-mode must be one of merge, merge-resolve, cherry-pick.
merge-mode: foo

View File

@@ -1,4 +1,5 @@
pipelines:
# name is required for pipelines
- noname: check
manager: IndependentPipelineManager

View File

@@ -1,5 +1,7 @@
pipelines:
- name: check
# The manager must be one of IndependentPipelineManager
# or DependentPipelineManager
manager: NonexistentPipelineManager
projects:

View File

@@ -3,6 +3,7 @@ pipelines:
manager: IndependentPipelineManager
trigger:
gerrit:
# non-event is not a valid gerrit event
- event: non-event
projects:

View File

@@ -3,6 +3,7 @@ pipelines:
manager: IndependentPipelineManager
trigger:
gerrit:
# event is a required item but it is missing.
- approval:
- approved: 1

View File

@@ -4,6 +4,7 @@ pipelines:
trigger:
gerrit:
- event: comment-added
# approved is not a valid entry. Should be approval.
approved: 1
projects:

View File

@@ -1,4 +1,5 @@
pipelines:
# The pipeline must have a name.
- manager: IndependentPipelineManager
projects:

View File

@@ -1,4 +1,5 @@
pipelines:
# The pipeline must have a manager
- name: check
projects:

View File

@@ -1,4 +1,5 @@
pipelines:
# Names must be unique.
- name: check
manager: IndependentPipelineManager
- name: check

View File

@@ -4,6 +4,7 @@ pipelines:
projects:
- name: foo
# gate pipeline is not defined.
gate:
- test

View File

@@ -5,5 +5,6 @@ pipelines:
projects:
- name: foo
check:
# Indentation is one level too deep on the last line.
- test
- foo

View File

@@ -16,11 +16,10 @@ jobs:
swift:
- name: logs
- name: ^.*-merge$
# swift requires a name
swift:
container: merge_assets
failure-message: Unable to merge change
- name: test-test
swift:
projects:
- name: test-org/test

View File

@@ -10,7 +10,7 @@ pipelines:
project-templates:
- name: template-generic
check:
# Template uses the 'project' parameter' which must
# Template uses the 'project' parameter' which must be provided
- '{project}-merge'
projects: