summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/ansible-callbacks/git/common-config/zuul.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-05-16 15:36:01 +0000
committerGerrit Code Review <review@openstack.org>2020-05-16 15:36:01 +0000
commit70dd710ed723ab0bfb96b6a7901a5a14178ed57b (patch)
treebe7142bf6dc207be62c95250c88ded37c024a276 /tests/fixtures/config/ansible-callbacks/git/common-config/zuul.yaml
parentff1d7fe6d6f73d15e5be8d9c7fa857e02b2e3051 (diff)
parent518cf7fe5eb82e1c850615f860010acd857be899 (diff)
downloadzuul-70dd710ed723ab0bfb96b6a7901a5a14178ed57b.tar.gz
Merge "Enables whitelisting and configuring callbacks"
Diffstat (limited to 'tests/fixtures/config/ansible-callbacks/git/common-config/zuul.yaml')
-rw-r--r--tests/fixtures/config/ansible-callbacks/git/common-config/zuul.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/fixtures/config/ansible-callbacks/git/common-config/zuul.yaml b/tests/fixtures/config/ansible-callbacks/git/common-config/zuul.yaml
new file mode 100644
index 000000000..4acf6efb8
--- /dev/null
+++ b/tests/fixtures/config/ansible-callbacks/git/common-config/zuul.yaml
@@ -0,0 +1,21 @@
+- pipeline:
+ name: promote
+ manager: supercedent
+ post-review: true
+ trigger:
+ gerrit:
+ - event: change-merged
+
+- job:
+ name: callback-test
+ parent: null
+ run: playbooks/callback.yaml
+ nodeset:
+ nodes:
+ - name: ubuntu-xenial
+ label: ubuntu-xenial
+
+- project:
+ promote:
+ jobs:
+ - callback-test