mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
ci: Restore commented clean_unused_caches.py invocation.
The comment logic doesn’t make sense. Every build gets to write to
the caches; some builds do in fact add new items, and without
clean_unused_caches.py there’s no way for them to remove items.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 124c5d02e5
)
This commit is contained in:
5
.github/workflows/zulip-ci.yml
vendored
5
.github/workflows/zulip-ci.yml
vendored
@@ -100,10 +100,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# This is the main setup job for the test suite
|
# This is the main setup job for the test suite
|
||||||
./tools/ci/setup-backend --skip-dev-db-build
|
./tools/ci/setup-backend --skip-dev-db-build
|
||||||
|
scripts/lib/clean_unused_caches.py --verbose --threshold=0
|
||||||
# Cleaning caches is mostly unnecessary in GitHub Actions, because
|
|
||||||
# most builds don't get to write to the cache.
|
|
||||||
# scripts/lib/clean_unused_caches.py --verbose --threshold 0
|
|
||||||
|
|
||||||
- name: Run tools test
|
- name: Run tools test
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user