ci(mariadb): un-wire warm-bench (no measurable gain)

Measured A/B on the self-hosted setup: warm-bench restore 85s vs full
bench init 82s — no gain (slightly slower). bench init is already fast
because the uv/pip caches are mounted warm, so the cache only replaces a
~13s init while adding a ~200MB untar and still running bench build.

Drop BENCH_CACHE_DIR so warm-bench stays inert (the helper functions
remain, matching develop's install.sh).
This commit is contained in:
Mihir Kandoi
2026-06-25 13:47:54 +05:30
parent 61f0a39716
commit f3315ecb34

View File

@@ -106,7 +106,6 @@ jobs:
WKHTMLTOX_DEB: /tmp/wkhtmltox.deb
SKIP_SYSTEM_SETUP: "1"
SKIP_WKHTMLTOX_SETUP: "1"
BENCH_CACHE_DIR: /opt/ci-bench-staging/base-cache
# Clean shutdown (consistent InnoDB datadir), then stage it inside the bench for packaging.
- name: Stop DB and stage datadir