2d715b4062
Change If327be715d1af04e3ece597d17a57a24ff7de57e added using of FN for swift but it's not in base-test. Let's keep those exactly in sync. Change-Id: I022ed844e8f4cd45b857d9b2b925dd736e686712
32 lines
917 B
YAML
32 lines
917 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Include ara report role
|
|
include_role:
|
|
name: ara-report
|
|
- name: Include Zuul manifest role
|
|
include_role:
|
|
name: generate-zuul-manifest
|
|
- name: Include upload logs role
|
|
no_log: true
|
|
include_role:
|
|
name: upload-logs-swift
|
|
vars:
|
|
zuul_log_cloud_config: '{{ item }}'
|
|
zuul_log_partition: true
|
|
with_random_choice:
|
|
- '{{ opendev_cloud_fn_one }}'
|
|
- '{{ opendev_cloud_ovh_bhs1 }}'
|
|
- '{{ opendev_cloud_ovh_gra1 }}'
|
|
- '{{ opendev_cloud_rax_dfw }}'
|
|
- '{{ opendev_cloud_rax_iad }}'
|
|
- '{{ opendev_cloud_rax_ord }}'
|
|
- '{{ opendev_cloud_vexxhost_ymq1 }}'
|
|
|
|
- hosts: localhost
|
|
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
|
|
# successful jobs.
|
|
ignore_errors: yes
|
|
roles:
|
|
- submit-logstash-jobs
|
|
- submit-subunit-jobs
|