diff options
author | Loïc Dachary | 2023-03-12 14:42:38 +0100 |
---|---|---|
committer | Loïc Dachary | 2023-03-12 14:42:38 +0100 |
commit | 4cfbf4718d1a7efc68c09e71d7a08553c9ccfe88 (patch) | |
tree | 4ca54ac07e90196785109e33deb03aac912c1702 | |
parent | 7180a3222a00c33ec7dc9bcaa7e5a1e3ae924735 (diff) |
[CI] [v1.20] tests/pgsql.ini.tmpl: do not use minion
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.
-rw-r--r-- | tests/pgsql.ini.tmpl | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/tests/pgsql.ini.tmpl b/tests/pgsql.ini.tmpl index 93095f2ff..f64be0e4e 100644 --- a/tests/pgsql.ini.tmpl +++ b/tests/pgsql.ini.tmpl @@ -106,26 +106,4 @@ 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 - -[packages] -ENABLED = true +PATH = tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-pgsql/data/lfs |