Skip to content

Commit d76ff0a

Browse files
swiftdiariesk8s-ci-robot
authored andcommitted
adds kfctl E2E test (kubeflow#139)
run on presubmit instead of postsubmit adds workflow for kfctl go test adds util.libsonnet adds workflow libsonnet from kubeflow/kubeflow adds kfctl go test to params.libsonnet minor fix git fetch kubeflow/kubeflow set version to master for workflow
1 parent 697b092 commit d76ff0a

File tree

6 files changed

+1343
-0
lines changed

6 files changed

+1343
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*.idea
22
go.mod
33
go.sum
4+
.vscode
5+
.DS_Store

prow_config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ workflows:
66
name: e2e
77
job_types:
88
- presubmit
9+
# Run kfctl E2E
10+
- app_dir: kubeflow/manifests/tests/workflows
11+
component: kfctl_go_test
12+
name: kfctl-go
13+
job_types:
14+
- presubmit
15+
params:
16+
platform: gke
17+
gkeApiVersion: v1
18+
workflowName: kfctl-go
19+
useIstio: true
20+
version: master

0 commit comments

Comments
 (0)