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

Unified Diff: testing/commit_queue/config.json

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 8 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 | « testing/chromoting/integration_tests.gyp ('k') | testing/iossim/OWNERS » ('j') | 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 8c0a2e7e1617dfcaca7e5c1ca9305918b793254c..aefd3c71726deb6b6912f7b8c5983f49aed1f383 100644
--- a/testing/commit_queue/config.json
+++ b/testing/commit_queue/config.json
@@ -1,14 +1,10 @@
{
"commit_burst_delay": 60,
"commit_user": "commit-bot@chromium.org",
- "committer_project": "chromium",
"cq_status_url": "https://chromium-cq-status.appspot.com",
"git_repo_url": "https://chromium.googlesource.com/chromium/src",
"hide_ref_in_committed_msg": true,
"max_commit_burst": 2,
- "project_bases": [
- ".*"
- ],
"project_bases_legacy": [
"^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
"^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$",
@@ -26,8 +22,6 @@
"skip_throttle_users": [
"commit-bot@chromium.org"
],
- "tree_status_url": "https://chromium-status.appspot.com",
- "tryserver_url": "http://build.chromium.org/p/tryserver.chromium/",
"use_buildbucket_for_tryjobs": true,
"verifiers_no_patch": {
"experimental_try_job_verifier": {
@@ -39,12 +33,6 @@
"android_amp_rel_tests_recipe": [
"defaulttests"
],
- "cast_shell": [
- "defaulttests"
- ],
- "cast_shell_apk": [
- "defaulttests"
- ],
"linux_arm_compile": [
"defaulttests"
],
@@ -94,8 +82,12 @@
}
}
},
- "reviewer_lgtm_verifier": {},
- "tree_status_verifier": {},
+ "reviewer_lgtm_verifier": {
+ "committer_project": "chromium"
+ },
+ "tree_status_verifier": {
+ "tree_status_url": "https://chromium-status.appspot.com"
+ },
"try_job_verifier": {
"launched": {
"tryserver.chromium.linux": {
@@ -111,7 +103,13 @@
"android_clang_dbg_recipe": [
"defaulttests"
],
- "android_compile_rel": [
+ "android_compile_dbg": [
+ "defaulttests"
+ ],
+ "cast_shell_android": [
+ "defaulttests"
+ ],
+ "cast_shell_linux": [
"defaulttests"
],
"chromium_presubmit": [
@@ -181,5 +179,6 @@
}
}
}
- }
+ },
+ "version": 1
}
« no previous file with comments | « testing/chromoting/integration_tests.gyp ('k') | testing/iossim/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698