nrwl / nx

Smart Monorepos · Fast CI
https://nx.dev
MIT License
23.75k stars 2.37k forks source link

CI Table is shown even if `neverConnectToCloud` is enabled #28956

Open alfaproject opened 1 week ago

alfaproject commented 1 week ago

Current Behavior

I've added neverConnectToCloud to our nx.json to disable Nx Cloud and do our own binning instead to decrease our costs.

However, the table summary (https://nx.dev/blog/improved-ci-log-with-nx-cloud) is still shown and there's no way to understand which job is currently being run and what's the status of it like in the old days.

Is there any other setting that we are missing to disable this summary?

Expected Behavior

With Nx Cloud disabled there shouldn't be a Nx Cloud summary, or at least some other option to bring the older log back.

GitHub Repo

No response

Steps to Reproduce

  1. Set neverConnectToCloud to true, run jobs in pipeline with run-many and a table is shown instead of the old log

Nx Report

Node           : 20.11.0
OS             : darwin-arm64
Native Target  : aarch64-macos
pnpm           : 8.15.7

nx                 : 20.0.13
@nx/js             : 20.0.13
@nx/jest           : 20.0.13
@nx/eslint         : 20.0.13
@nx/workspace      : 20.0.13
@nx/angular        : 20.0.13
@nx/cypress        : 20.0.13
@nx/devkit         : 20.0.13
@nx/esbuild        : 20.0.13
@nx/eslint-plugin  : 20.0.13
@nx/storybook      : 20.0.13
@nx/web            : 20.0.13
@nx/webpack        : 20.0.13
typescript         : 5.4.5
---------------------------------------
Registered Plugins:
@nx/eslint/plugin
@nx/jest/plugin
---------------------------------------
Community plugins:
@ngrx/component             : 18.1.1
@nguniversal/builders       : 16.2.0
@nguniversal/express-engine : 16.2.0
@storybook/angular          : 8.4.2
@the-mill/infra-cloudflare  : 23.0.0
@the-mill/infra-serverless  : 23.0.0
apollo-angular              : 7.2.1
ng-mocks                    : 14.13.1

Failure Logs

Package Manager Version

No response

Operating System

Additional Information

No response