From cb6113ea5aa9b066f0181eb2953d095a79112d3a Mon Sep 17 00:00:00 2001 From: Hougang Liu Date: Thu, 16 May 2019 01:21:42 -0500 Subject: [PATCH] Include vendor dir instead of Gopkg in prow config (#536) --- prow_config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prow_config.yaml b/prow_config.yaml index e7889327344..2ac8eca5a36 100644 --- a/prow_config.yaml +++ b/prow_config.yaml @@ -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 @@ -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 @@ -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 @@ -157,6 +157,6 @@ workflows: - pkg/util/v1alpha2/* - test/scripts/v1alpha2/* - test/workflows/* - - Gopkg* + - vendor/* params: registry: "gcr.io/kubeflow-images-public"