loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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)

-24
-6
tests/mssql.ini.tmpl
··· 20 20 [queue] 21 21 TYPE = immediate 22 22 23 - [queue.code_indexer] 24 - TYPE = immediate 25 - 26 - [queue.push_update] 27 - TYPE = immediate 28 - 29 23 [repository] 30 24 ROOT = {{REPO_TEST_DIR}}tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-mssql/gitea-repositories 31 25
-6
tests/mysql.ini.tmpl
··· 20 20 [queue] 21 21 TYPE = immediate 22 22 23 - [queue.code_indexer] 24 - TYPE = immediate 25 - 26 - [queue.push_update] 27 - TYPE = immediate 28 - 29 23 [repository] 30 24 ROOT = {{REPO_TEST_DIR}}tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-mysql/gitea-repositories 31 25
-6
tests/pgsql.ini.tmpl
··· 21 21 [queue] 22 22 TYPE = immediate 23 23 24 - [queue.code_indexer] 25 - TYPE = immediate 26 - 27 - [queue.push_update] 28 - TYPE = immediate 29 - 30 24 [repository] 31 25 ROOT = {{REPO_TEST_DIR}}tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-pgsql/gitea-repositories 32 26
-6
tests/sqlite.ini.tmpl
··· 16 16 [queue] 17 17 TYPE = immediate 18 18 19 - [queue.code_indexer] 20 - TYPE = immediate 21 - 22 - [queue.push_update] 23 - TYPE = immediate 24 - 25 19 [repository] 26 20 ROOT = {{REPO_TEST_DIR}}tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-sqlite/gitea-repositories 27 21