contrib/aws: add non-blocking persistent manual cluster (PMC) test stages - #12743
Open
nmazzilli3 wants to merge 1 commit into
Open
contrib/aws: add non-blocking persistent manual cluster (PMC) test stages#12743nmazzilli3 wants to merge 1 commit into
nmazzilli3 wants to merge 1 commit into
Conversation
nmazzilli3
force-pushed
the
pmc_jenkins
branch
2 times, most recently
from
August 28, 2026 16:55
5d09882 to
a7b65fa
Compare
…ages Signed-off-by: Nick Mazzilli <nmazzill@amazon.com>
nmazzilli3
force-pushed
the
pmc_jenkins
branch
from
August 28, 2026 16:56
a7b65fa to
e4ce152
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.
contrib/aws: add non-blocking persistent manual cluster (PMC) test stagesAdds PMC test stages that run in parallel with the existing ephemeral PR CI stages. The existing stages are unchanged and still gate the PR; the PMC stages are non-blocking (wrapped in
catchError→ UNSTABLE, never touchbuild_ok) so they can A/B the persistent-cluster path against the current create-then-destroy path on every run.build_pmc_test_stages(), merged into the existing parallel block.--test-libfabric-pr $CHANGE_ID, or$GIT_COMMITpost-merge).Validated on the internal persistent-cluster POC across all 9 clusters (c5n, c7g-ub22, c7g-ub24, hpc7g, g4dn, hpc8a, hpc6a, c8gn, c7i).