kokoro: use bazel 2.27.1

The latest version 2.28.0 doesn't work:
./runsc/linux_amd64_pure_stripped/runsc: operation not permitted, want 0

PiperOrigin-RevId: 257663312
This commit is contained in:
Andrei Vagin
2019-07-11 12:53:19 -07:00
committed by gVisor bot
parent 7581e84cb6
commit a018b229b5
+2 -1
View File
@@ -45,7 +45,8 @@ readonly TEST_PACKAGES=("//pkg/..." "//runsc/..." "//tools/...")
#######################
# Install the latest version of Bazel and log the version.
(which use_bazel.sh && use_bazel.sh latest) || which bazel
# FIXME(b/137285694): Unable to build runsc with bazel 0.28.0.
(which use_bazel.sh && use_bazel.sh 0.27.1) || which bazel
bazel version
# Load the kvm module.