forked from opendatahub-io/kserve
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update prow_config.yaml (kserve#2194)
Update prow_config file Signed-off-by: ci-bot <[email protected]>
- Loading branch information
1 parent
825ee95
commit d0d6786
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,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: kserve/kserve/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: kserve/kserve/test/workflows | ||
component: workflows | ||
name: e2e-release | ||
job_types: | ||
- postsubmit | ||
include_dirs: | ||
- pkg/* | ||
- cmd/* | ||
- Dockerfile | ||
- python/* | ||
- vendor/* | ||
params: | ||
registry: "gcr.io/kubeflow-images-public" | ||
workflows: [] | ||
# - app_dir: kserve/kserve/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: kserve/kserve/test/workflows | ||
# component: workflows | ||
# name: e2e-release | ||
# job_types: | ||
# - postsubmit | ||
# include_dirs: | ||
# - pkg/* | ||
# - cmd/* | ||
# - Dockerfile | ||
# - python/* | ||
# - vendor/* | ||
# params: | ||
# registry: "gcr.io/kubeflow-images-public" |