-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: fix s3 gw version for tests
Signed-off-by: Evgeniy Zayats <[email protected]>
- Loading branch information
Evgeniy Zayats
committed
Jan 22, 2024
1 parent
db2717e
commit f306973
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,12 +82,21 @@ jobs: | |
file: 'neofs-node-amd64' | ||
target: 'neofs-testcases/neofs-node' | ||
|
||
- name: Checkout neofs-s3-gw repository | ||
uses: actions/checkout@v4 | ||
- name: Download latest stable neofs-s3-gw | ||
uses: dsaltares/[email protected] | ||
with: | ||
repository: nspcc-dev/neofs-s3-gw | ||
ref: '014a5bf493d00b8cce478e2c96c84ad9de8fe617' | ||
path: neofs-s3-gw | ||
repo: 'nspcc-dev/neofs-s3-gw' | ||
version: 'tags/v0.29.0' | ||
file: 'neofs-s3-gw-linux-amd64' | ||
target: 'neofs-testcases/neofs-s3-gw' | ||
|
||
- name: Download latest stable neofs-s3-gw-authmate | ||
uses: dsaltares/[email protected] | ||
with: | ||
repo: 'nspcc-dev/neofs-s3-gw' | ||
version: 'tags/v0.29.0' | ||
file: 'neofs-s3-authmate-linux-amd64' | ||
target: 'neofs-testcases/neofs-s3-authmate' | ||
|
||
- name: Download latest stable neofs-rest-gw | ||
uses: dsaltares/[email protected] | ||
|
@@ -162,13 +171,6 @@ jobs: | |
sudo python ./tools/src/openssl_config_fix.py | ||
working-directory: neofs-testcases | ||
|
||
- name: Build neofs-s3-gw | ||
timeout-minutes: 5 | ||
run: | | ||
make all | ||
echo "$(pwd)/bin" >> $GITHUB_PATH | ||
working-directory: neofs-s3-gw | ||
|
||
- name: Copy binaries to testcases directory | ||
timeout-minutes: 30 | ||
run: | | ||
|