-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzuul-submodule.patch
36 lines (34 loc) · 1.32 KB
/
zuul-submodule.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff --git a/doc/source/examples/etc_zuul/main.yaml b/doc/source/examples/etc_zuul/main.yaml
index b3674844e..8e2ea17cc 100644
--- a/doc/source/examples/etc_zuul/main.yaml
+++ b/doc/source/examples/etc_zuul/main.yaml
@@ -5,6 +5,7 @@
config-projects:
- zuul-config
untrusted-projects:
+ - conan-repo
- test1
- test2
opendev.org:
diff --git a/doc/source/examples/etc_zuul/zuul.conf b/doc/source/examples/etc_zuul/zuul.conf
index bb882dc33..837ee851b 100644
--- a/doc/source/examples/etc_zuul/zuul.conf
+++ b/doc/source/examples/etc_zuul/zuul.conf
@@ -33,6 +33,7 @@ dburi=mysql+pymysql://zuul:%(ZUUL_MYSQL_PASSWORD)s@mysql/zuul
listen_address=0.0.0.0
port=9000
root=http://localhost:9000
+status_url=http://localhost:9000/t/{tenant.name}/status/change/{change.number},{change.patchset}
[executor]
private_key_file=/var/ssh/nodepool
diff --git a/doc/source/examples/node-Dockerfile b/doc/source/examples/node-Dockerfile
index b588bcf2c..af6e1a0b4 100644
--- a/doc/source/examples/node-Dockerfile
+++ b/doc/source/examples/node-Dockerfile
@@ -5,6 +5,7 @@ RUN apt-get update \
git \
openssh-server \
rsync \
+ python3.10-venv \
&& rm -rf /var/lib/apt/lists/*
# If proxy environment variables supplied during build allow pass through via