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

Unified Diff: testing/commit_queue/config.json

Issue 1033033002: Moved verifier specific properties into verifier configs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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 94c8579d8ce981cee5672b75412c0e23f571dbca..26edfd9193ee777b516533c08fc714b841c22cf2 100644
--- a/testing/commit_queue/config.json
+++ b/testing/commit_queue/config.json
@@ -1,7 +1,6 @@
{
"commit_burst_delay": 60,
"commit_user": "commit-bot@chromium.org",
- "committer_project": "v8",
"cq_status_url": "https://chromium-cq-status.appspot.com",
"git_repo_url": "https://chromium.googlesource.com/v8/v8",
"hide_ref_in_committed_msg": true,
@@ -16,11 +15,14 @@
"skip_throttle_users": [
"commit-bot@chromium.org"
],
- "tree_status_url": "https://v8-status.appspot.com",
"verifiers_no_patch": {
"experimental_try_job_verifier": {},
- "reviewer_lgtm_verifier": {},
- "tree_status_verifier": {},
+ "reviewer_lgtm_verifier": {
+ "committer_project": "v8"
+ },
+ "tree_status_verifier": {
+ "tree_status_url": "https://v8-status.appspot.com"
+ },
"try_job_verifier": {
"launched": {
"tryserver.v8": {
« 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