mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-06-22 10:02:15 +00:00
[v11.0/forgejo] ci: don't use redict during Forgejo testing (#13120)
**Backport:** https://codeberg.org/forgejo/forgejo/pulls/13116
`registry.redict.io/redict:7.3.0-scratch` image is no longer available resulting in [build errors](https://codeberg.org/forgejo/forgejo/actions/runs/170823/jobs/7/attempt/1). This PR removes redict from the testing matrix, and replaces it with redis for the coverage testing.
redict does not appear to be an active project, with no updates in 8 months: https://codeberg.org/redict/redict
(cherry picked from commit 5a82da94e9)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13116
Reviewed-by: Andreas Ahlenstorf <aahlenst@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13120
Reviewed-by: crystal <crystal@noreply.codeberg.org>
This commit is contained in:
parent
a32151caf6
commit
e4965f7a52
1 changed files with 0 additions and 3 deletions
|
|
@ -144,9 +144,6 @@ jobs:
|
|||
- name: redis
|
||||
image: data.forgejo.org/oci/bitnami/redis:7.2
|
||||
options: --tmpfs /bitnami/redis/data:noatime
|
||||
- name: redict
|
||||
image: registry.redict.io/redict:7.3.0-scratch
|
||||
options: --tmpfs /data:noatime
|
||||
- name: valkey
|
||||
image: data.forgejo.org/oci/bitnami/valkey:7.2
|
||||
options: --tmpfs /bitnami/redis/data:noatime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue