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

chore(<test>): Separate infrastructure commands from actual test commands in CI and scripts #11727

Open
hbelmiro opened this issue Mar 5, 2025 · 1 comment
Assignees

Comments

@hbelmiro
Copy link
Contributor

hbelmiro commented Mar 5, 2025

Chore description

Currently, several scripts mix infrastructure code, such as creating virtual environments or installing tools with apt-get, with actual test invocations.
presubmit-backend-visualization.sh is an example.

We need to separate infrastructure from actual test invocation code, to make it easier for contributors to run tests locally without unnoticed/unwanted changes in the contributor's machine.

This issue will likely turn into an epic after preliminary investigation.

Labels

/area testing


Love this idea? Give it a 👍.

@hbelmiro
Copy link
Contributor Author

hbelmiro commented Mar 5, 2025

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant