Skip to content

Commit 85d5684

Browse files
nhichermorucci
authored andcommitted
Add /var/cache/dhall for bubblewrap
- add /var/cache/dhall in trusted_rw_paths to allow cache update during dhall-diff in trusted repos - add /var/cache/dhall in untrusted_ro_paths for untrusted repos This will allow the use of dhall tooling on the executors Change-Id: I34e79eddaee9af65435a469f243cf39a8c5e459d
1 parent 71ecb04 commit 85d5684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/static/zuul/zuul.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ log_config=/var/lib/zuul/zuul-web-logging.yaml
1919
private_key_file=/var/lib/zuul-ssh/..data/priv
2020
# Remove /etc/pki when https://review.opendev.org/c/zuul/zuul/+/884781 is released
2121
trusted_ro_paths=/etc/pki
22-
untrusted_ro_paths=/etc/pki
22+
trusted_rw_paths=/var/cache/dhall
23+
untrusted_ro_paths=/etc/pki:/var/cache/dhall
2324
log_config=/var/lib/zuul/zuul-executor-logging.yaml
2425
manage_ansible=false
2526

@@ -37,4 +38,3 @@ client_id=zuul-client
3738

3839
[statsd]
3940
server=localhost
40-

0 commit comments

Comments
 (0)