Skip to content

Commit

Permalink
Include vendor dir instead of Gopkg in prow config (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougangliu authored and k8s-ci-robot committed May 16, 2019
1 parent ed44eb0 commit cb6113e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prow_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ workflows:
- test/workflows/*
- manifests/v1alpha1/*
- scripts/v1alpha1/*
- Gopkg*
- vendor/*
params:
registry: "gcr.io/kubeflow-ci"
# The postsubmit run publishes the docker images to gcr.io/kubeflow-images-public
Expand Down Expand Up @@ -76,7 +76,7 @@ workflows:
- pkg/util/v1alpha1/*
- test/scripts/v1alpha1/*
- test/workflows/*
- Gopkg*
- vendor/*
params:
registry: "gcr.io/kubeflow-images-public"
- app_dir: kubeflow/katib/test/workflows
Expand Down Expand Up @@ -118,7 +118,7 @@ workflows:
- test/workflows/*
- manifests/v1alpha2/*
- scripts/v1alpha2/*
- Gopkg*
- vendor/*
params:
registry: "gcr.io/kubeflow-ci"
- app_dir: kubeflow/katib/test/workflows
Expand Down Expand Up @@ -157,6 +157,6 @@ workflows:
- pkg/util/v1alpha2/*
- test/scripts/v1alpha2/*
- test/workflows/*
- Gopkg*
- vendor/*
params:
registry: "gcr.io/kubeflow-images-public"

0 comments on commit cb6113e

Please sign in to comment.