ci(integration): split slowest behat suites to reduce wall-clock time#59481
Draft
joshtrichards wants to merge 16 commits intomasterfrom
Draft
ci(integration): split slowest behat suites to reduce wall-clock time#59481joshtrichards wants to merge 16 commits intomasterfrom
joshtrichards wants to merge 16 commits intomasterfrom
Conversation
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
…el jobs Split sharing_features and files_features into separate matrix entries to reduce wall-clock time by running them in parallel. sharing_features (~20m) is split by its existing part files into 3 jobs. files_features (~18m) is split by @tags and @Transfer-ownership feature annotations into 3 jobs. This adds 4 matrix entries (20 → 24) with minor setup overhead each, and should reduce the critical path by 50% (e.g. from ~20m to ~9m). Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
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.
Summary
Splits the two slowest jobs in the
integration-sqliteworkflow (sharing_features~20m andfiles_features~18m) into parallel matrix entries to reduce overall CI wall-clock time.Changes
sharing_featuressplit into 3 entries:sharing-v1.feature+sharing-activity.featuresharing-v1-part2.featuresharing-v1-part3.feature+sharing-v1-part4.featurefiles_featuressplit into 3 entries via Behat tags:@tags: runstags.feature@transfer-ownership: runstransfer-ownership.featureNote: Added
@tagsand@transfer-ownershipannotations to the feature files. These are scoped to this workflow and have no side effects.Impact
How to verify
Compare the
integration-sqlitewall-clock time of this PR againstmaster. The longest individual job should be reduced by approximately 50%.TODO
Checklist
3. to review, feature component)stable32)AI (if applicable)