blob: fb21c1a0199377bb80809ee244cf722c1822092e [file] [log] [blame]
avm9996348a222d2021-02-09 02:06:14 +01001- hosts: localhost
2 gather_facts: False
3 roles:
4 - generate-zuul-manifest
Adrià Vilanova Martíneze03e2022024-07-13 11:56:10 +02005 - role: upload-logs-fork
6 zuul_log_url: "{{ 'https://zuul-logs-internal.internal.avm99963.com' if zuul.tenant == 'internal' else 'https://zuul-logs.corp.avm99963.com' }}"
7 zuul_logserver_root: "{{ '/srv/static/logs-internal' if zuul.tenant == 'internal' else '/srv/static/logs' }}"