Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build operator image when running e2e locally #1172

Merged
merged 3 commits into from
Dec 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions testing/scripts/kind_test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ if [[ ${KIND_EXIT_VALUE} -eq 0 ]]; then
## RUNNING TESTS AND CAPTURING ERROR
make test
TEST_EXIT_VALUE=$?
else
echo "Existing kind cluster or failure starting - ${KIND_EXIT_VALUE}"
fi

# DELETE KIND CLUSTER
Expand Down
1 change: 1 addition & 0 deletions testing/scripts/kind_test_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ make s2i_build_base_images

make kind_create_cluster
export KUBECONFIG="$(kind get kubeconfig-path)"
make kind_build_images
make kind_setup