Commit 7a6e421e by Jamie Madill

Move presubmit from ci -> try.

The ci section is for continuous integration. This change should allow for the presubmit tester to show up on the list of additional trybots. Bug: angleproject:3288 Change-Id: I95ac359434557a76cb4f87a1d38aaec90879e406 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1545527Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 6cb0cff5
......@@ -118,16 +118,6 @@ buckets {
}
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"
mixins: "linux"
mixins: "clang"
......@@ -259,6 +249,16 @@ buckets {
}
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"
mixins: "linux"
mixins: "clang"
......
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