Skip to content

Commit

Permalink
Add sig-aws test grid bashboard group and add ebs csi driver under th…
Browse files Browse the repository at this point in the history
…e group
  • Loading branch information
Cheng Pan committed Oct 23, 2018
1 parent 1420605 commit c816e3b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions testgrid/cmd/configurator/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ func TestJobsTestgridEntryMatch(t *testing.T) {
"kubernetes/kubernetes",
"kubernetes/org",
"kubernetes/test-infra",
"kubernetes-sigs/aws-ebs-csi-driver",
"kubernetes-sigs/cluster-api",
"kubernetes-sigs/cluster-api-provider-aws",
"kubernetes-sigs/cluster-api-provider-gcp",
Expand Down
24 changes: 24 additions & 0 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3227,6 +3227,14 @@ test_groups:
- name: ci-gcp-compute-persistent-disk-csi-driver-kubernetes-integration
gcs_prefix: kubernetes-jenkins/logs/ci-gcp-compute-persistent-disk-csi-driver-kubernetes-integration

# AWS Test Groups
- name: pull-aws-ebs-disk-csi-driver-verify
gcs_prefix: kubernetes-jenkins/logs/pull-aws-ebs-disk-csi-driver-verify
- name: pull-aws-ebs-csi-driver-unit
gcs_prefix: kubernetes-jenkins/logs/pull-aws-ebs-csi-driver-unit
- name: pull-aws-ebs-csi-driver-sanity
gcs_prefix: kubernetes-jenkins/logs/pull-aws-ebs-csi-driver-sanity

#
# Start dashboards
#
Expand Down Expand Up @@ -5665,6 +5673,18 @@ dashboards:
- name: autoscaling-vpa-full
test_group_name: ci-kubernetes-e2e-autoscaling-vpa-full

- name: sig-aws-ebs-csi-driver
dashboard_tab:
- name: verify
test_group_name: pull-aws-ebs-disk-csi-driver-verify
description: "aws ebs csi driver basic code verifiction"
- name: unit-test
test_group_name: pull-aws-ebs-csi-driver-unit
description: "aws ebs csi driver unit test"
- name: sanity-test
test_group_name: pull-aws-ebs-csi-driver-sanity
description: "aws ebs csi driver sanity test"

- name: sig-cli-master
dashboard_tab:
- name: gce
Expand Down Expand Up @@ -7365,6 +7385,10 @@ dashboard_groups:
- sig-api-machinery-kube-storage-version-migrator
- sig-api-machinery-structured-merge-diff

- name: sig-aws
dashboard_names:
- sig-aws-ebs-csi-driver

- name: sig-cli
dashboard_names:
- sig-cli-master
Expand Down

0 comments on commit c816e3b

Please sign in to comment.