You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .bazelci/presubmit.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,12 @@ tasks:
56
56
platform: ubuntu1804
57
57
shell_commands:
58
58
- "./test_rules_scala.sh"
59
+
test_rules_scala_linux_latest:
60
+
name: "./test_rules_scala (latest bazel)"
61
+
platform: ubuntu1804
62
+
bazel: latest
63
+
shell_commands:
64
+
- "./test_rules_scala.sh || buildkite-agent annotate --style 'warning' \"Optional build with latest Bazel version failed, [see here](${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}) (It is not mandatory but worth checking)\""
0 commit comments