diff --git a/prow_config.yaml b/prow_config.yaml index 0bbf251bc..47e737f89 100644 --- a/prow_config.yaml +++ b/prow_config.yaml @@ -13,3 +13,15 @@ workflows: useIstio: true version: master configPath: bootstrap/config/kfctl_gcp_iap.yaml + - app_dir: kubeflow/kfctl/testing/workflows + component: kfctl_go_test + name: kfctl-k8s-istio-test + job_types: + - presubmit + params: + platform: gke + gkeApiVersion: v1 + workflowName: kfctl-go + useIstio: true + version: master + configPath: bootstrap/config/kfctl_k8s_istio.yaml diff --git a/testing/workflows/components/params.libsonnet b/testing/workflows/components/params.libsonnet index b26ea9926..c4f1a65de 100644 --- a/testing/workflows/components/params.libsonnet +++ b/testing/workflows/components/params.libsonnet @@ -16,5 +16,17 @@ useIstio: "true", configPath: "bootstrap/config/kfctl_gcp_iap.yaml", }, + kfctl_k8s_istio_test: { + bucket: "kubeflow-ci_temp", + name: "somefakename", + namespace: "kubeflow-test-infra", + prow_env: "", + deleteKubeflow: true, + gkeApiVersion: "v1", + workflowName: "kfctl-go", + useBasicAuth: "false", + useIstio: "true", + configPath: "bootstrap/config/kfctl_k8s_istio.yaml", + }, }, }