Adapt Tricium project config

* the project config is removed (no more "name" field)
* repository details have been added
* new fields for service accounts have been added

The selections sections are now sorted alphabetically by function name.

Change-Id: I9a1994852deff99a1e93c9e95221e49228d83abd
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/tricium-dev.cfg b/tricium-dev.cfg
index 7f80196..fe4c858 100644
--- a/tricium-dev.cfg
+++ b/tricium-dev.cfg
@@ -1,16 +1,25 @@
-name: "gerrit-tricium-integration"
-
 acls {
   role: REQUESTER
   group: "tricium-gerrit-requesters"
 }
 
 selections {
+  function: "GitFileIsolator"
+  platform: UBUNTU
+}
+
+selections {
   function: "Spacey"
   platform: UBUNTU
 }
 
-selections {
-  function: "GitFileIsolator"
-  platform: UBUNTU
+repos {
+  gerrit_project {
+    host: "gerrit-review.googlesource.com"
+    project: "gerrit"
+    git_url: "https://gerrit.googlesource.com/gerrit"
+  }
 }
+
+service_account: "tricium-dev@appspot.gserviceaccount.com"
+swarming_service_account: "swarming@tricium-dev.iam.gserviceaccount.com"