Skip to content

Commit

Permalink
workflow: Change neofs-dev-env ref
Browse files Browse the repository at this point in the history
Until nspcc-dev/neofs-dev-env#272 is merged, the ref
should change to a temporary branch.

Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Jul 28, 2023
1 parent 14ad097 commit 41367ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/testcases-env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41367ec

Please sign in to comment.