From b9e7a54988900abff951b04a8f316f331107fc94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Sun, 12 Mar 2023 14:42:38 +0100 Subject: [PATCH] [CI] tests/pgsql.ini.tmpl: do not use minio f92e0a4018 added minio to the tests/pgsql.ini.tmpl and Forgejo CI does not run a minio server. It will if there are external storage related changes at some point but it is not the case now so it is not worth the burden. (cherry picked from commit 4cfbf4718d1a7efc68c09e71d7a08553c9ccfe88) (cherry picked from commit 9bd644d6011bc8fed025a64278ff7321721a6357) (cherry picked from commit 604636c7c466c0ed7526c4c450d7a7c184f0262f) (cherry picked from commit 341cdb8540b162601f15014cf08aa43248d8398c) (cherry picked from commit 57bdc91de5543efd70af1d594d23de9848261a0e) (cherry picked from commit c6ec6517b4c7f27ffbd181e61868aa012f180ba4) (cherry picked from commit 2f03fc1b29c51ec2a46704957d1a89ebe58e4369) (cherry picked from commit aaecd109664928eded31738acae2b9fa1202a06a) (cherry picked from commit 7025ff7b0683ed0cbea4fb6b4ec639c15f9567d5) (cherry picked from commit 15e6485ae1068e9261781e35ac4823eada1941e5) (cherry picked from commit 5f7b23c65988c21a4487499416ed3221ee853bf9) (cherry picked from commit a74d7ce6c562115e1606c3cc22cb20db6b5248b5) (cherry picked from commit f552e2fc56b5ea223d051d4102a5526389e88b5e) (cherry picked from commit 9fa4a90baacd59ff0b16b35c30887a9bd1191ec4) (cherry picked from commit a8be33da605a3e4dc18f01068e9767e45f1be339) (cherry picked from commit 205f7897aaca4b95a0c1b315ec7cbce11eddf87c) (cherry picked from commit a6074d765dd90186d76b8dd03a91d0be8d6be070) (cherry picked from commit b85c999109f6cdca0987797d901d0d7accabe736) (cherry picked from commit e370e412e87543d8c14572bb2c00968841359bcb) --- tests/pgsql.ini.tmpl | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/tests/pgsql.ini.tmpl b/tests/pgsql.ini.tmpl index 66db939329..6775ccf4ad 100644 --- a/tests/pgsql.ini.tmpl +++ b/tests/pgsql.ini.tmpl @@ -106,27 +106,7 @@ SECRET_KEY = 9pCviYTWSb INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ [lfs] -MINIO_BASE_PATH = lfs/ - -[attachment] -MINIO_BASE_PATH = attachments/ - -[avatars] -MINIO_BASE_PATH = avatars/ - -[repo-avatars] -MINIO_BASE_PATH = repo-avatars/ - -[storage] -STORAGE_TYPE = minio -SERVE_DIRECT = false -MINIO_ENDPOINT = minio:9000 -MINIO_ACCESS_KEY_ID = 123456 -MINIO_SECRET_ACCESS_KEY = 12345678 -MINIO_BUCKET = gitea -MINIO_LOCATION = us-east-1 -MINIO_USE_SSL = false -MINIO_CHECKSUM_ALGORITHM = md5 +PATH = tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-pgsql/data/lfs [packages] ENABLED = true