Change in jenkins[master]: Added standard mock runner

David Caro has submitted this change and it was merged. Change subject: Added standard mock runner ...................................................................... Added standard mock runner It's a temporary script I wrote to help me debug the standard build scripts locally, use at your own risk It can also run vdsm unit tests, you'll need the vdsm_unit_tests.sh script and the list of deps, create a vdsm_unit_tests.req file with them and put both inside the root of the vdsm repo. Hopefully they will be migrated to standard ci soon and that won't be needed. Features: * Mock default or custom conf to use * Default or custom scripts to run * No need to pass the full env string, it will match the first similar * Setup an env and start a shell for debugging * Select one of the default scripts only (check-merged, check-patch, build-artifacts) Change-Id: Idbe80f0001affb0d16cb1db680f8f02283824cec Signed-off-by: David Caro <dcaroest@redhat.com> --- A mock_configs/mock_runner.sh 1 file changed, 463 insertions(+), 0 deletions(-) Approvals: David Caro: Verified; Looks good to me; Passed CI tests; Ready for merge -- To view, visit https://gerrit.ovirt.org/40393 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idbe80f0001affb0d16cb1db680f8f02283824cec Gerrit-PatchSet: 6 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: David Caro <dcaroest@redhat.com> Gerrit-Reviewer: Barak Korren <bkorren@redhat.com> Gerrit-Reviewer: David Caro <dcaroest@redhat.com> Gerrit-Reviewer: Doron Fediuck <dfediuck@redhat.com> Gerrit-Reviewer: Eyal Edri <eedri@redhat.com> Gerrit-Reviewer: Max Kovgan <mvk@redhat.com> Gerrit-Reviewer: Paz Dangur <pdangur@redhat.com> Gerrit-Reviewer: Sagi Shnaidman <sshnaidm@redhat.com> Gerrit-Reviewer: Sharon Naftaly <snaftaly@redhat.com>
participants (1)
-
dcaroest@redhat.com