*** toabctl has joined #openstack-rpm-packaging | 06:54 | |
openstackgerrit | Merged openstack/rpm-packaging: Update python-swiftclient to 3.3.0 https://review.openstack.org/426569 | 07:04 |
---|---|---|
openstackgerrit | Merged openstack/pymod2pkg: Add RDO rule for PyPi package ovs https://review.openstack.org/424030 | 07:08 |
*** pcaruana has joined #openstack-rpm-packaging | 08:15 | |
*** jpena|off is now known as jpena | 08:35 | |
*** jpena is now known as jpena|off | 08:48 | |
*** jpena|off is now known as jpena | 08:55 | |
*** witek has quit IRC | 09:19 | |
*** witek has joined #openstack-rpm-packaging | 09:29 | |
*** makowals has quit IRC | 09:48 | |
*** makowals has joined #openstack-rpm-packaging | 09:49 | |
*** makowals has quit IRC | 09:54 | |
*** makowals has joined #openstack-rpm-packaging | 09:55 | |
*** apevec has joined #openstack-rpm-packaging | 10:03 | |
*** apevec has joined #openstack-rpm-packaging | 10:03 | |
openstackgerrit | Merged openstack/rpm-packaging: Update stevedore to 1.20.0 https://review.openstack.org/422125 | 10:24 |
IgorYozhikov | dirk, could you please add git as buildrequires to the https://review.openstack.org/#/c/419665/ because of - 10:34:10 DEBUG: + cd reno-2.0.3 | 10:36 |
IgorYozhikov | 10:34:10 DEBUG: + git init . | 10:36 |
IgorYozhikov | 10:34:10 DEBUG: /var/tmp/rpm-tmp.WB5xTB: line 29: git: command not found ? | 10:36 |
dirk | IgorYozhikov: package os called git-core in sles | 10:37 |
dirk | I thought i did already, let.me.check | 10:37 |
dirk | IgorYozhikov: ah, you mean for fixing mos ci? | 10:39 |
openstackgerrit | Javier Peña proposed openstack/rpm-packaging: [WIP] Initial commit for neutron https://review.openstack.org/424085 | 10:41 |
jpena | dirk: right, you added it only for the suse case | 10:42 |
dirk | Yeah, i am confused about that | 10:43 |
dirk | The rdo check has got git available | 10:43 |
dirk | Where is tit coming from? | 10:43 |
IgorYozhikov | https://packaging-ci.fuel-infra.org/job/master-rpm-packaging-build-centos7/2684/console | 10:45 |
IgorYozhikov | MOS CI installs only what in buildrequires | 10:46 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging: Add initial spec for reno https://review.openstack.org/419665 | 10:51 |
IgorYozhikov | dirk, Thanx 4 swift fix :) | 11:02 |
IgorYozhikov | could you also take a look into https://review.openstack.org/#/c/425673/ | 11:03 |
IgorYozhikov | it's about hacking | 11:03 |
dirk | IgorYozhikov: you're welcome. as usual, don't feel hesitant to leave a -1 on a review of mine if there's something wrong. I might miss it when I'm not watching irc otherwise | 11:03 |
IgorYozhikov | dirk, sure, will do. | 11:04 |
dirk | IgorYozhikov: yeah, just drop the hacking buildrequires? why do you need it? I think I commented on that already | 11:04 |
IgorYozhikov | so what is about hacking | 11:04 |
IgorYozhikov | I saw that without it unit tests usually fail | 11:04 |
dirk | IgorYozhikov: really? | 11:04 |
IgorYozhikov | I'm about nova | 11:04 |
* dirk checks it out | 11:05 | |
IgorYozhikov | dirk, CI run results with commented hacking - DEBUG util.py:417: + testr init | 11:06 |
IgorYozhikov | DEBUG util.py:417: + testr list-tests | 11:06 |
IgorYozhikov | DEBUG util.py:417: + grep -vE '(vif|OVS|Network)' | 11:06 |
IgorYozhikov | DEBUG util.py:417: Non-zero exit code (2) from test listing. | 11:06 |
IgorYozhikov | DEBUG util.py:417: + testr run --load-list=list | 11:06 |
IgorYozhikov | DEBUG util.py:417: running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | 11:06 |
IgorYozhikov | DEBUG util.py:417: OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | 11:06 |
IgorYozhikov | DEBUG util.py:417: OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \ | 11:06 |
IgorYozhikov | DEBUG util.py:417: ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./nova/tests} --load-list /tmp/tmp3mcb5u | 11:06 |
IgorYozhikov | DEBUG util.py:417: Ran tests in 0.110s | 11:06 |
IgorYozhikov | DEBUG util.py:417: PASSED (id=0) | 11:06 |
IgorYozhikov | DEBUG util.py:417: + exit 0 | 11:06 |
IgorYozhikov | https://packaging-ci.fuel-infra.org/job/master-rpm-packaging-build-centos7/2661/artifact/artifacts/nova-rootlog.txt/*view*/ | 11:06 |
IgorYozhikov | It seems that testr cannot generate list of tests | 11:07 |
jpena | dirk, IgorYozhikov: the SUSE and Fuel CIs complain about not having python-pyroute2 >= 0.4.12 in https://review.openstack.org/424085 | 11:08 |
IgorYozhikov | pyroute is on the way, we are working on it | 11:09 |
IgorYozhikov | that is from neutron , right? | 11:09 |
dirk | IgorYozhikov: I left you a comment on how to fix unit tests | 11:11 |
dirk | jpena: python-pyroute2 added to the build env | 11:11 |
IgorYozhikov | dirk, export OS_TEST_PATH=./nova/tests/unit does not enable functional tests, I asked nova developers about wsgi_intercept - it used only in functional tests | 11:12 |
IgorYozhikov | going to address your comments | 11:13 |
dirk | IgorYozhikov: ah, sorry, I might have forgotten to set that while testing manually | 11:13 |
IgorYozhikov | np, nova is a big project, a number lines of code :) | 11:14 |
IgorYozhikov | dirk, one more clarification: pwdutils or coreustils in case of SUSE? | 11:17 |
dirk | IgorYozhikov: ah, sorry, pwdutils | 11:17 |
IgorYozhikov | :) | 11:17 |
dirk | although It hink there is no difference | 11:18 |
* dirk looks | 11:18 | |
dirk | IgorYozhikov: ah, its "shadow", not "shadow-utils" | 11:18 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Initial commit for nova v15.0.0.0b2 https://review.openstack.org/425673 | 11:22 |
openstackgerrit | Merged openstack/rpm-packaging: Update python-cinderclient to 1.11.0 https://review.openstack.org/426591 | 11:23 |
openstackgerrit | Merged openstack/rpm-packaging: Update python-cloudkittyclient to 1.0.0 https://review.openstack.org/426592 | 11:24 |
IgorYozhikov | https://review.openstack.org/#/c/417849/ - Horizon stuck, might be jakub needs help? | 11:55 |
IgorYozhikov | I'll try to reach tlbr to consult about ^^^ | 11:56 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Initial commit for nova v15.0.0.0b2 https://review.openstack.org/425673 | 12:41 |
*** pradk has joined #openstack-rpm-packaging | 13:47 | |
openstackgerrit | Merged openstack/rpm-packaging: Add initial spec for reno https://review.openstack.org/419665 | 13:52 |
*** jpena is now known as jpena|lunch | 13:57 | |
*** rbowen has joined #openstack-rpm-packaging | 13:59 | |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Initial commit for nova v15.0.0.0b2 https://review.openstack.org/425673 | 14:10 |
*** jpena|lunch is now known as jpena | 15:03 | |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Initial commit for nova v15.0.0.0b2 https://review.openstack.org/425673 | 15:18 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Initial commit for nova v15.0.0.0b2 https://review.openstack.org/425673 | 17:29 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Initial commit for nova v15.0.0.0b2 https://review.openstack.org/425673 | 18:04 |
*** jpena is now known as jpena|off | 18:15 | |
dirk | IgorYozhikov: horizon is on my todo now; jakub stopped on it | 20:12 |
*** rbowen has quit IRC | 21:18 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!