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