mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +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
|
--exclude='.git' --exclude='node_modules' frappe-bench
|
||||||
ls -lh "/opt/ci-bench-staging/${GITHUB_RUN_ID}.tar.gz"
|
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
|
# Fan-out: each shard downloads the bench, untars it, starts MariaDB on the baked datadir, and
|
||||||
# slice of the suite. No clone, no build, no reinstall on the self-hosted boxes.
|
# runs its slice of the suite. No clone, no build, no reinstall, no DB dump restore on the shards.
|
||||||
test:
|
test:
|
||||||
name: Python Unit Tests
|
name: Python Unit Tests
|
||||||
needs: setup
|
needs: setup
|
||||||
|
|||||||
Reference in New Issue
Block a user