From e86937f928c03919e7568359bd1713a52467a5f9 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Fri, 11 Aug 2023 08:53:46 -0700 Subject: [PATCH] Group the all_tests jobs together in presubmit.yml --- .bazelci/presubmit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 30c1f22b0..dd70b2872 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -12,6 +12,9 @@ tasks: - "//:all_tests" build_targets: - "//:rules_kotlin_release" + macos: + test_targets: + - "//:all_tests" rbe_ubuntu1604: test_targets: - "--" @@ -24,9 +27,6 @@ tasks: # Override the default worker strategy for remote builds (worker strategy # cannot be used with remote builds) - "--strategy=KotlinCompile=remote" - macos: - test_targets: - - "//:all_tests" example-android: name: "Example - Android" platform: ubuntu1804