Skip to content

Commit

Permalink
Merge pull request kubernetes#15229 from michelle192837/default
Browse files Browse the repository at this point in the history
Ignore skipped results on Kubernetes TestGrid.
  • Loading branch information
k8s-ci-robot committed Nov 11, 2019
2 parents 98cb2b8 + 4ccf8de commit 499380a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/testgrids/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ default_test_group:
days_of_results: 14 # Number of days of test results to gather and serve.
tests_name_policy: 2 # replace the name of the test
ignore_pending: false # Show in-progress tests.
ignore_skip: true # Don't show skipped tests by default.
column_header:
- configuration_value: Commit # Shows the commit number on column header
- configuration_value: infra-commit
Expand Down Expand Up @@ -37,4 +38,4 @@ default_dashboard_tab:
code_search_path: github.com/kubernetes/kubernetes/search # URL for regression search links.
num_columns_recent: 10
code_search_url_template: # The URL template to visit when searching for changelists
url: https://github.com/kubernetes/kubernetes/compare/<start-custom-0>...<end-custom-0>
url: https://github.com/kubernetes/kubernetes/compare/<start-custom-0>...<end-custom-0>

0 comments on commit 499380a

Please sign in to comment.