diff options
-rw-r--r-- | test/art_build_rules.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/art_build_rules.py b/test/art_build_rules.py index ad05aff648..9d2da64678 100644 --- a/test/art_build_rules.py +++ b/test/art_build_rules.py @@ -32,8 +32,8 @@ import zipfile from shutil import rmtree from os import remove -USE_RBE_FOR_JAVAC = 40 # Percentage of tests that can use RBE (between 0 and 100) -USE_RBE_FOR_D8 = 40 # Percentage of tests that can use RBE (between 0 and 100) +USE_RBE_FOR_JAVAC = 100 # Percentage of tests that can use RBE (between 0 and 100) +USE_RBE_FOR_D8 = 100 # Percentage of tests that can use RBE (between 0 and 100) def rm(*patterns): for pattern in patterns: |