Skip to content

Commit 929bc83

Browse files
committed
[TEST] ci: twister: Prioritise remote Redis cache storage
This commit updates the twister workflow such that ccache only uses remote Redis cache storage when available. The purpose of this to reduce the individual runner local disk IOPS requirement; thereby, reducing the overall load on the SAN. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3078188 commit 929bc83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
env:
147147
CCACHE_DIR: /node-cache/ccache-zephyr
148148
CCACHE_REMOTE_STORAGE: "redis://cache-*.keydb-cache.svc.cluster.local|shards=1,2,3"
149+
CCACHE_REMOTE_ONLY: "true"
149150
# `--specs` is ignored because ccache is unable to resovle the toolchain specs file path.
150151
CCACHE_IGNOREOPTIONS: '--specs=*'
151152
BSIM_OUT_PATH: /opt/bsim/

0 commit comments

Comments
 (0)