mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-12 14:11:46 +00:00
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:
1
.github/workflows/server-tests-mariadb.yml
vendored
1
.github/workflows/server-tests-mariadb.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user