Skip to content

Commit a82b996

Browse files
authored
Add CI jobs for 5.x and 6.x releases (#1087)
* Add CI jobs for 5.x and 6.x releases * Fix * More * Testing...... * Change to rebuild * Revert and comment the 5.x tests out
1 parent ba0f832 commit a82b996

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,23 @@ tasks:
4242
# Override the default worker strategy for remote builds (worker strategy
4343
# cannot be used with remote builds)
4444
- "--strategy=KotlinCompile=remote"
45+
# TODO: Enable these tests once this example is building against the release rules_kotlin binary
46+
# example-android-5.x:
47+
# name: "Example - Android using Bazel 5.x"
48+
# platform: ubuntu1804
49+
# working_directory: examples/android
50+
# bazel: 5.4.1
51+
# test_targets:
52+
# - //app:all
53+
example-android-6.x:
54+
name: "Example - Android using Bazel 6.x"
55+
platform: ubuntu1804
56+
working_directory: examples/android
57+
bazel: 6.4.0
58+
test_flags:
59+
- "--enable_bzlmod=false"
60+
test_targets:
61+
- //app:all
4562
example-android:
4663
name: "Example - Android"
4764
platform: ubuntu1804

0 commit comments

Comments
 (0)