Merge "Recognizing Launcher builds consisting only of digits" into sc-v2-dev am: 90a9982b36 am: 3bf362fe30

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16285317

Change-Id: I9267f7bef72eb9f23afd4417c6c46380a79aae5d
This commit is contained in:
Alex Chau
2021-11-18 10:45:04 +00:00
committed by Automerger Merge Worker
@@ -41,7 +41,7 @@ public class TestStabilityRule implements TestRule {
Pattern.compile("^("
+ "(?<local>(BuildFromAndroidStudio|"
+ "([0-9]+|[A-Z])-eng\\.[a-z]+\\.[0-9]+\\.[0-9]+))|"
+ "(?<platform>[A-Z]([a-z]|[0-9])*)"
+ "(?<platform>([A-Z][a-z]*[0-9]*|[0-9]+)*)"
+ ")$");
private static final Pattern PLATFORM_BUILD =
Pattern.compile("^("