Merge "Fake zuul_connections for gate"

This commit is contained in:
James E. Blair 2020-06-15 21:47:49 +00:00 committed by Gerrit Code Review
commit ac5fc652f4
2 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,23 @@
zuul_connections:
- name: 'smtp'
driver: 'smtp'
server: 'localhost'
port: '25'
default_from: 'zuul@zuul.openstack.org'
default_to: 'zuul.reports@zuul.openstack.org'
- name: 'gerrit'
driver: 'git'
baseurl: '/tmp'
- name: 'github'
driver: 'git'
baseurl: '/tmp'
- name: 'googlesource'
driver: 'git'
baseurl: '/tmp'
gearman_client_ssl_key: |
-----BEGIN PRIVATE KEY-----
MIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQDVr8aQW9tQLmDW

View File

@ -680,6 +680,10 @@
- playbooks/roles/zookeeper/
- playbooks/roles/install-apt-repo
- playbooks/roles/zuul
- playbooks/zuul/templates/group_vars/zuul
- playbooks/zuul/templates/group_vars/zookeeper.yaml
- playbooks/zuul/templates/host_vars/zk\d+
- playbooks/zuul/templates/host_vars/zuul01.openstack.org
- testinfra/test_zuul_executor.py
- testinfra/test_zuul_scheduler.py
- testinfra/test_zuul_merger.py