Only run dex-default and none on linux/linux-release builders
Change-Id: I76dfd22eac1426f6d12a0102f9d5f11fccc2492f
diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg
index 959f32b..31c2578 100644
--- a/infra/config/global/cr-buildbucket.cfg
+++ b/infra/config/global/cr-buildbucket.cfg
@@ -154,7 +154,7 @@
mixins: "normal"
priority: 26
recipe {
- properties: "tool:r8"
+ properties_j: "test_options:[\"--runtimes=dex-default:none\", \"--tool=r8\", \"--no_internal\", \"--all_tests\", \"--one_line_per_test\", \"--archive_failures\"]"
}
}
builders {
@@ -189,7 +189,7 @@
mixins: "normal"
mixins: "linux"
recipe {
- properties: "tool:r8"
+ properties_j: "test_options:[\"--runtimes=dex-default:none\", \"--tool=r8\", \"--no_internal\", \"--all_tests\", \"--one_line_per_test\", \"--archive_failures\"]"
}
}
builders {