From 75c51ed65d0f361e793e4096c4dcbbda6899a4ac Mon Sep 17 00:00:00 2001 From: LexLuthr Date: Tue, 1 Oct 2024 13:59:17 +0400 Subject: [PATCH] fix harmonydb host --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 630584da0..16b49a110 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,8 +206,6 @@ jobs: test: runs-on: [self-hosted, docker] needs: [setup-params, setup-db] - env: - CONTAINER_NAME: yugabyte-${{ github.run_id }}-${{ matrix.test-suite.name }} strategy: matrix: test-suite: @@ -242,6 +240,7 @@ jobs: echo "Using Postgres Port: $POSTGRES_PORT" echo "Using YCQL Port: $YCQL_PORT" # Pass these port numbers to the test environment or test runner + export CURIO_HARMONYDB_HOSTS=${{ env.CONTAINER_NAME }} export CURIO_HARMONYDB_PORT=$POSTGRES_PORT export CURIO_INDEXDB_PORT=$YCQL_PORT go test -v --tags=debug -timeout 30m ${{ matrix.test-suite.target }}