Skip to content

Commit 67d0196

Browse files
pruthvistonydnikolaev-amd
authored andcommitted
Increase lifespan of test-times files
- build_environment is hard coded to value from upstream when branch for created, since the dev/QA ENV build_environment value can be varing (cherry picked from commit d4fbf03)
1 parent e3f5863 commit 67d0196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/stats/import_test_stats.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def get_disabled_issues() -> list[str]:
3232
TD_HEURISTIC_PREVIOUSLY_FAILED = "previous_failures.json"
3333
TD_HEURISTIC_PREVIOUSLY_FAILED_ADDITIONAL = "previous_failures_additional.json"
3434

35-
FILE_CACHE_LIFESPAN_SECONDS = datetime.timedelta(hours=3).seconds
35+
#increse the cache time to 6 months
36+
FILE_CACHE_LIFESPAN_SECONDS = 6 * 30 * 24 * 3600
3637

3738

3839
def fetch_and_cache(

0 commit comments

Comments
 (0)