-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix NX Cloud distributed task execution error for cacheable build tasks #14
Fix NX Cloud distributed task execution error for cacheable build tasks #14
Conversation
- Updated nx.json to ensure 'build' tasks for driver-app and rider-app are cacheable. - Verified the build tasks for driver-app and rider-app are included under cacheableOperations. - Fixed the configuration in project.json to mark 'build' targets as cacheable for both apps. - Resolved the error in NX Cloud that prevented distributed task execution due to non-cacheable tasks. This commit closes #12 by ensuring proper cacheable task configuration for distributed builds.
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3adb03c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
- Updated nx.json to ensure 'build' tasks for driver-app and rider-app are cacheable. - Verified the build tasks for driver-app and rider-app are included under cacheableOperations. - Fixed the configuration in project.json to mark 'build' targets as cacheable for both apps. - Resolved the error in NX Cloud that prevented distributed task execution due to non-cacheable tasks. This commit closes #12 by ensuring proper cacheable task configuration for distributed builds.
078d49d
to
8d42b4d
Compare
- Updated nx.json to ensure 'build' tasks for driver-app and rider-app are cacheable. - Verified the build tasks for driver-app and rider-app are included under cacheableOperations. - Fixed the configuration in project.json to mark 'build' targets as cacheable for both apps. - Resolved the error in NX Cloud that prevented distributed task execution due to non-cacheable tasks. This commit closes #12 by ensuring proper cacheable task configuration for distributed builds.
- Updated nx.json to ensure 'build' tasks for driver-app and rider-app are cacheable. - Verified the build tasks for driver-app and rider-app are included under cacheableOperations. - Fixed the configuration in project.json to mark 'build' targets as cacheable for both apps. - Resolved the error in NX Cloud that prevented distributed task execution due to non-cacheable tasks. This commit closes #12 by ensuring proper cacheable task configuration for distributed builds.
- Updated nx.json to ensure 'build' tasks for driver-app and rider-app are cacheable. - Verified the build tasks for driver-app and rider-app are included under cacheableOperations. - Fixed the configuration in project.json to mark 'build' targets as cacheable for both apps. - Resolved the error in NX Cloud that prevented distributed task execution due to non-cacheable tasks. This commit closes #12 by ensuring proper cacheable task configuration for distributed builds.
- Updated nx.json to ensure 'build' tasks for driver-app and rider-app are cacheable. - Verified the build tasks for driver-app and rider-app are included under cacheableOperations. - Fixed the configuration in project.json to mark 'build' targets as cacheable for both apps. - Resolved the error in NX Cloud that prevented distributed task execution due to non-cacheable tasks. This commit closes #12 by ensuring proper cacheable task configuration for distributed builds.
- Updated nx.json to ensure 'build' tasks for driver-app and rider-app are cacheable. - Verified the build tasks for driver-app and rider-app are included under cacheableOperations. - Fixed the configuration in project.json to mark 'build' targets as cacheable for both apps. - Resolved the error in NX Cloud that prevented distributed task execution due to non-cacheable tasks. This commit closes #12 by ensuring proper cacheable task configuration for distributed builds.
NoHoist is not working in npm workspaces but I found out in this issue npm/rfcs#287 this was just recently added (maybe?) so I'm gonna use yarn workspace who fully supports it |
It's finally working as expected, this took longer than expected due to the mono repo setup |
and rider-app are cacheable.
- Verified the build tasks for driver-app and rider-app
are included under cacheableOperations.
- Fixed the configuration in project.json to mark 'build' targets as cacheable for both apps.
- Resolved the error in NX Cloud that prevented distributed task execution due to non-cacheable tasks.