Skip to content

Commit

Permalink
Enable suggestion-random image build and push in CI (kubeflow#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougangliu authored and k8s-ci-robot committed May 17, 2019
1 parent 41152dd commit bd39447
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions test/scripts/v1alpha2/build-suggestion-random.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

# This shell script is used to build an image from our argo workflow

exit 0

set -o errexit
set -o nounset
set -o pipefail
Expand Down
1 change: 1 addition & 0 deletions test/scripts/v1alpha2/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ echo "VERSION ${VERSION}"

sed -i -e "s@image: katib\/katib-controller@image: ${REGISTRY}\/${REPO_NAME}\/v1alpha2\/katib-controller:${VERSION}@" manifests/v1alpha2/katib-controller/katib-controller.yaml
sed -i -e "s@image: katib\/katib-manager@image: ${REGISTRY}\/${REPO_NAME}\/v1alpha2\/katib-manager:${VERSION}@" manifests/v1alpha2/katib/manager/deployment.yaml
sed -i -e "s@image: katib\/suggestion-random@image: ${REGISTRY}\/${REPO_NAME}\/v1alpha2\/suggestion-random:${VERSION}@" manifests/v1alpha2/katib/suggestion/random/deployment.yaml

./scripts/v1alpha2/deploy.sh

Expand Down

0 comments on commit bd39447

Please sign in to comment.