-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Configuration Cache] Disable Configuration Cache on CI #21659
Draft
ParaskP7
wants to merge
10
commits into
trunk
Choose a base branch
from
ci/disable-configuration-cache-on-ci
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+18
−149
Conversation
This file contains 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
ParaskP7
added
Core
Tooling
Do Not Merge
In PRs with this label, our automation will fail a require check, preventing accidental merging
labels
Feb 4, 2025
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #21659 +/- ##
==========================================
- Coverage 39.42% 39.41% -0.01%
==========================================
Files 2122 2122
Lines 99558 99570 +12
Branches 15317 15324 +7
==========================================
Hits 39247 39247
- Misses 56832 56844 +12
Partials 3479 3479 ☔ View full report in Codecov by Sentry. |
ParaskP7
force-pushed
the
ci/disable-configuration-cache-on-ci
branch
from
February 5, 2025 13:05
afff86c
to
e70bc17
Compare
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Core
Do Not Merge
In PRs with this label, our automation will fail a require check, preventing accidental merging
Tooling
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.
Description
TODO
To Test:
TODO
Factor
] (With)Factor
] (Without)Note
Without
: Without Configuration CacheWith
: With Configuration CacheBT
: Build TimeDR
: Dependency Resolution -Conf
: During configurationExec
: During executionTE
: Task ExecutionTime [Factor]
: Time spent executing tasks [Serial execution factor]-2m 13s
(✅)-2m 1s
(✅)-1m 4s
(✅)+37s
(❌)Note
CC
: Configuration CacheBC
: Build CacheDC
: Dependency CacheRegression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR Submission Checklist:
RELEASE-NOTES.txt
if necessary.Testing Checklist (strike-out the not-applying and unnecessary ones):
N/A