k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/testgrids/default.yaml (about)

     1  # Default testgroup and dashboardtab, please do not change them
     2  # In this repository, if you don't set something in your configuration file or prow job, it will use the value here
     3  
     4  default_test_group:
     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.
     7    tests_name_policy: 2 # replace the name of the test
     8    ignore_pending: false # Show in-progress tests.
     9    ignore_skip: false # Show skipped tests.
    10    column_header:
    11      - configuration_value: Commit # Shows the commit number on column header
    12    num_columns_recent: 10
    13    use_kubernetes_client: true # These two fields are deprecated and should always be true
    14    is_external: true
    15    alert_stale_results_hours: 0 # Don't alert for staleness by default.
    16    num_failures_to_alert: 3 # Consider a test failed if it has 3 or more consecutive failures.
    17    num_passes_to_disable_alert: 1 # Consider a failing test passing if it has 1 or more consecutive passes.
    18    code_search_path: github.com/kubernetes/kubernetes/search # URL for regression search links.
    19  
    20  default_dashboard_tab:
    21    open_test_template: # The URL template to visit after clicking on a cell
    22      url: https://prow.k8s.io/view/gs/<gcs_prefix>/<changelist>
    23    file_bug_template: # The URL template to visit when filing a bug
    24      url: https://github.com/kubernetes/kubernetes/issues/new
    25      options:
    26        - key: title
    27          value: 'E2E: <test-name>'
    28        - key: body
    29          value: <test-url>
    30    attach_bug_template: # The URL template to visit when attaching to an existing bug
    31      url: # empty
    32      options: #empty
    33    open_bug_template: # The URL template to visit when visiting an associated bug
    34      url: https://github.com/kubernetes/kubernetes/issues/
    35    results_text: See these results on Prow # Text to show in the about menu as a link to another view of the results
    36    results_url_template: # The URL template to visit after clicking
    37      url: https://prow.k8s.io/job-history/<gcs_prefix>
    38    code_search_path: github.com/kubernetes/kubernetes/search # URL for regression search links.
    39    num_columns_recent: 10
    40    code_search_url_template: # The URL template to visit when searching for changelists
    41      url: https://github.com/kubernetes/kubernetes/compare/<start-custom-0>...<end-custom-0>