| 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
|
| }
|
|
|