Infrastructure: Temporarily switch Android builders to experimental.
This is until android test runner can work on machines with multiple Android devices connected. For example, https://luci-milo.appspot.com/swarming/prod/301cd578e232c010 BUG=618641 R=mab@google.com Change-Id: I1b8460c1572b474af772aeb8e437b2599aea2a97 Reviewed-on: https://boringssl-review.googlesource.com/8848 Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
This commit is contained in:
parent
8b466e3644
commit
0af8240d4e
@ -12,10 +12,22 @@ verifiers {
|
||||
buckets {
|
||||
name: "client.boringssl"
|
||||
|
||||
builders { name: "android_aarch64" }
|
||||
builders { name: "android_aarch64_rel" }
|
||||
builders { name: "android_arm" }
|
||||
builders { name: "android_arm_rel" }
|
||||
builders {
|
||||
name: "android_aarch64"
|
||||
experiment_percentage: 100
|
||||
}
|
||||
builders {
|
||||
name: "android_aarch64_rel"
|
||||
experiment_percentage: 100
|
||||
}
|
||||
builders {
|
||||
name: "android_arm"
|
||||
experiment_percentage: 100
|
||||
}
|
||||
builders {
|
||||
name: "android_arm_rel"
|
||||
experiment_percentage: 100
|
||||
}
|
||||
|
||||
builders { name: "linux" }
|
||||
builders { name: "linux32" }
|
||||
|
Loading…
Reference in New Issue
Block a user