summaryrefslogtreecommitdiff
path: root/.bazelci/presubmit.yml
blob: 45b7c061379c870e6d4f75cbbf31378565d89de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
platforms:
  ubuntu1404:
    test_targets:
    - "//:all_tests"
  ubuntu1604:
    test_targets:
    - "//:all_tests"
  rbe_ubuntu1604:
    test_targets:
    - "--"
    - "//src/test/kotlin/io/bazel/kotlin/builder:builder_tests"
    # KotlinJvmDaggerExampleTest and KotlinJvmKaptAssertionTest are not remote
    # execution compatible, do not run them for now.
    - "//src/test/kotlin/io/bazel/kotlin:KotlinJvmFriendsVisibilityTest"
    - "//src/test/kotlin/io/bazel/kotlin:KotlinJvmBasicAssertionTest"
    test_flags:
    # Override the default worker strategy for remote builds (worker strategy
    # cannot be used with remote builds)
    - "--strategy=KotlinCompile=remote"
  macos:
    test_targets:
    - "//:all_tests"