<div dir="ltr">---<br>title: "Week 8"<br>date: 2023-07-20<br>---<br><br>### Result archive<br><br>Every time Jenkins runs the model, the inference results will be saved to `probability.csv`, which is archived by Jenkins.<br><br>### Jenkins integration<br><br>The model is integrated into a [master job](<a href="https://ci.libreoffice.org/job/gerrit_master_ml/">https://ci.libreoffice.org/job/gerrit_master_ml/</a>). In this job, the model will first be run to decide whether the commit is likely to fail. If it is, then run [gerrit_linux_clang_dbgutil](<a href="https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/">https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/</a>) first. If it fails, then return -1, else run the rest builds. If the model predicts that the commit is unlikely to fail, then run all the build in parallel like before.<br></div>