Skip to content

Commit eff718c

Browse files
committed
Fix S3 bucket name
1 parent e9aa7cd commit eff718c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/base/post-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- include_role:
88
name: upload-logs-s3
99
vars:
10-
zuul_log_bucket: "zuul-stackhpc"
10+
zuul_log_bucket: "stackhpc-zuul"
1111
zuul_log_aws_access_key: "{{ zuul_s3.access_key | trim }}"
1212
zuul_log_aws_secret_key: "{{ zuul_s3.secret_key | trim }}"
1313
upload_logs_s3_endpoint: "https://api.sms-lab.cloud:6780"

0 commit comments

Comments
 (0)