fix(gradle): ensure that atomized task targets have dependsOn#34611
fix(gradle): ensure that atomized task targets have dependsOn#34611
Conversation
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
bee8b05 to 2965711 Compare | View your CI Pipeline Execution ↗ for commit 4a51b61
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud has identified a possible root cause for your failed CI:
Our analysis shows this failure is environmental rather than code-related. The PR correctly adds dependsOn metadata to atomized test targets (validated by passing unit tests), but the e2e test encountered a Gradle daemon shutdown during the second atomized test run. The daemon management issue ("2 busy and 10 stopped Daemons could not be reused") and the sequential failure pattern (first test passed, second failed) indicate infrastructure resource problems rather than a code defect.
No code changes were suggested for this issue.
🔂 A CI rerun has been triggered by adding an empty commit to this branch.
🔔 Heads up, your workspace has pending recommendations ↗ to auto-apply fixes for similar failures.
🎓 Learn more about Self-Healing CI on nx.dev
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> The dependsOn of atomized tasks should match the base non-atomized task. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes Q-174 (cherry picked from commit dc81b8b)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> The dependsOn of atomized tasks should match the base non-atomized task. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes Q-174 (cherry picked from commit dc81b8b)
| This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Expected Behavior
The dependsOn of atomized tasks should match the base non-atomized task.
Related Issue(s)
Fixes Q-174