summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <ekempin@google.com>2018-05-14 09:17:20 +0200
committerEdwin Kempin <ekempin@google.com>2018-05-16 10:22:07 +0200
commit2283d054bd82500253e3642d240c670375ece9db (patch)
tree827e17ef605506eb18bf4941243bad0b35985f84
parentd4b5eceea4d7c786ae54bb9b1be1fa8c3530f95b (diff)
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>
-rw-r--r--tricium-dev.cfg17
1 files changed, 13 insertions, 4 deletions
diff --git a/tricium-dev.cfg b/tricium-dev.cfg
index 7f80196d2a..fe4c858526 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: "Spacey"
+ function: "GitFileIsolator"
platform: UBUNTU
}
selections {
- function: "GitFileIsolator"
+ function: "Spacey"
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"