avm99963 | 48a222d | 2021-02-09 02:06:14 +0100 | [diff] [blame] | 1 | - hosts: localhost |
2 | gather_facts: False | ||||
3 | roles: | ||||
4 | - generate-zuul-manifest | ||||
avm99963 | 5fc82a5 | 2021-02-10 22:10:29 +0100 | [diff] [blame] | 5 | - role: upload-logs |
Adrià Vilanova MartÃnez | da28251 | 2024-01-10 22:12:16 +0100 | [diff] [blame^] | 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' }}" |