blob: 2b26bbe49010cfb40a31f0d194cc5ec1444cb6bf [file] [log] [blame]
avm9996348a222d2021-02-09 02:06:14 +01001- hosts: localhost
2 gather_facts: False
3 roles:
4 - generate-zuul-manifest
avm999635fc82a52021-02-10 22:10:29 +01005 - role: upload-logs
Adrià Vilanova Martínezda282512024-01-10 22:12:16 +01006 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' }}"