-
Notifications
You must be signed in to change notification settings - Fork 504
AWS Lambda test suite
Ivana Kellyer edited this page Jul 31, 2024
·
1 revision
The AWS Lambda test suite will fail by default on new PRs. This is not something you as a contributor have to worry about, unless you've made changes actually affecting the AWS Lambda integration. It's a security precaution on our part.
Sensitive test suites (currently only AWS Lambda) require maintainer review to ensure that tests do not compromise our secrets. This review must be repeated after any code revisions.
Before running sensitive test suites, maintainers need to carefully check the PR. Then they will apply the Trigger: tests using secrets
label. The label will be removed after any code changes to enforce our policy requiring maintainers to review all code revisions before running sensitive tests.