Skip to content

Commit

Permalink
[TEST] ci: twister: Use Redis remote storage for ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanosio committed Feb 23, 2024
1 parent 6f9aa87 commit 83241cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
subset: ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
env:
CCACHE_DIR: /node-cache/ccache-zephyr
CCACHE_REMOTE_STORAGE: redis://100.80.0.238:6379
BSIM_OUT_PATH: /opt/bsim/
BSIM_COMPONENTS_PATH: /opt/bsim/components
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
Expand Down

0 comments on commit 83241cc

Please sign in to comment.