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 #13459

Draft
wants to merge 11 commits into
base: trunk
Choose a base branch
from

Conversation

ParaskP7
Copy link
Contributor

@ParaskP7 ParaskP7 commented Feb 4, 2025

Description

TODO


Testing information

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)
Mobile App 4m 47s 5m 41s +54s (❌) 16s 9s -7s (✅) 2m 14s [5.13x] 2m 53s [2.87x] +39s (❌)
Wear App 3m 47s 3m 59s +12s (❌) 6s 6s 0s (☑️) 58s [5.92x] 1m 19s [3.95x] +21s (❌)
Lint 4m 59s 5m 37s +38s (❌) 21s 15s -6 (✅) 2m 9s [4.94x] 3m 4s [2.33x +55s (❌)
Unit Tests 5m 32s 6m 47s +1m 15s (❌) 18s 16s -2s (✅) 1m 57s [5.89x] 3m 15s [2.4x] +1m 18s (❌)
UI Tests 9m 54s 13m 6s +3 12s (❌) 13s 16s +3s (❌) 2m 30s [6.59x] 3m 47s [3.18x] +1m 17s (❌)

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) 21m 29s 21m 49s +20s (❌)
Without BC (With DC) 20m 40s 22m 0s +1m 20s (❌)
With BC (Without DC) 7m 4s 7m 32s +28s (❌)
With BC (With DC) 5m 16s 5m 51s +35s (❌)

Note

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

  • I have considered if this change warrants release notes and have added them to RELEASE-NOTES.txt if necessary. Use the "[Internal]" label for non-user-facing changes.

Reviewer (or Author, in the case of optional code reviews):

Please make sure these conditions are met before approving the PR, or request changes if the PR needs improvement:

  • The PR is small and has a clear, single focus, or a valid explanation is provided in the description. If needed, please request to split it into smaller PRs.
  • Ensure Adequate Unit Test Coverage: The changes are reasonably covered by unit tests or an explanation is provided in the PR description.
  • Manual Testing: The author listed all the tests they ran, including smoke tests when needed (e.g., for refactorings). The reviewer confirmed that the PR works as expected on big (tablet) and small (phone) in case of UI changes, and no regressions are added.

@ParaskP7 ParaskP7 added status: do not merge Dependent on another PR, ready for review but not ready for merge. category: tooling Anything that involves building & maintaining the project, including scripts, `Fastfile`, etc. Core 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
Collaborator

wpmobilebot commented Feb 4, 2025

📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
App Name WooCommerce-Wear Android
Platform⌚️ Wear OS
FlavorJalapeno
Build TypeDebug
Commitf15177f
Direct Downloadwoocommerce-wear-prototype-build-pr13459-f15177f.apk

@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Feb 4, 2025

📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.

App Name WooCommerce Android
Platform📱 Mobile
FlavorJalapeno
Build TypeDebug
Commitf15177f
Direct Downloadwoocommerce-prototype-build-pr13459-f15177f.apk

@ParaskP7 ParaskP7 force-pushed the ci/disable-configuration-cache-on-ci branch from 6a17acc to 50c5aec Compare February 4, 2025 15:42
@ParaskP7 ParaskP7 force-pushed the ci/disable-configuration-cache-on-ci branch from 58f1cad to b0fd074 Compare February 5, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: tooling Anything that involves building & maintaining the project, including scripts, `Fastfile`, etc. Core status: do not merge Dependent on another PR, ready for review but not ready for merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants