
On 18/11/05 04:01, Barak Korren wrote:
On Mon, 5 Nov 2018 at 14:21, Tomasz Barański <tbaransk@redhat.com> wrote:
Hello,
I'm trying to diagnose a failing build[1] in ovirt-vmconsole. It builds fine in a Fedora VM on my laptop, but fails on the Jenkins server.
Is there a way to trigger the build with changes from a specific Gerrit changeset? Or maybe I can get permissions to run the build manually?
You can add 'ci build please' as a comment in Gerrit to run the build job on the latest patchset for the patch.
If this is something you'd do often, I;d recommnet adding the build process to check-patch.sh
You can also easily emulate how the CI runs things locally using mock_runner.sh [1]
[1]: https://ovirt-infra-docs.readthedocs.io/en/latest/CI/Using_mock_runner/
The 'ci build please' trick does not seem to work for ovirt-vmconsole. I'll try the mock runner. Tomo