chore: add e2e synced shared helpers#708
Draft
ava-silver wants to merge 3 commits into
Draft
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jun 26, 2026
This comment has been minimized.
This comment has been minimized.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #708 +/- ##
=======================================
Coverage 77.69% 77.69%
=======================================
Files 12 12
Lines 1112 1112
Branches 350 350
=======================================
Hits 864 864
Misses 118 118
Partials 130 130 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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 does this PR do?
Adds the cross-repo e2e helper modules under
e2e/helpers/, synced fromserverless-ci/e2e/shared:exec.ts-- promisified command runner with bounded retries on transient cloud errors.lambda-verifier.ts-- runner-agnostic AWS Lambda config verifier (layers, redirected handler,DD_*env, tags); per-tool specifics come in through a config arg.lambda-telemetry-checker.ts-- polls the Datadog API for spans and logs carrying the workload identity.naming.ts-- run-id, name-prefix, and freshness-tag helpers..gitattributes-- marks the four modules `linguist-generated` so they collapse in diffs.Motivation
First of a stack splitting the e2e suite by review concern. These files are generated by the `serverless-ci` e2e-shared sync (source of truth lives there); isolating them keeps the reviewable substance out of the other PRs. Review here just confirms they match upstream.
Testing Guidelines
No behavior on their own -- exercised by the lifecycle test in #710.
Additional Notes
`DO NOT EDIT` -- regenerated by the sync. Changes belong in `serverless-ci/e2e/shared`.
Types of changes
Check all that apply