Skip to content
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
wants to merge 10 commits into
base: trunk
Choose a base branch
from

Conversation

ParaskP7
Copy link
Contributor

@ParaskP7 ParaskP7 commented Feb 4, 2025

Description

TODO


To Test:

TODO

Job BT (With) BT (Without) BT (Diff) DR - Conf (With) DR - Exec (Without) DR (Diff) TE - Time [Factor] (With) TE - Time [Factor] (Without) TE (Diff)
Jetpack App TODO TODO TODO TODO TODO TODO TODO TODO TODO
WordPress App TODO TODO TODO TODO TODO TODO TODO TODO TODO
Jetpack Lint TODO TODO TODO TODO TODO TODO TODO TODO TODO
WordPress Lint TODO TODO TODO TODO TODO TODO TODO TODO TODO
WordPress Unit Tests TODO TODO TODO TODO TODO TODO TODO TODO TODO
Processors Unit Tests TODO TODO TODO TODO TODO TODO TODO TODO TODO
Image Editor Unit Tests TODO TODO TODO TODO TODO TODO TODO TODO TODO
FluxC Unit Tests TODO TODO TODO TODO TODO TODO TODO TODO TODO
Login Unit Tests TODO TODO TODO TODO TODO TODO TODO TODO TODO

Note

  • Without: Without Configuration Cache
  • With: With Configuration Cache
  • BT: Build Time
  • DR: Dependency Resolution -
    • Conf: During configuration
    • Exec: During execution
  • TE: Task Execution
    • Time [Factor]: Time spent executing tasks [Serial execution factor]
Assemble BT (With CC ) BT (Without CC) BT (Diff)
Without BC (Without DC) 17m 8s 14m 55s -2m 13s (✅)
Without BC (With DC) 17m 44s 15m 43s -2m 1s (✅)
With BC (Without DC) 7m 18s 6m 14s -1m 4s (✅)
With BC (With DC) 4m 56s 5m 33s +37s (❌)

Note

  • CC: Configuration Cache
  • BC: Build Cache
  • DC: Dependency Cache

Regression Notes

  1. Potential unintended areas of impact

    • TODO
  2. What I did to test those areas of impact (or what existing automated tests I relied on)

    • TODO
  3. What automated tests I added (or what prevented me from doing so)

    • TODO

PR Submission Checklist:

  • I have completed the Regression Notes.
  • I have considered adding accessibility improvements for my changes.
  • I have considered if this change warrants user-facing release notes and have added them to RELEASE-NOTES.txt if necessary.

Testing Checklist (strike-out the not-applying and unnecessary ones): N/A

@ParaskP7 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
@dangermattic
Copy link
Collaborator

1 Message
📖 This PR is still a Draft: some checks will be skipped.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Feb 4, 2025

Jetpack📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack Jetpack
FlavorJalapeno
Build TypeDebug
Versionpr21659-605e078
Commit605e078
Direct Downloadjetpack-prototype-build-pr21659-605e078.apk
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Feb 4, 2025

WordPress📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress WordPress
FlavorJalapeno
Build TypeDebug
Versionpr21659-605e078
Commit605e078
Direct Downloadwordpress-prototype-build-pr21659-605e078.apk
Note: Google Login is not supported on these builds.

Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.41%. Comparing base (d61a063) to head (605e078).

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.
📢 Have feedback on the report? Share it here.

@ParaskP7 ParaskP7 force-pushed the ci/disable-configuration-cache-on-ci branch from afff86c to e70bc17 Compare February 5, 2025 13:05
Copy link

sonarqubecloud bot commented Feb 5, 2025

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants