summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <ekempin@google.com>2017-10-10 08:47:56 +0200
committerEdwin Kempin <ekempin@google.com>2017-10-10 08:47:56 +0200
commit4f65f038b0d5e039464dd4334e1e3d500fdb183d (patch)
tree1fac4630808066057e58d772a326504e9aa536d6
Add Tricium prod config
Tricium is a code analysis pipeline [1] that runs analysers on Gerrit changes and then reports back findings as robot comments. As Gerrit team we want to dogfood Tricium and see how the integration with robot comments works. For the start we only configure the Spacey analyzer that detects issues with spacing: * TabSpaceMix: A Mix of tabs and spaces. * TrailingSpace: Trailing spaces on a line. [1] https://docs.google.com/document/d/1uCTK2v5BKcUSMaiObsg_NZSsyULS8K2eTya7ZAPQx_U/edit?pli=1#heading=h.yyvfv0wbd39u Change-Id: Ia81cd5165f5a7a777f2b1657ec85d2c513924e0b Signed-off-by: Edwin Kempin <ekempin@google.com>
-rw-r--r--tricium-prod.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/tricium-prod.cfg b/tricium-prod.cfg
new file mode 100644
index 0000000000..3f9d0a19ef
--- /dev/null
+++ b/tricium-prod.cfg
@@ -0,0 +1,6 @@
+name: "gerrit-tricium-integration"
+
+selections {
+ analyzer: "Spacey"
+ platform: UBUNTU
+}