diff options
author | Earl Warren <contact@earl-warren.org> | 2024-01-25 22:00:25 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-02-05 13:33:59 +0100 |
commit | 80cf92bf1fea3fc81071a4074ef7799ae399a994 (patch) | |
tree | 0d62be211128890e300be7a813ae6955416f36b6 /tests/pgsql.ini.tmpl | |
parent | [CI] Fix false positive in database migration (diff) | |
download | forgejo-80cf92bf1fea3fc81071a4074ef7799ae399a994.tar.xz forgejo-80cf92bf1fea3fc81071a4074ef7799ae399a994.zip |
[CI] Forgejo Actions based CI (squash) all queues are immediate
There is no need to specify it again. It is misleading, lets just not
do that.
(cherry picked from commit 19259fc6af633c20f50e840500e0ff653c4858aa)
(cherry picked from commit ca1a0256b40cb20c807166827f27bbe69c9bcbda)
Diffstat (limited to 'tests/pgsql.ini.tmpl')
-rw-r--r-- | tests/pgsql.ini.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pgsql.ini.tmpl b/tests/pgsql.ini.tmpl index 53d302a932..300d36eb71 100644 --- a/tests/pgsql.ini.tmpl +++ b/tests/pgsql.ini.tmpl @@ -21,12 +21,6 @@ DATADIR = tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-pgsql/indexers/issues.queue [queue] TYPE = immediate -[queue.code_indexer] -TYPE = immediate - -[queue.push_update] -TYPE = immediate - [repository] ROOT = {{REPO_TEST_DIR}}tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-pgsql/gitea-repositories |