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 | 68ae0d4 | 2024-02-20 22:25:32 +0100 | [diff] [blame^] | 6 | vars: |
7 | zuul_log_url: "{{ 'https://zuul-logs-internal.internal.avm99963.com' if zuul.tenant == 'internal' else 'https://zuul-logs.corp.avm99963.com' }}" | ||||
8 | zuul_logserver_root: "{{ '/srv/static/logs-internal' if zuul.tenant == 'internal' else '/srv/static/logs' }}" |