chore: limit serverless e2e - #2451
Merged
Merged
Conversation
🎉 All green!🧪 All tests passed 🔗 Commit SHA: 4306504 | Docs | Datadog PR Page | Give us feedback! |
ava-silver
marked this pull request as ready for review
August 11, 2026 18:21
duncanista
approved these changes
Aug 11, 2026
ava-silver
force-pushed
the
ava.silver/chore/limit-serverless-e2e
branch
from
August 11, 2026 22:01
a8de797 to
4306504
Compare
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What and why?
Serverless E2E suites (container-app, AAS, cloud-run, lambda) ran once per Node version in the
e2e-testmatrix, creating cloud resources three times per commit and straining the shared account's app budget. This runs them on Node 24 only, cutting resource creation by 3x while keeping non-serverless E2E across all Node versions.How?
Each
SKIP_*_TESTSflag and the cloud OIDC auth steps now requirematrix.version == 24, so serverless suites and their credentials are active on a single Node version. Path filters and the version-bump check are unchanged.Review checklist