From b20050b8e61027c1232ee7de6612b41fc31f940c Mon Sep 17 00:00:00 2001 From: Eric Wolinetz Date: Fri, 20 Sep 2019 09:01:54 -0500 Subject: [PATCH] Adding aws e2e proxy dashboards for 4.2 --- config/testgrids/openshift/openshift.yaml | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/config/testgrids/openshift/openshift.yaml b/config/testgrids/openshift/openshift.yaml index 91e725a84428..cf5db84b16ee 100644 --- a/config/testgrids/openshift/openshift.yaml +++ b/config/testgrids/openshift/openshift.yaml @@ -30,6 +30,10 @@ test_groups: gcs_prefix: origin-ci-test/logs/canary-openshift-ocp-installer-e2e-aws-fips-4.2 - name: canary-openshift-ocp-installer-e2e-aws-fips-serial-4.2 gcs_prefix: origin-ci-test/logs/canary-openshift-ocp-installer-e2e-aws-fips-serial-4.2 +- name: canary-openshift-ocp-installer-e2e-aws-proxy-4.2 + gcs_prefix: origin-ci-test/logs/canary-openshift-ocp-installer-e2e-aws-proxy-4.2 +- name: canary-openshift-ocp-installer-e2e-aws-proxy-serial-4.2 + gcs_prefix: origin-ci-test/logs/canary-openshift-ocp-installer-e2e-aws-proxy-serial-4.2 - name: canary-openshift-ocp-installer-console-aws-4.2 gcs_prefix: origin-ci-test/logs/canary-openshift-ocp-installer-console-aws-4.2 - name: canary-openshift-ocp-installer-e2e-azure-4.2 @@ -317,6 +321,46 @@ dashboards: code_search_path: github.com/openshift/origin/search # URL for regression search links. code_search_url_template: # The URL template to visit when searching for changelists url: https://github.com/openshift/origin/compare/... + - name: redhat-canary-openshift-ocp-installer-e2e-aws-proxy-4.2 + description: Runs Kubernetes e2e tests against an OpenShift 4.2 OCP cluster running on AWS with Proxy enabled. + test_group_name: canary-openshift-ocp-installer-e2e-aws-proxy-4.2 + base_options: width=10 + open_test_template: # The URL template to visit after clicking on a cell + url: https://prow.svc.ci.openshift.org/view/gcs// + file_bug_template: # The URL template to visit when filing a bug + url: https://github.com/openshift/origin/issues/new + options: + - key: title + value: 'E2E: ' + - key: body + value: + open_bug_template: # The URL template to visit when visiting an associated bug + url: https://github.com/openshift/origin/issues/ + results_url_template: # The URL template to visit after clicking + url: https://prow.svc.ci.openshift.org/job-history/ + code_search_path: github.com/openshift/origin/search # URL for regression search links. + code_search_url_template: # The URL template to visit when searching for changelists + url: https://github.com/openshift/origin/compare/... + - name: redhat-canary-openshift-ocp-installer-e2e-aws-proxy-serial-4.2 + description: Runs Kubernetes serial e2e tests against an OpenShift 4.2 OCP cluster running on AWS with Proxy enabled. + test_group_name: canary-openshift-ocp-installer-e2e-aws-proxy-serial-4.2 + base_options: width=10 + open_test_template: # The URL template to visit after clicking on a cell + url: https://prow.svc.ci.openshift.org/view/gcs// + file_bug_template: # The URL template to visit when filing a bug + url: https://github.com/openshift/origin/issues/new + options: + - key: title + value: 'E2E: ' + - key: body + value: + open_bug_template: # The URL template to visit when visiting an associated bug + url: https://github.com/openshift/origin/issues/ + results_url_template: # The URL template to visit after clicking + url: https://prow.svc.ci.openshift.org/job-history/ + code_search_path: github.com/openshift/origin/search # URL for regression search links. + code_search_url_template: # The URL template to visit when searching for changelists + url: https://github.com/openshift/origin/compare/... - name: redhat-canary-openshift-ocp-installer-console-aws-4.2 description: Runs Kubernetes console e2e tests against an OpenShift 4.2 cluster. test_group_name: canary-openshift-ocp-installer-console-aws-4.2