commit | aeb5a1288c0241d717fb01c9f5e611f4042dac5c | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Fri Oct 20 14:00:11 2017 -0700 |
committer | Clark Boylan <clark.boylan@gmail.com> | Mon Oct 23 12:53:01 2017 -0700 |
tree | 08350ddaa85c72d3c98b78c21722558191e05e88 | |
parent | a96c9b3b7a11212a440f1f09a98a990105e9e041 [diff] |
Only autohold failed builds We have discovered that in a gate reseting situation we will autohold aborted builds. This is problematic because we want to hold the failed jobs that cause the gate to reset. This appears to happen because we don't explicitly check the build status before holding and instead hold any build that has completed and has an auto hold request. Change the behavior to only hold failing jobs. Change-Id: I93a68ea8dbf87d10ea3e5a35ccaf421dd4d15875