[test-suite] r319667 - [test-suite] Set up .arcconfig to point to new Diffusion T repository

Ben Hamilton via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 09:56:32 PST 2017


Author: benhamilton
Date: Mon Dec  4 09:56:32 2017
New Revision: 319667

URL: http://llvm.org/viewvc/llvm-project?rev=319667&view=rev
Log:
[test-suite] Set up .arcconfig to point to new Diffusion T repository

Summary:
We want to automatically copy the appropriate mailing list
for review requests to the test-suite repository.

For context, see the proposal and discussion here:

http://lists.llvm.org/pipermail/cfe-dev/2017-November/056032.html

Similar to D40179, I set up a new Diffusion repository with callsign
"T" for test-suite:

https://reviews.llvm.org/source/test-suite/

This explicitly updates test-suite's .arcconfig to point to the new
T repository in Diffusion, which will let us use Herald rule H270.

Reviewers: klimek, sammccall

Reviewed By: sammccall

Subscribers: llvm-commits, dlj, bkramer

Differential Revision: https://reviews.llvm.org/D40502

Modified:
    test-suite/trunk/.arcconfig

Modified: test-suite/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/.arcconfig?rev=319667&r1=319666&r2=319667&view=diff
==============================================================================
--- test-suite/trunk/.arcconfig (original)
+++ test-suite/trunk/.arcconfig Mon Dec  4 09:56:32 2017
@@ -1,4 +1,4 @@
 {
-  "project_id" : "test-suite",
+  "repository.callsign" : "T",
   "conduit_uri" : "https://reviews.llvm.org/"
 }




More information about the llvm-commits mailing list