Skip to content

Commit

Permalink
Fix prow to trigger corresponding workflow (#520)
Browse files Browse the repository at this point in the history
* Fix prow to trigger corresponding workflow

* fix studyjob subdir
  • Loading branch information
hougangliu authored and k8s-ci-robot committed May 15, 2019
1 parent e6ddcb8 commit e1d69aa
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions prow_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ workflows:
job_types:
- presubmit
include_dirs:
- pkg/api/operators/*
- pkg/api/operators/apis/studyjob/*
- pkg/api/operators/apis/*.go
- pkg/api/health/*
- pkg/api/v1alpha1/*
- pkg/common/v1alpha1/*
Expand Down Expand Up @@ -35,6 +36,8 @@ workflows:
- test/e2e/v1alpha1/*
- test/scripts/v1alpha1/*
- test/workflows/*
- manifests/v1alpha1/*
- scripts/v1alpha1/*
params:
registry: "gcr.io/kubeflow-ci"
# The postsubmit run publishes the docker images to gcr.io/kubeflow-images-public
Expand All @@ -44,7 +47,8 @@ workflows:
job_types:
- postsubmit
include_dirs:
- pkg/api/operators/*
- pkg/api/operators/apis/studyjob/*
- pkg/api/operators/apis/*.go
- pkg/api/health/*
- pkg/api/v1alpha1/*
- pkg/common/v1alpha1/*
Expand All @@ -69,7 +73,6 @@ workflows:
- cmd/tfevent-metricscollector/Dockerfile
- cmd/ui/*
- pkg/util/v1alpha1/*
- test/e2e/v1alpha1/*
- test/scripts/v1alpha1/*
- test/workflows/*
params:
Expand All @@ -80,7 +83,10 @@ workflows:
job_types:
- presubmit
include_dirs:
- pkg/api/operators/*
- pkg/api/operators/apis/common/v1alpha2/*
- pkg/api/operators/apis/experiment/v1alpha2/*
- pkg/api/operators/apis/trial/v1alpha2/*
- pkg/api/operators/apis/*.go
- pkg/api/health/*
- pkg/api/v1alpha2/*
- pkg/common/v1alpha2/*
Expand Down Expand Up @@ -108,6 +114,8 @@ workflows:
- test/e2e/v1alpha2/*
- test/scripts/v1alpha2/*
- test/workflows/*
- manifests/v1alpha2/*
- scripts/v1alpha2/*
params:
registry: "gcr.io/kubeflow-ci"
- app_dir: kubeflow/katib/test/workflows
Expand All @@ -116,7 +124,10 @@ workflows:
job_types:
- postsubmit
include_dirs:
- pkg/api/operators/*
- pkg/api/operators/apis/common/v1alpha2/*
- pkg/api/operators/apis/experiment/v1alpha2/*
- pkg/api/operators/apis/trial/v1alpha2/*
- pkg/api/operators/apis/*.go
- pkg/api/health/*
- pkg/api/v1alpha2/*
- pkg/common/v1alpha2/*
Expand All @@ -141,7 +152,6 @@ workflows:
- cmd/tfevent-metricscollector/Dockerfile
- cmd/ui/*
- pkg/util/v1alpha2/*
- test/e2e/v1alpha2/*
- test/scripts/v1alpha2/*
- test/workflows/*
params:
Expand Down

0 comments on commit e1d69aa

Please sign in to comment.