Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_runner: set AWS credentials for endpoints (#4887)
## Problem If AWS credentials are not set locally (via AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY env vars) `test_remote_library[release-pg15-mock_s3]` test fails with the following error: ``` ERROR could not start the compute node: Failed to download a remote file: Failed to download S3 object: failed to construct request ``` ## Summary of changes - set AWS credentials for endpoints programmatically
- Loading branch information
cd33089
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1332 tests run: 1273 passed, 0 failed, 59 skipped (full report)