Skip to content

Commit

Permalink
Merge pull request #1319 from BenTheElder/killall-bazel
Browse files Browse the repository at this point in the history
stop bazel after building
  • Loading branch information
k8s-ci-robot authored Feb 7, 2020
2 parents 19ed502 + 69464f0 commit a1faf46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/ci/e2e-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ build_with_bazel() {
# make sure we have e2e requirements
bazel build //cmd/kubectl //test/e2e:e2e.test //vendor/github.com/onsi/ginkgo/ginkgo

# free up memory by terminating bazel
bazel shutdown || true
pkill ^bazel || true

# ensure the e2e script will find our binaries ...
# https://github.com/kubernetes/kubernetes/issues/68306
# TODO: remove this, it was fixed in 1.13+
Expand Down

0 comments on commit a1faf46

Please sign in to comment.