-
-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: do not import sample data in GitHub PR checks for make_dev (#1…
…1070) We currently have an action to run "make dev" in GitHub PR checks. This loads product .sto files and images from static.openfoodfacts.org, and it can be quite slow. e.g. this test has been running for 3 hours: https://github.com/openfoodfacts/openfoodfacts-server/actions/runs/12082629626/job/33694707420?pr=11068 also added smaller dump: ``` off@off:/srv/off/html/exports$ (off) ls -lrt products.random-modulo-100* -rw-r--r-- 1 off off 552875078 May 20 2024 products.random-modulo-100.tar.gz -rw-r--r-- 1 off off 59335855 Nov 23 12:55 products.random-modulo-1000.tar.gz -rw-r--r-- 1 off off 13099413539 Nov 23 14:04 products.random-modulo-1000.images.tar.gz -rw-r--r-- 1 off off 8866855 Nov 23 14:05 products.random-modulo-1000.jsonl.gz -rw-r--r-- 1 off off 10660049 Nov 23 14:05 products.random-modulo-1000.mongodbdump.gz -rw-r--r-- 1 off off 5520665 Nov 29 12:09 products.random-modulo-10000.tar.gz -rw-r--r-- 1 off off 1257096631 Nov 29 12:12 products.random-modulo-10000.images.tar.gz -rw-r--r-- 1 off off 903732 Nov 29 12:12 products.random-modulo-10000.jsonl.gz -rw-r--r-- 1 off off 1082138 Nov 29 12:12 products.random-modulo-10000.mongodbdump.gz -rw-r--r-- 1 off off 451429 Nov 29 13:44 products.random-modulo-100000.tar.gz -rw-r--r-- 1 off off 118325376 Nov 29 13:45 products.random-modulo-100000.images.tar.gz -rw-r--r-- 1 off off 82747 Nov 29 13:45 products.random-modulo-100000.jsonl.gz -rw-r--r-- 1 off off 99513 Nov 29 13:45 products.random-modulo-100000.mongodbdump.gz ``` --------- Co-authored-by: Alex Garel <alex@garel.org>
- Loading branch information
1 parent
f77eb82
commit 16f36ca
Showing
5 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters