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

js - test-eslint - ci pipeline failing #33143

Open
jeremymeng opened this issue Feb 20, 2025 · 0 comments
Open

js - test-eslint - ci pipeline failing #33143

jeremymeng opened this issue Feb 20, 2025 · 0 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. EngSys This issue is impacting the engineering system.

Comments

@jeremymeng
Copy link
Member

This is a regression after PR #33064. Because for this pipeline, we are linting all packages, not a subset of packages. rush-runner.js is using global rush command common/scripts/install-run-rush.js to run lint. However, when linting monitor-opentelemetry we need to build its dependencies first via common/scripts/install-run-rush.js build -t @azure/monitor-opentelemetry-exporter. This caused an error because of invoking rush inside of rush:

Another Rush command is already running in this repository.
Returned error code: 1

@jeremymeng jeremymeng added the EngSys This issue is impacting the engineering system. label Feb 20, 2025
@jeremymeng jeremymeng self-assigned this Feb 20, 2025
@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Feb 20, 2025
@jeremymeng jeremymeng added the Client This issue points to a problem in the data-plane of the library. label Feb 20, 2025
@github-actions github-actions bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. EngSys This issue is impacting the engineering system.
Projects
None yet
Development

No branches or pull requests

1 participant