-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Today `TestAccCloudWatch` and `TestAccCloudWatchOidcManual` are each executed twice. Once as part of the `test (nodejs, local)` (examples) job, and again as part of the `test_oidc` job defined in `extraTests`. The `test_oidc` job executes `TestAccCloudWatchOidcManual` without any ambient AWS credentials, and then `TestAccCloudWatch` after assuming `OIDC_ROLE_ARN`. This PR removes the extra `test_oidc` job by incorporating these tests into the usual examples job. * `TestAccCloudWatch` and `TestAccCloudWatchOIDCAmbient` preserve the existing behavior of running these using the ambient credentials from the examples job. * `TestAccCloudWatchOIDCManual` and `TestAccCloudWatchOIDC` preserving the `test_oidc` behavior by running without ambient credentials and after assuming `OIDC_ROLE_ARN`, respectively.
- Loading branch information
Showing
6 changed files
with
60 additions
and
317 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
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
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
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
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
Oops, something went wrong.