Skip to content

Commit 69dec16

Browse files
committed
Fix post logs url
1 parent c90bc83 commit 69dec16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

playbooks/base/post-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
roles:
55
- generate-zuul-manifest
66
- role: upload-logs
7-
zuul_log_url: "http://localhost:8000"
7+
zuul_log_url: "http://172.16.1.164:8000"

zuul.d/projects.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
- project:
99
name: stackhpc-zuul-config
10+
default-branch: main
1011
check:
1112
jobs:
1213
- noop

0 commit comments

Comments
 (0)