We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14fd9c commit 61c9807Copy full SHA for 61c9807
playbooks/kind-integration-test-arm64/run.yaml
@@ -18,6 +18,9 @@
18
- name: Run e2e tests
19
shell:
20
cmd: |
21
+ # Swith to bazel 0.26.1
22
+ cp /opt/bazel/bazel-0.26.1/bazel /usr/local/bin
23
+
24
export LOG_DIR='{{ k8s_log_dir }}'
25
# Add a walk-around start time to the e2e.log file to make the
26
# upload step running
0 commit comments