How to Rerun buildkite/github-pull-requests

I pushed a commit to an existing PR and noticed that the buildkite/github-pull-requests job failed.

I have gotten the same error a few times since switching to GitHub on different PRs, and I do not believe that it is related to my changes. I only see the pr-recieve::pr-target job under the “Checks” tab of the PR. How do I re-run the buildkite/github-pull-requests job?

This is the relevant part of the logs that shows the error, although I’m not sure that this information is needed to help me figure out how to re-run the job:

MT: command "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\mt.exe /nologo /manifest unittests\Testing\Support\TestingSupportTests.exe.manifest /outputresource:unittests\Testing\Support\TestingSupportTests.exe;#1" failed (exit code 0x1f) with the following output:
mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "unittests\Testing\Support\TestingSupportTests.exe". Operation did not complete successfully because the file contains a virus or potentially unwanted software.
1 Like

Cc @goncharov

Hi @michaelmaitland !

  1. about the AV failure: I saw this issue a couple of times but have not figured what triggers that as defender should be off

  2. at the moment builds are initiated by buildkite so the only way to re-trigger is to push a new commit. Alternative would be to use Trigger Buildkite Pipeline · Actions · GitHub Marketplace · GitHub action to control it from GitHub. @tobiashieta @tstellar what do you think?

I think it would be nice to add trigger buildkite pipeline action in GitHub since the alternative creates unnecessary noise for reviewers.

I hit the same “general error c101008d” in Github pull requests #2622 (buildkite.com) triggered by [NFC][AsmPrinter] Refactor FrameIndexExprs as a std::set by slinder1 · Pull Request #66433 · llvm/llvm-project (github.com)

Is the best option still to push a new commit?

@slinder1 yes, I think so