fix: redis-stack-server RC3 → 7.4.0-v1, obnova Redis pro E2E
ci/woodpecker/push/workflow Pipeline failed
ci/woodpecker/pr/workflow Pipeline was canceled

7.2.0-RC3 havaroval kvůli RedisAI modulu (odstraněn ve verzi 7.4).
Stable 7.4.0-v1 RedisAI neobsahuje, RedisJSON zůstává.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 19:07:52 +02:00
parent 467e3c155a
commit bfe819020d
+9 -1
View File
@@ -8,6 +8,12 @@ variables:
when: when:
- event: [push, pull_request] - event: [push, pull_request]
services:
redis:
image: redis/redis-stack-server:7.4.0-v1
environment:
REDIS_ARGS: "--save '' --loglevel warning"
steps: steps:
- name: Generate TypeScript types - name: Generate TypeScript types
image: *node_image image: *node_image
@@ -70,7 +76,9 @@ steps:
NODE_ENV: test NODE_ENV: test
JWT_SECRET: test-secret-min-32-chars-aaaaaaa! JWT_SECRET: test-secret-min-32-chars-aaaaaaa!
MOCK_DATA: "true" MOCK_DATA: "true"
STORAGE: json STORAGE: redis
REDIS_HOST: redis
REDIS_PORT: "6379"
HTTP_REMOTE_USER_ENABLED: "true" HTTP_REMOTE_USER_ENABLED: "true"
HTTP_REMOTE_USER_HEADER_NAME: remote-user HTTP_REMOTE_USER_HEADER_NAME: remote-user
HTTP_REMOTE_TRUSTED_IPS: "127.0.0.1,::1,::ffff:127.0.0.1" HTTP_REMOTE_TRUSTED_IPS: "127.0.0.1,::1,::ffff:127.0.0.1"