diff --git a/files/etc/zuul/config/layout.yaml b/files/etc/zuul/config/layout.yaml index bce06e4..a45f792 100644 --- a/files/etc/zuul/config/layout.yaml +++ b/files/etc/zuul/config/layout.yaml @@ -1,8 +1,5 @@ # This file is generated by Ansible # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN # -pipelines: [] - -jobs: [] - -projects: [] +- tenant: + name: example diff --git a/tests/collect-logs.yaml b/tests/collect-logs.yaml index f4da827..dd0381d 100644 --- a/tests/collect-logs.yaml +++ b/tests/collect-logs.yaml @@ -12,5 +12,8 @@ mode: pull rsync_opts: - "--relative" - src: /var/log/zuul + src: "{{ item }}" verify_host: true + with_items: + - /etc/zuul + - /var/log/zuul