Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data_scraper/processors/ci_logs_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

# Test path constants
TEST_OPERATOR_PATH = "logs/controller-0/ci-framework-data/tests/test_operator"
TEMPEST_TEST_PATTERN = "tempest-tests"
TOBIKO_TEST_PATTERN = "tobiko-tests"
TEMPEST_TEST_PATTERN = "tempest-"
TOBIKO_TEST_PATTERN = "tobiko-"

async def fetch_with_gssapi(url, params=None, timeout=30.0):
"""
Expand Down
Loading