8e5f8c29b2
This automatically always adds the project under test to LIBS_FROM_GIT which effectively makes the normal "tempest full" job the same as the "forward testing" job when it is applied to a library repo. Change-Id: Ibbdd8a86e0ff55f67bef73e08e693b34a61b24df
13 lines
550 B
YAML
13 lines
550 B
YAML
- name: Write a job-specific local_conf file
|
|
become: true
|
|
become_user: stack
|
|
devstack_local_conf:
|
|
path: "{{ devstack_local_conf_path }}"
|
|
plugins: "{{ devstack_plugins|default(omit) }}"
|
|
base_services: "{{ devstack_base_services|default(omit) }}"
|
|
services: "{{ devstack_services|default(omit) }}"
|
|
localrc: "{{ devstack_localrc|default(omit) }}"
|
|
local_conf: "{{ devstack_local_conf|default(omit) }}"
|
|
base_dir: "{{ devstack_base_dir|default(omit) }}"
|
|
projects: "{{ zuul.projects }}"
|
|
project: "{{ zuul.project }}" |