Skip to content

Commit 61c9807

Browse files
authored
Use old bazel for kind (apache#604)
Use old bazel for kind
1 parent c14fd9c commit 61c9807

File tree

1 file changed

+3
-0
lines changed
  • playbooks/kind-integration-test-arm64

1 file changed

+3
-0
lines changed

playbooks/kind-integration-test-arm64/run.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
- name: Run e2e tests
1919
shell:
2020
cmd: |
21+
# Swith to bazel 0.26.1
22+
cp /opt/bazel/bazel-0.26.1/bazel /usr/local/bin
23+
2124
export LOG_DIR='{{ k8s_log_dir }}'
2225
# Add a walk-around start time to the e2e.log file to make the
2326
# upload step running

0 commit comments

Comments
 (0)