<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 16, 2017, at 3:46 PM, Karanbir Singh <<a href="mailto:kbsingh@centos.org" class="">kbsingh@centos.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><br class="">On 16/06/17 07:09, Vinzenz Feenstra wrote:<br class=""><blockquote type="cite" class="">Hi,<br class=""><br class="">Our team uses the CentOS CI infrastructure together within GitHub PR to check those to be in shape.<br class="">At times it happens that due to programming mistakes we would like to cancel/abort jobs. As those runs take usually up to 45 minutes or even longer or sometimes are just stuck because they are waiting for user input that ofc never is going to happen.<br class=""><br class="">Is there some way to stop them?<br class=""><br class=""></blockquote><br class="">One option is to not care. Once the job is running, let it run through<br class="">to fail.<br class=""><br class="">Whats important then is to ensure your job's are not serialized. I see<br class="">you have 4 workers enabled, we can add more worker threads if needed -<br class="">but it might also be useful to enable multi-jobs so multiple CI runs for<br class="">the same job can be executed in parallel.<br class=""><br class="">That way, if you have a fix in 5 min, you can just request a new ci run,<br class="">which should start right away, not needing to wait for the first one to<br class="">finish.<br class=""><br class="">Would that help work around this specific issue ? If so, we can look at<br class="">the configs to see how best to implement it. Typically, this is just a<br class="">case of turning on a single line in the JJB.<br class=""></div></div></blockquote><div><br class=""></div><div>Yes, it would definitely help us to have them not serialized.</div><div>the JJB is this? <a href="https://github.com/leapp-to/prototype/blob/master/centos-ci/jobs/integration_test.yml" class="">https://github.com/leapp-to/prototype/blob/master/centos-ci/jobs/integration_test.yml</a></div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><br class=""><br class="">-- <br class="">Karanbir Singh<br class="">+44-207-0999389 | <a href="http://www.karan.org/" class="">http://www.karan.org/</a> | <a href="http://twitter.com/kbsingh" class="">twitter.com/kbsingh</a><br class="">GnuPG Key : <a href="http://www.karan.org/publickey.asc" class="">http://www.karan.org/publickey.asc</a><br class="">_______________________________________________<br class="">Ci-users mailing list<br class=""><a href="mailto:Ci-users@centos.org" class="">Ci-users@centos.org</a><br class="">https://lists.centos.org/mailman/listinfo/ci-users<br class=""></div></div></blockquote></div><br class=""><div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">--</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Vinzenz Feenstra</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Senior Software Developer</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Red Hat Czech</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline">
</div>
<br class=""></body></html>