Skip to content

Commit

Permalink
releng: Update dashboard group/tab references
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Jul 5, 2020
1 parent ebea1e9 commit fdc04e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 4 additions & 4 deletions config/testgrids/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ dashboards:
- name: vmware-conformance-cloud-provider
- name: vmware-cluster-api-provider-vsphere

- name: canonical-ubuntu1-k8sbeta
- name: canonical-ubuntu1-k8sstable1
- name: canonical-ubuntu1-k8sstable2
- name: canonical-ubuntu1-k8sstable3
- name: canonical-ubuntu2-k8sbeta
- name: canonical-ubuntu1-k8sstable4
- name: canonical-ubuntu2-k8sstable1
- name: canonical-ubuntu2-k8sstable2
- name: canonical-ubuntu2-k8sstable3
- name: canonical-ubuntu2-k8sstable4
- name: canonical-cdk
dashboard_tab:
- name: cdk-gce-node
Expand Down Expand Up @@ -544,14 +544,14 @@ dashboards:
dashboard_groups:
- name: canonical
dashboard_names:
- canonical-ubuntu1-k8sbeta
- canonical-ubuntu1-k8sstable1
- canonical-ubuntu1-k8sstable2
- canonical-ubuntu1-k8sstable3
- canonical-ubuntu2-k8sbeta
- canonical-ubuntu1-k8sstable4
- canonical-ubuntu2-k8sstable1
- canonical-ubuntu2-k8sstable2
- canonical-ubuntu2-k8sstable3
- canonical-ubuntu2-k8sstable4
- canonical-cdk

- name: google
Expand Down
4 changes: 0 additions & 4 deletions config/testgrids/kubernetes/sig-network/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ dashboards:
test_group_name: ci-kubernetes-e2e-gce-cos-k8sstable1-ingress
alert_options:
alert_mail_to_addresses: [email protected]
- name: gce-cos-1.14-ingress
test_group_name: ci-kubernetes-e2e-gce-cos-k8sbeta-ingress
alert_options:
alert_mail_to_addresses: [email protected]
- name: gci-gce-ip-alias
test_group_name: ci-kubernetes-e2e-gci-gce-ip-alias
base_options: include-filter-by-regex=\[sig-network\]
Expand Down
6 changes: 3 additions & 3 deletions releng/generate_tests_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ class TestGenerateTests(unittest.TestCase):

def setUp(self):
self.temp_directory = tempfile.mkdtemp()
self.job_name = "ci-kubernetes-e2e-gce-cos-k8sbeta-ingress"
self.job_name = "ci-kubernetes-e2e-gce-cos-k8sstable1-ingress"
self.job = {
"interval": "1h"
}
self.config = {
"jobs": {"ci-kubernetes-e2e-gce-cos-k8sbeta-ingress": self.job},
"jobs": {"ci-kubernetes-e2e-gce-cos-k8sstable1-ingress": self.job},
"common": {"args": []},
"cloudProviders": {"gce": {"args": []}},
"images": {"cos": {}},
"k8sVersions": {"beta": {"version": "2.4"}},
"k8sVersions": {"stable1": {"version": "2.4"}},
"testSuites": {"ingress": {"args": ["--timeout=10"]}},
}

Expand Down

0 comments on commit fdc04e8

Please sign in to comment.