<div dir="ltr"><div dir="ltr">On Mon, Jan 23, 2023 at 5:47 AM Igor Kushnir <<a href="mailto:igorkuo@gmail.com">igorkuo@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">>> On 2023-01-22 00:17, Ben Cooksley wrote:<br>
>>> Please do not test any fixes for this issue on the CI system - as it will<br>
>>> cause the Windows (and even potentially FreeBSD) CI worker nodes to be<br>
>>> killed.<br>
<br>
Hi Ben,<br></blockquote><div><br></div><div>Hi Igor,</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I'd like to amend the last commit in the branch that contains the problematic <br>
file <a href="https://invent.kde.org/kdevelop/kdevelop/-/blob/work/kdev-clang-cache-types" rel="noreferrer" target="_blank">https://invent.kde.org/kdevelop/kdevelop/-/blob/work/kdev-clang-cache-types</a><br>
by adding the following code:<br>
```<br>
<br>
Options:<br>
   cppcheck-ignore-files:<br>
     # Windows CI nodes are killed by the OOM killer, because cppcheck<br>
     # uses far $in excess of 8GB of RAM when it tries to process file<br>
   # plugins/clang/tests/files/kdev_ignored/mangle-ms-back-references-pr13207.cpp<br>
     # Disable checking the directory that contains this file until the cppcheck<br>
     # bug is fixed and a fixed cppcheck version is installed on CI servers.<br>
     - plugins/clang/tests/files/kdev_ignored/<br>
```<br>
at the end of .kde-ci.yml. Is this OK to do or would it count as "testing a fix"<br>
and thus unacceptable?<br></blockquote><div><br></div><div> That seems like a reasonable fix - have you tried running run-cppcheck.py from sysadmin/ci-utilities (will need to have a cwd of your KDevelop source tree) to see if that works?</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Thanks,<br>
Igor<br></blockquote><div><br></div><div>Thanks,</div><div>Ben </div></div></div>