Split CDN test job#2999
Open
jekloudaMSFT wants to merge 5 commits intomainfrom
Open
Conversation
Contributor
size-limit report 📦
|
juanscr
previously approved these changes
Mar 9, 2026
f11e45c to
e9d3d6e
Compare
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.
For more information about how to contribute to this repo, visit this page.
Description
Pull requests merging release/* branches into the main branch are currently failing because they run the CDN E2E test job, which consistently times out because of the number of E2E tests. This PR splits the CDN test job to run E2E tests in parallel and runs just a few test suites (only the app* and auth capability tests). This pattern assumes that the full capability test suite is already validated by the normal PR pipeline and a select number of tests of high-usage capabilities (app* and auth) is sufficient to verify that the CDN usage is working for the new version.
Main changes in the PR:
Validation
Validation performed:
Unit Tests added:
N/A
End-to-end tests added:
N/A
Additional Requirements
Change file added:
N/A