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 a9cad8b commit 3b9c834Copy full SHA for 3b9c834
.bazelci/presubmit.yml
@@ -37,10 +37,10 @@ tasks:
37
# Install xmllint
38
- sudo apt update && sudo apt install -y libxml2-utils
39
- "./test_rules_scala.sh"
40
- test_rules_scala_linux_latest:
41
- name: "./test_rules_scala (latest Bazel)"
+ test_rules_scala_linux_last_green:
+ name: "./test_rules_scala (Bazel green head)"
42
platform: ubuntu2004
43
- bazel: latest
+ bazel: last_green
44
shell_commands:
45
46
0 commit comments