You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR will replace the env variable with an action variable set at the repo level. #2632
To allow for the tests, the following action variables need to be set:
NO_PROVIDER_CREDENTIALS_AWS: 0
NO_PROVIDER_CREDENTIALS_AZURE: 0
NO_PROVIDER_CREDENTIALS_GCP: 0
NO_PROVIDER_CREDENTIALS_DO: 0
Thanks @BrianCashProf! In the near-term future, we'll refactor the cloud provider integration tests so they don't run on a schedule basis but rather after every PR has been merged or before cutting a release. Hopefully this will make it easier for forks to work with that.
Describe the bug
Since a couple weeks ago, our AWS Deployment tests are getting skipped. See:
The issue seems to be with the way we're checking for credentials in order to decide whether we skip the job or not. I believe this behavior was introduced in #2569
Expected behavior
The AWS Deployment tests should not be skipped.
OS and architecture in which you are running Nebari
Not relevant
How to Reproduce the problem?
Run the AWS Deployment workflow manually.
Command output
No response
Versions and dependencies used.
No response
Compute environment
None
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: