Skip to content

Commit

Permalink
Run ios-device, ios-device-xcode-clang, and ios-simulator-xcode-clang…
Browse files Browse the repository at this point in the history
… at 10%.

ios-device has a very long pending queue at 100%, and I'd still like
to get timing information from the other two.

TBR=dpranke@chromium.org

Bug: 740301
Change-Id: I52caba49f65add51e7b1cae3b9ea175dd4d56e36
Reviewed-on: https://chromium-review.googlesource.com/587422
Commit-Queue: John Budorick <jbudorick@chromium.org>
Reviewed-by: smut <smut@google.com>
Cr-Commit-Position: refs/heads/master@{#489810}
  • Loading branch information
jbudorick authored and Commit Bot committed Jul 27, 2017
1 parent d8fc64d commit 57a70ec
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions infra/config/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,19 @@ verifiers {
# https://crbug.com/739556; make this non-experimental ASAP.
builders {
name: "ios-device"
experiment_percentage: 100
experiment_percentage: 10
}
# https://crbug.com/739556
# builders { name: "ios-device-xcode-clang" }
builders {
name: "ios-device-xcode-clang"
experiment_percentage: 10
}
builders { name: "ios-simulator" }
# builders { name: "ios-simulator-xcode-clang" }
# https://crbug.com/739556
builders {
name: "ios-simulator-xcode-clang"
experiment_percentage: 10
}
builders { name: "mac_chromium_compile_dbg_ng" }
builders { name: "mac_chromium_rel_ng" }
}
Expand Down

0 comments on commit 57a70ec

Please sign in to comment.