Skip to content

Commit

Permalink
Update prow_config.yaml (kserve#2194)
Browse files Browse the repository at this point in the history
Update prow_config file

Signed-off-by: ci-bot <[email protected]>
  • Loading branch information
aws-kf-ci-bot authored May 30, 2022
1 parent 825ee95 commit d0d6786
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions prow_config.yaml
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"

0 comments on commit d0d6786

Please sign in to comment.