Skip to content

Commit

Permalink
Disable aws ec2 metadata
Browse files Browse the repository at this point in the history
Fixed bug nspcc-dev/neofs-s3-gw#798
This bug is only reproducible on ubuntu-latest in github actions.
This is a bug specifically of github acions, not the neofs-s3-gw:
actions/runner-images#2791
aws/aws-cli#5623

Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Jul 18, 2023
1 parent c408b57 commit 4201d47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run_system_tests:
runs-on: ubuntu-latest
timeout-minutes: 500
env:
AWS_EC2_METADATA_DISABLED: true
steps:
- name: Checkout neofs-testcases repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 4201d47

Please sign in to comment.