On Thu, 12 Mar 2020 at 22:16, Cleber Rosa <cr...@redhat.com> wrote: > > On Thu, Mar 12, 2020 at 10:00:42PM +0000, Peter Maydell wrote: > > OK, so my question here is: > > * what are the instructions that I have to follow to be > > able to say "ok, here's my branch, run it through these tests, > > please" ? > > The quick answer is: > > $ git push g...@gitlab.com:qemu-project/qemu.git my-branch:staging > > The longer explanation is that these jobs are limited to a "staging" > branch, so all you'd have to do is to push something to a branch > called "staging". If that branch happens to be from the > "gitlab.com/qemu-project/qemu" repo, than the runners setup there > would be used. The documentation an ansible playbooks are supposed > to help with this setup.
Great, thanks. Could I do that for testing purposes with a staging branch that includes these patches, or would we have to wait for them to be in master before it works? -- PMM