k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/testgrids/google/google.yaml (about) 1 # 2 # Start dashboards 3 # 4 dashboards: 5 - name: google-aws 6 - name: google-gce 7 - name: google-kops-gce 8 - name: google-gci 9 - name: google-osconfig 10 dashboard_tab: 11 - name: osconfig-unstable 12 test_group_name: osconfig-unstable 13 open_test_template: 14 url: https://oss.gprow.dev/view/gs/<gcs_prefix>/<changelist> 15 file_bug_template: 16 url: https://github.com/GoogleCloudPlatform/osconfig/issues/new 17 options: 18 - key: title 19 value: 'osconfig-unstable issue: <test-name>' 20 - key: body 21 value: <test-url> 22 - name: osconfig-staging 23 test_group_name: osconfig-staging 24 open_test_template: 25 url: https://oss.gprow.dev/view/gs/<gcs_prefix>/<changelist> 26 file_bug_template: 27 url: https://github.com/GoogleCloudPlatform/osconfig/issues/new 28 options: 29 - key: title 30 value: 'osconfig-staging issue: <test-name>' 31 - key: body 32 value: <test-url> 33 - name: osconfig-stable 34 test_group_name: osconfig-stable 35 open_test_template: 36 url: https://oss.gprow.dev/view/gs/<gcs_prefix>/<changelist> 37 file_bug_template: 38 url: https://github.com/GoogleCloudPlatform/osconfig/issues/new 39 options: 40 - key: title 41 value: 'osconfig-stable issue: <test-name>' 42 - key: body 43 value: <test-url> 44 - name: osconfig-head-images 45 test_group_name: osconfig-head-images 46 open_test_template: 47 url: https://oss.gprow.dev/view/gs/<gcs_prefix>/<changelist> 48 file_bug_template: 49 url: https://github.com/GoogleCloudPlatform/osconfig/issues/new 50 options: 51 - key: title 52 value: 'osconfig-head-images issue: <test-name>' 53 - key: body 54 value: <test-url> 55 - name: google-soak 56 57 # 58 # Start dashboard groups 59 # 60 dashboard_groups: 61 - name: google 62 dashboard_names: 63 - google-aws 64 - google-cel 65 - google-gce 66 - google-gci 67 - google-kops-gce 68 - google-osconfig 69 - google-soak