Commit 925cad81 by Jamie Madill

Add a presubmit builder.

This runs the run_presubmit canned recipe. It should work the same as it would in Chromium or Dawn or most other repos. It should prevent rollers and devs from landing several common types of dirty changes. This CL adds the builder that then we can test manually before adding it to the CQ. Bug: angleproject:3288 Change-Id: I45e78669d0b6c34cef50ab9cb45c33a1b8bb6aca Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1548293Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 310294ad
...@@ -118,6 +118,16 @@ buckets { ...@@ -118,6 +118,16 @@ buckets {
} }
builders { builders {
name: "presubmit"
dimensions: "os:Ubuntu-14.04"
recipe {
name: "run_presubmit"
properties: "repo_name:angle"
properties_j: "runhooks:true"
}
}
builders {
name: "linux-clang-dbg" name: "linux-clang-dbg"
mixins: "linux" mixins: "linux"
mixins: "clang" mixins: "clang"
......
...@@ -90,6 +90,9 @@ consoles { ...@@ -90,6 +90,9 @@ consoles {
manifest_name: "PATCHED" manifest_name: "PATCHED"
builders { builders {
name: "buildbucket/luci.angle.try/presubmit"
}
builders {
name: "buildbucket/luci.angle.try/linux-clang-dbg" name: "buildbucket/luci.angle.try/linux-clang-dbg"
category: "linux|clang" category: "linux|clang"
short_name: "dbg" short_name: "dbg"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment