[Release/6.x] Add tags to ci jobs to prevent them from getting killed#7933
Merged
Conversation
Co-authored-by: Amaury Chamayou <[email protected]> Co-authored-by: Amaury Chamayou <[email protected]> (cherry picked from commit 2eda636)
…ign commit timeouts to election timeout (microsoft#7881) Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: achamayou <[email protected]> Co-authored-by: Amaury Chamayou <[email protected]> (cherry picked from commit 4926ab9)
The microsoft#7661 cherry-pick enables verbatimModuleSyntax, which requires type-only re-exports on this branch to use export type. Co-authored-by: Copilot <[email protected]>
achamayou
approved these changes
Jun 9, 2026
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.
This may stop the jobs from getting killed prematurely?
Cherry-picked from main to unblock CI:
WORKER_THREADS=1andELECTION_TIMEOUT_MS=10000in SNP CI jobs, and align commit timeouts to election timeoutAlso includes a small
release/6.xadaptation for type-only re-exports required by the #7661 cherry-pick.