Skip to content

Commit

Permalink
Add kserve for testing (kubeflow#953)
Browse files Browse the repository at this point in the history
* Add kserve for testing

* Add configs for kserve
  • Loading branch information
yuzisun authored Jul 24, 2021
1 parent 691a967 commit 66840d3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,20 @@ data:
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]
kserve/kserve:
- name: kubeflow-kserve-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
decorate: false
labels:
preset-aws-cred: "true"
always_run: true
spec:
containers:
- image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]
kubeflow/kubeflow:
- name: kubeflow-kubeflow-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ data:
- trigger
kubeflow/kfserving:
- trigger
kserve/kserve:
- trigger
kubeflow/kubeflow:
- trigger
kubeflow/manifests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,20 @@ presubmits:
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]

kserve/kserve:
- name: kubeflow-kserve-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
decorate: false
labels:
preset-aws-cred: "true"
always_run: true
spec:
containers:
- image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]

kubeflow/kubeflow:
- name: kubeflow-kubeflow-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins:
- trigger
kubeflow/kfserving:
- trigger
kserve/kserve:
- trigger
kubeflow/kubeflow:
- trigger
kubeflow/manifests:
Expand Down

0 comments on commit 66840d3

Please sign in to comment.