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

[System Tests] Allow running system tests by test suite/component #2204

Merged
merged 3 commits into from
Aug 2, 2022

Conversation

quaark
Copy link
Member

@quaark quaark commented Aug 2, 2022

The system tests have, over time, grown larger and larger so that they last longer than github's job timeout.
To remedy this, we want to run the tests in smaller chunks.

Added an optional env var MLRUN_SYSTEM_TESTS_COMPONENT which when set will select the test chunk to run.
If MLRUN_SYSTEM_TESTS_COMPONENT isn't set, we'll run all system tests.
If MLRUN_SYSTEM_TESTS_COMPONENT is set, we'll run only the system tests for the given component.
If MLRUN_SYSTEM_TESTS_COMPONENT starts with "no_", we'll ignore that component in the system tests.

As of now the available values are: (no value), api, backward_compatibility, demos, examples, feature_store, model_monitoring, projects runtimes, no_api, no_backward_compatibility, no_demos, no_examples, no_feature_store, no_model_monitoring, no_projects and no_runtimes.

@quaark quaark merged commit 9a507e3 into mlrun:development Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants