summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/remote-action-modules
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-18 20:37:10 +0000
committerGerrit Code Review <review@openstack.org>2019-01-18 20:37:11 +0000
commit56e79455e2e8045c2701f65ae3f2571a943c6b83 (patch)
tree1fc38a0753cf7220945c1a35a0cb250bde824ba8 /tests/fixtures/config/remote-action-modules
parentd171a0c00eaff7889bd1e10a2590148beec9e748 (diff)
parentdc3ba9e440d9906dbb81e8b64f296ca0691d2712 (diff)
downloadzuul-56e79455e2e8045c2701f65ae3f2571a943c6b83.tar.gz
Merge "Convert zuul_return into action plugin"
Diffstat (limited to 'tests/fixtures/config/remote-action-modules')
-rw-r--r--tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good-delegate.yaml10
-rw-r--r--tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good.yaml9
2 files changed, 19 insertions, 0 deletions
diff --git a/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good-delegate.yaml b/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good-delegate.yaml
new file mode 100644
index 000000000..8a928c695
--- /dev/null
+++ b/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good-delegate.yaml
@@ -0,0 +1,10 @@
+- hosts: all
+ tasks:
+ - zuul_return:
+ data:
+ zuul:
+ log_url: http://example.com/test/log/url/
+ child:
+ value1: data-return
+ value2: data-return
+ delegate_to: localhost
diff --git a/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good.yaml b/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good.yaml
new file mode 100644
index 000000000..54fda7e31
--- /dev/null
+++ b/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good.yaml
@@ -0,0 +1,9 @@
+- hosts: all
+ tasks:
+ - zuul_return:
+ data:
+ zuul:
+ log_url: http://example.com/test/log/url/
+ child:
+ value1: data-return
+ value2: data-return