Skip to content

Commit

Permalink
Add /var/cache/dhall for bubblewrap
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
nhicher authored and morucci committed Aug 20, 2024
1 parent 71ecb04 commit 85d5684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/static/zuul/zuul.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ log_config=/var/lib/zuul/zuul-web-logging.yaml
private_key_file=/var/lib/zuul-ssh/..data/priv
# Remove /etc/pki when https://review.opendev.org/c/zuul/zuul/+/884781 is released
trusted_ro_paths=/etc/pki
untrusted_ro_paths=/etc/pki
trusted_rw_paths=/var/cache/dhall
untrusted_ro_paths=/etc/pki:/var/cache/dhall
log_config=/var/lib/zuul/zuul-executor-logging.yaml
manage_ansible=false

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

[statsd]
server=localhost

0 comments on commit 85d5684

Please sign in to comment.