summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/wrong-connection-in-pipeline/git/common-config/zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/config/wrong-connection-in-pipeline/git/common-config/zuul.yaml')
-rw-r--r--tests/fixtures/config/wrong-connection-in-pipeline/git/common-config/zuul.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/fixtures/config/wrong-connection-in-pipeline/git/common-config/zuul.yaml b/tests/fixtures/config/wrong-connection-in-pipeline/git/common-config/zuul.yaml
new file mode 100644
index 000000000..dcb90b7d4
--- /dev/null
+++ b/tests/fixtures/config/wrong-connection-in-pipeline/git/common-config/zuul.yaml
@@ -0,0 +1,33 @@
+- pipeline:
+ name: gate
+ manager: dependent
+ trigger:
+ review_gerrit:
+ - event: comment-added
+ approval:
+ - Approved: 1
+ success:
+ another_gerrit:
+ Verified: 2
+ submit: true
+ failure:
+ another_gerrit:
+ Verified: -2
+ start:
+ another_gerrit:
+ Verified: 0
+ precedence: high
+
+- job:
+ name: base
+ parent: null
+
+- job:
+ name: test-job
+ run: playbooks/test-job.yaml
+
+- project:
+ name: review.example.com/org/project
+ gate:
+ jobs:
+ - test-job