Skip to content

Commit

Permalink
Re-enable simplechrome on tryserver.
Browse files Browse the repository at this point in the history
The builders are passing and building non-buggy targets now, so this should
be safe.

BUG=chromium:503659
TEST=None

Review URL: https://codereview.chromium.org/1210353005

Cr-Commit-Position: refs/heads/master@{#339352}
  • Loading branch information
danjacques authored and Commit bot committed Jul 17, 2015
1 parent 5f4a84b commit 70dd12c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions infra/config/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,9 @@ verifiers {
builders { name: "android_compile_dbg" }
builders { name: "cast_shell_android" }
builders { name: "cast_shell_linux" }
builders {
name: "chromeos_x86-generic_chromium_compile_only_ng"
experiment_percentage: 1.0
}
builders {
name: "chromeos_amd64-generic_chromium_compile_only_ng"
experiment_percentage: 1.0
}
builders {
name: "chromeos_daisy_chromium_compile_only_ng"
experiment_percentage: 1.0
}
builders { name: "chromeos_x86-generic_chromium_compile_only_ng" }
builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" }
builders { name: "chromeos_daisy_chromium_compile_only_ng" }
builders { name: "chromium_presubmit" }
builders { name: "linux_android_rel_ng" }
builders { name: "linux_arm_compile" }
Expand Down

0 comments on commit 70dd12c

Please sign in to comment.