From: Nick Porter Date: Mon, 30 Jan 2023 17:26:00 +0000 (+0000) Subject: CI: Tests need a redis-cluster, created with cluster-create script X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97569110474e7779f3ca47d3ba19730c8cd24bb3;p=thirdparty%2Ffreeradius-server.git CI: Tests need a redis-cluster, created with cluster-create script The script creates nodes on the local host and is not designed to operate on a remote host --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1197afe585f..13bcbbe0e65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,16 +121,6 @@ jobs: --health-timeout 5s --health-retries 5 - redis: - image: redis - ports: - - 6379:6379 - options: >- - --health-cmd "redis-cli ping" - --health-interval 10s - --health-timeout 5s - --health-retries 5 - threeds: image: 389ds/dirsrv ports: @@ -174,7 +164,7 @@ jobs: use_docker: true sql_mysql_test_server: mariadb sql_postgresql_test_server: postgres - redis_test_server: redis + redis_test_server: 127.0.0.1 ldap_test_server: 127.0.0.1 ldap_test_server_port: 3890 ldaps_test_server_port: 6360