Skip to content

Commit 72238e4

Browse files
Extending default days_of_results to regenerate TestGrid dashboards.
1 parent e6eb748 commit 72238e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/testgrids/default.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# In this repository, if you don't set something in your configuration file or prow job, it will use the value here
33

44
default_test_group:
5-
days_of_results: 14 # Number of days of test results to gather and serve.
5+
# TODO: Reduce this back down to 14 once a full update has completed.
6+
days_of_results: 15 # Number of days of test results to gather and serve.
67
tests_name_policy: 2 # replace the name of the test
78
ignore_pending: false # Show in-progress tests.
89
ignore_skip: true # Don't show skipped tests by default.

0 commit comments

Comments
 (0)