We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4b2b3c + 664469f commit 44e9076Copy full SHA for 44e9076
tests/e2e/conftest.py
@@ -299,8 +299,8 @@ def get_secret_value(env: str) -> str:
299
300
def pytest_sessionfinish(session):
301
"""Create datarouter compatible archive to upload into report portal."""
302
- # Gather OLS artifacts only if there were failures
303
- if on_cluster and session.testsfailed > 0:
+ # Gather OLS artifacts for all test suites when running on cluster
+ if on_cluster:
304
must_gather()
305
# Sending reports to report portal
306
try:
0 commit comments