Skip to content

Commit 772cdc6

Browse files
authored
Restored check with latest version (#1205)
* Restored check with latest version
1 parent a587390 commit 772cdc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ tasks:
5656
platform: ubuntu1804
5757
shell_commands:
5858
- "./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)\""
5965
test_rules_scala_macos:
6066
name: "./test_rules_scala"
6167
platform: macos

0 commit comments

Comments
 (0)