forked from kserve/kserve
-
Notifications
You must be signed in to change notification settings - Fork 1
/
prow_config.yaml
34 lines (34 loc) · 857 Bytes
/
prow_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file configures the workflows to trigger in our Prow jobs.
# see https://github.com/kubeflow/testing/blob/master/py/kubeflow/testing/run_e2e_workflow.py
workflows:
- app_dir: kubeflow/kfserving/test/workflows
component: workflows
name: e2e
job_types:
- presubmit
include_dirs:
- pkg/*
- cmd/*
- config/*
- test/*
- hack/*
- Dockerfile
- Makefile
- python/*
- vendor/*
params:
registry: "gcr.io/kubeflow-ci"
# The postsubmit run publishes the docker images to gcr.io/kubeflow-images-public
- app_dir: kubeflow/kfserving/test/workflows
component: workflows
name: e2e-release
job_types:
- postsubmit
include_dirs:
- pkg/*
- cmd/*
- Dockerfile
- python/*
- vendor/*
params:
registry: "gcr.io/kubeflow-images-public"