On Wed, May 15, 2019 at 6:56 PM Nir Soffer <nsoffer@redhat.com> wrote:
I tried to run check-patch and check-patch linters substage from the command line:

using:

I assumed that this will run the entire check-patch stage, including all the sub stages:
./ovirt-ci run -s check-patch 100007

But it run something that looks like check-patch with el7:

The test environment seems to be different that what we have when check-patch is triggered
from gerrit.

For reference, I started only this build, from Jenkins UI:

Which seem to the same thing.

Then I tried to run the linters substage:

./ovirt-ci run -s check-patch.linters 100007

./ovirt-ci run -s check-patch.linters 100007

Both succeeded without running anything :-)

Running build-artifacts works, not sure about check-network.

Can we fix the manual job so:
- it run exactly the same way as it run when gerrit trigger the job
- allow selection of a sub stage?
- nice to have - allow selection of multiple sub stages

Nir