Skip to content

Commit 46612fb

Browse files
committed
feat: cluster sanity add readme
1 parent 3e40963 commit 46612fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/GETTING_STARTED.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ uv run pytest -k test_name
6262
Bt default, RHOAI distribution is set.
6363
To run on ODH, pass `--tc=distribution:upstream` to pytest.
6464

65+
### Skip cluster sanity checks
66+
By default, cluster sanity checks are run to make cluster ready for tests.
67+
To skip cluster sanity checks, pass `--cluster-sanity-skip-check` to skip all tests.
68+
To skip RHOAI/ODH-related tests (for example when running in upstream), pass `--cluster-sanity-skip-rhoai-check`.
69+
6570
### jira integration
6671
To skip running tests which have open bugs, [pytest_jira](https://github.com/rhevm-qe-automation/pytest_jira) plugin is used.
6772
To run tests with jira integration, you need to set `PYTEST_JIRA_URL` and `PYTEST_JIRA_TOKEN` environment variables.

0 commit comments

Comments
 (0)