ci(mariadb): fix stale 'restore DB dump' fan-out comment

The shards start MariaDB on the baked datadir; there is no DB dump restore.
Aligns the overview comment with the corrected Hydrate step (greptile).
This commit is contained in:
Mihir Kandoi
2026-06-25 06:28:28 +05:30
parent eae05f1907
commit dfdfcb8ca1

View File

@@ -135,8 +135,8 @@ jobs:
--exclude='.git' --exclude='node_modules' frappe-bench
ls -lh "/opt/ci-bench-staging/${GITHUB_RUN_ID}.tar.gz"
# Fan-out: each shard downloads the bench, untars it, restores the DB dump, and runs its
# slice of the suite. No clone, no build, no reinstall on the self-hosted boxes.
# Fan-out: each shard downloads the bench, untars it, starts MariaDB on the baked datadir, and
# runs its slice of the suite. No clone, no build, no reinstall, no DB dump restore on the shards.
test:
name: Python Unit Tests
needs: setup