From 41367ec9f7a710ed21853a02890d509ee42e4964 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Fri, 28 Jul 2023 19:38:14 +0400 Subject: [PATCH] workflow: Change neofs-dev-env ref Until https://github.com/nspcc-dev/neofs-dev-env/pull/272 is merged, the ref should change to a temporary branch. Signed-off-by: Oleg Kulachenko --- .github/testcases-env | 7 +++++++ .github/workflows/run-tests.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/testcases-env b/.github/testcases-env index 1e1481dae4..eefeab45b3 100644 --- a/.github/testcases-env +++ b/.github/testcases-env @@ -58,5 +58,12 @@ NEOFS_CLI_PATH=../neofs-node/bin/neofs-cli NEOFS_CONTRACTS_VERSION=v0.17.0 NEOFS_CONTRACTS_URL=https://github.com/nspcc-dev/neofs-contract/releases/download/${NEOFS_CONTRACTS_VERSION}/neofs-contract-${NEOFS_CONTRACTS_VERSION}.tar.gz +# Control service addresses used for healthchecks +NEOFS_IR_CONTROL_GRPC_ENDPOINT=127.0.0.1:16512 +NEOFS_STORAGE_CONTROL_GRPC_ENDPOINT_1=s01.${LOCAL_DOMAIN}:8081 +NEOFS_STORAGE_CONTROL_GRPC_ENDPOINT_2=s02.${LOCAL_DOMAIN}:8081 +NEOFS_STORAGE_CONTROL_GRPC_ENDPOINT_3=s03.${LOCAL_DOMAIN}:8081 +NEOFS_STORAGE_CONTROL_GRPC_ENDPOINT_4=s04.${LOCAL_DOMAIN}:8081 + # NeoFS adm binary NEOFS_ADM_PATH=../neofs-node/bin/neofs-adm diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ea4a47f504..cde7b25475 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v3 with: repository: nspcc-dev/neofs-dev-env - ref: 'master' + ref: 'feat/make-health-check-not-depend-on-shell' path: neofs-dev-env - name: Checkout neofs-node repository