From d7854a2f0cb3b62777c43f7dc19aa65b40521dd1 Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Fri, 22 Jan 2021 22:05:56 +0800 Subject: [PATCH] chore(CI): fix spelline errors --- ...nger-tls.yaml => docker-compose-redis-single-tls.yaml} | 0 ...redis-singer.yaml => docker-compose-redis-single.yaml} | 0 .github/workflows/run_cts_tests.yaml | 8 +++----- 3 files changed, 3 insertions(+), 5 deletions(-) rename .ci/compatibility_tests/{docker-compose-redis-singer-tls.yaml => docker-compose-redis-single-tls.yaml} (100%) rename .ci/compatibility_tests/{docker-compose-redis-singer.yaml => docker-compose-redis-single.yaml} (100%) diff --git a/.ci/compatibility_tests/docker-compose-redis-singer-tls.yaml b/.ci/compatibility_tests/docker-compose-redis-single-tls.yaml similarity index 100% rename from .ci/compatibility_tests/docker-compose-redis-singer-tls.yaml rename to .ci/compatibility_tests/docker-compose-redis-single-tls.yaml diff --git a/.ci/compatibility_tests/docker-compose-redis-singer.yaml b/.ci/compatibility_tests/docker-compose-redis-single.yaml similarity index 100% rename from .ci/compatibility_tests/docker-compose-redis-singer.yaml rename to .ci/compatibility_tests/docker-compose-redis-single.yaml diff --git a/.github/workflows/run_cts_tests.yaml b/.github/workflows/run_cts_tests.yaml index 123910e06..df8e0f1d8 100644 --- a/.github/workflows/run_cts_tests.yaml +++ b/.github/workflows/run_cts_tests.yaml @@ -251,7 +251,7 @@ jobs: - tls - tcp node_type: - - singer + - single - cluster steps: @@ -281,12 +281,12 @@ jobs: echo "redis_ipv4_address=$ipv4_address" >> $GITHUB_ENV echo "redis_ipv6_address=$ipv6_address" >> $GITHUB_ENV - name: setup - if: matrix.node_type == 'singer' && matrix.connect_type == 'tcp' + if: matrix.node_type == 'single' && matrix.connect_type == 'tcp' run: | set -exu sed -i "s|^[#[:space:]]*auth.redis.server[[:space:]]*=.*|auth.redis.server = ${redis_${{ matrix.network_type }}_address}:6379|g" apps/emqx_auth_redis/etc/emqx_auth_redis.conf - name: setup - if: matrix.node_type == 'singer' && matrix.connect_type == 'tls' && matrix.redis_tag != '5' + if: matrix.node_type == 'single' && matrix.connect_type == 'tls' && matrix.redis_tag != '5' run: | set -exu sed -i "s|^[#[:space:]]*auth.redis.server[[:space:]]*=.*|auth.redis.server = ${redis_${{ matrix.network_type }}_address}:6380|g" apps/emqx_auth_redis/etc/emqx_auth_redis.conf @@ -313,5 +313,3 @@ jobs: with: name: logs_redis${{ matrix.redis_tag }}_${{ matrix.node_type }}_${{ matrix.network_type }}_${{ matrix.connect_type }} path: _build/test/logs - -