Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 9f57460

Browse files
committedNov 6, 2017
Update custom-tabs-client to use Gerrit for codereview
Bug: 766215 Change-Id: Ia9ca9ac9f95ceb3b0c0879fef1c42809c27ed698 Reviewed-on: https://chromium-review.googlesource.com/755479 Reviewed-by: Yusuf Ozuysal <yusufo@chromium.org>
1 parent cff0610 commit 9f57460

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed
 

‎codereview.settings

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# This file is used by 'git cl' to get repository specific information.
2-
CODE_REVIEW_SERVER: codereview.chromium.org
3-
#CC_LIST:
4-
VIEW_VC: https://github.com/GoogleChrome/custom-tabs-client/commit/
1+
# This file is used by 'git cl' to get repository-specific information.
2+
GERRIT_HOST: True
53
PROJECT: custom-tabs-client
4+
VIEW_VC: https://chromium.googlesource.com/custom-tabs-client/+/

‎infra/config/cq.cfg

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33

44
version: 1
55
cq_name: "custom-tabs-client"
6-
git_repo_url: "https://github.com/GoogleChrome/custom-tabs-client.git"
6+
git_repo_url: "https://chromium.googlesource.com/custom-tabs-client"
77
cq_status_url: "https://chromium-cq-status.appspot.com"
88

9-
rietveld {
10-
url: "https://codereview.chromium.org"
11-
}
9+
gerrit {}
1210

1311
verifiers {
14-
reviewer_lgtm {
15-
committer_list: "project-chromium-committers"
12+
gerrit_cq_ability {
13+
committer_list: "project-chromium-committers"
14+
dry_run_access_list: "project-chromium-tryjob-access"
1615
}
1716

1817
try_job {

0 commit comments

Comments
 (0)
This repository has been archived.