Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(954)

Unified Diff: testing/commit_queue/config.json

Issue 956743002: Add linux_arm_compile to the CQ as a 10 percent experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_pepper_42
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/commit_queue/config.json
diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json
index f4481929876fc311ee2d7ac2fa1b0bb3d55daa3a..6ad31963995e7864cf3e7e5786641c545195f314 100644
--- a/testing/commit_queue/config.json
+++ b/testing/commit_queue/config.json
@@ -1,13 +1,14 @@
{
"experimental_tryjobs": {
"10 percent experiment": {
- "percentage": 0.1,
+ "percentage": 0.10,
"trybots": {
"launched": {
"tryserver.chromium.linux": {
"cast_shell": ["defaulttests"],
"cast_shell_apk": ["defaulttests"],
"linux_android_rel_ng": ["defaulttests"],
+ "linux_arm_compile": ["defaulttests"],
"linux_chromium_asan_rel_ng": ["defaulttests"]
},
"tryserver.chromium.mac": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698