David Caro has uploaded a new change for review.
Change subject: IGNORE: testing gerrit triggered jobs ......................................................................
IGNORE: testing gerrit triggered jobs
Change-Id: Ic8946fd09d50e68f5111860a90572c12d14c7326 Signed-off-by: David Caro dcaroest@redhat.com --- M vdsm/sos/vdsm.py.in 1 file changed, 5 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/70/26570/1
diff --git a/vdsm/sos/vdsm.py.in b/vdsm/sos/vdsm.py.in index d90940f..b94bd6a 100644 --- a/vdsm/sos/vdsm.py.in +++ b/vdsm/sos/vdsm.py.in @@ -119,9 +119,11 @@ self.collectExtOutput(vdsclient + "getDeviceList") self.collectExtOutput(vdsclient + "getAllTasksInfo") self.collectExtOutput(vdsclient + "getAllTasksStatuses") - p = subprocess.Popen(vdsclient + "getConnectedStoragePoolsList", - shell=True, stdout=subprocess.PIPE, - stderr=subprocess.PIPE) + p = subprocess.Popen( + vdsclient + "getConnectedStoragePoolsList", + shell=True, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE) out, err = p.communicate() for line in out.splitlines()[1:-1]: pool = line.strip()
oVirt Jenkins CI Server has posted comments on this change.
Change subject: IGNORE: testing gerrit triggered jobs ......................................................................
Patch Set 1:
Build Successful
http://jenkins.ovirt.org/job/vdsm_master_pep8_gerrit/7929/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/7139/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit/8041/ : SUCCESS
oVirt Jenkins CI Server has posted comments on this change.
Change subject: IGNORE: testing gerrit triggered jobs ......................................................................
Patch Set 1:
Build Successful
http://jenkins.ovirt.org/job/vdsm_master_infra_functional_tests_gerrit/13/ : SUCCESS
oVirt Jenkins CI Server has posted comments on this change.
Change subject: IGNORE: testing gerrit triggered jobs ......................................................................
Patch Set 2:
Build Failed
http://jenkins.ovirt.org/job/vdsm_master_pep8_gerrit/7937/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/7147/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit/8049/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_master_virt_functional_tests_gerrit/62/ : There was an infra issue, please contact infra@ovirt.org
oVirt Jenkins CI Server has posted comments on this change.
Change subject: IGNORE: testing gerrit triggered jobs ......................................................................
Patch Set 2: Code-Review-1 Verified-1
Build Unstable
http://jenkins.ovirt.org/job/vdsm_master_pep8_gerrit/7937/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/7147/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit/8049/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_master_virt_functional_tests_gerrit/63/ : The patch does not pass the virt functional tests
David Caro has abandoned this change.
Change subject: IGNORE: testing gerrit triggered jobs ......................................................................
Abandoned
vdsm-patches@lists.fedorahosted.org