
This role, originally from openstack-infra/project-config, is used by jobs in this repo. Change-Id: If6fbf7ff070ff6c4b1ead74724fcaeb8e67ac7d1
11 lines
476 B
YAML
11 lines
476 B
YAML
- name: Submit subunit processing jobs to log processors
|
|
when: zuul.pipeline in ['gate', 'periodic', 'post']
|
|
submit_log_processor_jobs:
|
|
gearman_server: "{{ subunit_gearman_server }}"
|
|
job: "push-subunit"
|
|
config: "{{ subunit_processor_config }}"
|
|
success: "{{ zuul_success }}"
|
|
host_vars: "{{ hostvars }}"
|
|
path: "{{ zuul.executor.log_root }}"
|
|
log_url: "{{ (lookup('file', zuul.executor.result_data_file) | from_json).get('zuul').get('log_url') }}"
|