Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,7 @@ presubmits:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-master
command:
- /bin/bash
args:
- -c
- |
if [ -f Makefile ]; then
make test
else
REPO_ROOT=$(git rev-parse --show-toplevel);
if [[ -f "${REPO_ROOT}/.bazelversion" ]]; then
export BAZEL_VERSION=$(cat "${REPO_ROOT}/.bazelversion");
echo "BAZEL_VERSION set to ${BAZEL_VERSION}";
else
export BAZEL_VERSION="5.3.0";
echo "BAZEL_VERSION - Falling back to 5.3.0";
fi;
/workspace/test-infra/images/kubekins-e2e/install-bazel.sh;
bazel test --test_output=errors -- //... -//vendor/...
fi
- dev/ci/presubmits/cloud-provider-gcp-tests
resources:
limits:
cpu: 4
Expand Down