Michael Achenbach has submitted this change and it was merged. ( https://chromium-review.googlesource.com/582948 )

Change subject: Add initial luci bucket with presubmit builder
......................................................................

Add initial luci bucket with presubmit builder

NOTRY=true

Bug: chromium:747960
Change-Id: Iea73f57ab04e25a618c5d280d93c7617c91bc547
Reviewed-on: https://chromium-review.googlesource.com/582948
Reviewed-by: Michael Achenbach <[email protected]>
---
M cr-buildbucket.cfg
1 file changed, 41 insertions(+), 0 deletions(-)

Approvals:
  Michael Achenbach: Looks good to me



diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
index c4e0e64..db777df 100644
--- a/cr-buildbucket.cfg
+++ b/cr-buildbucket.cfg
@@ -41,3 +41,44 @@
     group: "service-account-v8-master"
   }
 }
+
+buckets {
+  name: "luci.v8.try"
+
+  acls {
+    role: READER
+    group: "all"
+  }
+  acls {
+    role: SCHEDULER
+    group: "service-account-cq"
+  }
+  acls {
+    role: SCHEDULER
+    group: "project-v8-tryjob-access"
+  }
+
+  swarming {
+    hostname: "chromium-swarm.appspot.com"
+    url_format: "https://ci.chromium.org/swarming/task/{task_id}";
+    builder_defaults: {
+      pool: "Chrome"
+      execution_timeout_secs: 1800  # 30 min
+      recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build.git";
+        name: "v8"
+      }
+    }
+  }
+
+  builders {
+    name: "v8_luci_presubmit"
+    dimensions: "os:Ubuntu-14.04"
+    execution_timeout_secs: 600  # 10 min
+    recipe {
+      name: "run_presubmit"
+      properties: "repo_name:v8"
+      properties_j: "runhooks:true"
+    }
+  }
+}

--
To view, visit https://chromium-review.googlesource.com/582948
To unsubscribe, visit https://chromium-review.googlesource.com/settings

Gerrit-Project: v8/v8
Gerrit-Branch: infra/config
Gerrit-MessageType: merged
Gerrit-Change-Id: Iea73f57ab04e25a618c5d280d93c7617c91bc547
Gerrit-Change-Number: 582948
Gerrit-PatchSet: 5
Gerrit-Owner: Michael Achenbach <[email protected]>
Gerrit-Reviewer: Daniel Jacques <[email protected]>
Gerrit-Reviewer: Michael Achenbach <[email protected]>
Gerrit-Reviewer: Nodir Turakulov <[email protected]>
Gerrit-Reviewer: Robbie Iannucci <[email protected]>

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to