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.

Merge pull request 'ci: disable postgresql fsync' (#5962) from viceice/ci/pg/fsync into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5962
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+6 -4
+6 -4
.forgejo/workflows/testing.yml
··· 216 216 ldap: 217 217 image: code.forgejo.org/oci/test-openldap:latest 218 218 pgsql: 219 - image: 'code.forgejo.org/oci/postgres:15' 219 + image: code.forgejo.org/oci/bitnami/postgresql:15 220 220 env: 221 - POSTGRES_DB: test 222 - POSTGRES_PASSWORD: postgres 223 - options: --tmpfs /var/lib/postgresql/data 221 + POSTGRESQL_DATABASE: test 222 + POSTGRESQL_PASSWORD: postgres 223 + POSTGRESQL_FSYNC: off 224 + POSTGRESQL_EXTRA_FLAGS: -c full_page_writes=off 225 + options: --tmpfs /bitnami/postgresql 224 226 steps: 225 227 - uses: https://code.forgejo.org/actions/checkout@v4 226 228 - uses: ./.forgejo/workflows-composite/setup-env