-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Nx does not run any tasks with neverConnectToCloud=true #28486
Comments
ndcunningham
added a commit
that referenced
this issue
Oct 17, 2024
ndcunningham
added a commit
that referenced
this issue
Oct 17, 2024
jaysoo
pushed a commit
that referenced
this issue
Oct 17, 2024
…28501) closed #28482, #28486 <!-- 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 --> If, `neverConnectToCloud` is set to `true`, there are still attempts made to connect to NxCloud. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> if, `neverConnectToCloud` is set to `true`, we should not attempt to connect to NxCloud. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
jaysoo
pushed a commit
that referenced
this issue
Oct 17, 2024
…28501) closed #28482, #28486 <!-- 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 --> If, `neverConnectToCloud` is set to `true`, there are still attempts made to connect to NxCloud. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> if, `neverConnectToCloud` is set to `true`, we should not attempt to connect to NxCloud. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
jaysoo
pushed a commit
that referenced
this issue
Oct 17, 2024
…28501) closed #28482, #28486 <!-- 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 --> If, `neverConnectToCloud` is set to `true`, there are still attempts made to connect to NxCloud. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> if, `neverConnectToCloud` is set to `true`, we should not attempt to connect to NxCloud. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current Behavior
Nx does not run any tasks with
neverConnectToCloud
=true
This blocks the entire development process!
Expected Behavior
Nx must run any tasks with
neverConnectToCloud
=true
GitHub Repo
https://github.com/arthurgubaidullin/fcm-reg-token-management/tree/bug-repro/no-tasks-run-without-cloud
Steps to Reproduce
npx nx run-many -t lint test build --verbose
Nx Report
Failure Logs
Package Manager Version
10.2.4
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: