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 bc5dfcf commit 14e11c2Copy full SHA for 14e11c2
.bazelci/presubmit.yml
@@ -1,16 +1,25 @@
1
---
2
platforms:
3
ubuntu1404:
4
+ shell_commands:
5
+ # Disable local disk caching on CI.
6
+ - rm -f tools/bazel.rc
7
build_targets:
8
- "//test/..."
9
test_targets:
10
11
ubuntu1604:
12
13
14
15
16
17
18
19
macos:
20
21
22
23
24
25
0 commit comments