We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7423ce commit 1d40f57Copy full SHA for 1d40f57
playbooks/base/post-logs.yaml
@@ -4,11 +4,12 @@
4
tasks:
5
- debug:
6
var: zuul_s3
7
- roles:
8
- - generate-zuul-manifest
9
- - role: upload-logs-s3
10
- zuul_log_bucket: "zuul-stackhpc"
11
- zuul_log_aws_access_key: "{{ zuul_s3.access_key }}"
12
- zuul_log_aws_secret_key: "{{ zuul_s3.secret_key }}"
13
- upload_logs_s3_endpoint: "https://api.sms-lab.cloud:6780"
14
-
+ - include_role:
+ name: generate-zuul-manifest
+ name: upload-logs-s3
+ vars:
+ zuul_log_bucket: "zuul-stackhpc"
+ zuul_log_aws_access_key: "{{ zuul_s3.access_key }}"
+ zuul_log_aws_secret_key: "{{ zuul_s3.secret_key }}"
15
+ upload_logs_s3_endpoint: "https://api.sms-lab.cloud:6780"
0 commit comments