Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
adds kfctl_k8s_istio config as a pre-submit test
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftdiaries committed Aug 20, 2019
1 parent 3a1eb06 commit 3794007
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions prow_config.yaml
Expand Up @@ -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
12 changes: 12 additions & 0 deletions testing/workflows/components/params.libsonnet
Expand Up @@ -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",
},
},
}

0 comments on commit 3794007

Please sign in to comment.