Thursday, 2018-07-12

*** chandankumar is now known as chkumar|ruck05:56
openstackgerritChandan Kumar proposed openstack/python-tempestconf master: add jobs for python-tempestconf only  https://review.openstack.org/58108406:35
*** kopecmartin has joined #refstack07:23
*** tosky has joined #refstack08:03
openstackgerritColleen Murphy proposed openstack-infra/puppet-refstack master: Update Gemfile for Zuulv3  https://review.openstack.org/58205908:05
kopecmartintosky, hi, what's the benefit of using the old version of sphinx-argparse https://review.openstack.org/#/c/580981/ ?08:22
kopecmartinwhen i downgraded it complained about import of a directive08:22
toskykopecmartin: it's already packaged, that's it; I know that it's a downstream problem, and that for example RDO can include the new version if the documentation is built there (which I don't remember right now)08:26
toskybut if the older version were going to work without changes, it could have been used08:26
toskythat said, if you see that downgrading the version removes a functionality, ok, no need08:27
toskyyou tried to downgrade and the answer to my question is "it's not the same, it requires other changes"08:27
kopecmartinI'll try to google the problem, i just don't understand why it matters if it's packaged or not .. it's installed via pip08:28
kopecmartinbut maybe I'm missing a different point of view ..08:28
toskykopecmartin: RDO builds the documentation in their packages08:29
toskythat's why I wrote that this is a downstream problem, and that if RDO (or other packagers) want to provide the rebuilt documentation, they should solve it08:30
toskybut still, if most of them provides the old version, I was wondering if lowering the dependency was going to work in the same way, that's it08:31
kopecmartini see08:31
kopecmartinas i said, I'll try to google, maybe there's a quickfix .. but if there is not, RDO should update their packages.. 0.1.5 is too old version anyway08:32
toskykopecmartin: ups! a typo - they all provide 0.1.15, not 0.1.508:33
kopecmartintosky, :D .. rechecking it08:35
toskythanks08:37
kopecmartinI'm still getting: Could not import extension sphinxarg.ext (exception: cannot import name Directive)08:37
kopecmartinmaybe something else needs to be downgraded as well? hmm08:38
toskyuhm, no, no way08:39
toskywe need that version08:39
toskysee this Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=89663608:39
openstackDebian bug 896636 in src:sphinx-argparse "FTBFS with sphinx 1.7.2: exception: cannot import name 'Directive'" [Serious,Fixed]08:39
toskyoki, thanks for trying08:40
toskynow, why that job failed?08:41
toskywhy did*08:41
kopecmartinno idea, I changed only help text, so probably recheck will solve that08:42
toskykopecmartin: can you please rebase 581058 directly on top of the current master? So it could be merged independently of 58098108:50
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Add Contributor Guide  https://review.openstack.org/58105808:51
arxcruzkopecmartin: https://review.openstack.org/#/c/573220/08:56
arxcruzdid you figure out why scenario004 was failing ?08:56
kopecmartinarxcruz, no08:57
arxcruzkopecmartin: so why did you recheck?08:57
kopecmartinI followed the last chkumar|ruck comment, where he said that some issue may be solved by merging two patches he mentioned in that comment, one patch was merged a day after the gate failed08:58
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Add Contributor Guide  https://review.openstack.org/58105809:04
*** kopecmartin is now known as mkopec|lunch09:32
openstackgerritLiron Kuchlani proposed openstack/python-tempestconf master: Add support for volume api microversion  https://review.openstack.org/58097509:40
openstackgerritLiron Kuchlani proposed openstack/python-tempestconf master: Add support for volume api microversion  https://review.openstack.org/58097509:43
*** mkopec|lunch is now known as kopecmartin10:27
*** kopecmartin has quit IRC10:28
*** kopecmartin has joined #refstack10:28
openstackgerritMerged openstack/python-tempestconf master: Add Contributor Guide  https://review.openstack.org/58105811:08
toskythat job is failing a bit too much12:33
toskytripleo-ci-centos-7-scenario002-multinode-oooq-container12:33
toskyis it right to always recheck, or is it there some other issue that prevents it from being stable?12:34
kopecmartintosky, it failed during DLRN build step http://logs.openstack.org/81/580981/4/check/tripleo-ci-centos-7-scenario002-multinode-oooq-container/4ac2592/job-output.txt.gz#_2018-07-12_11_40_31_50827412:47
kopecmartinmaybe the new dependency?12:47
toskykopecmartin: that's possible12:53
chkumar|rucktosky: kopecmartin DEBUG: Could not import extension sphinxarg.ext (exception: No module named sphinxarg.ext)12:54
chkumar|rucktosky: kopecmartin http://logs.openstack.org/81/580981/4/check/tripleo-ci-centos-7-scenario002-multinode-oooq-container/4ac2592/logs/delorean_logs/34/d9/34d9d0c6377f6b7335f35e7d68969adffa9092ca_dev/rpmbuild.log.txt.gz12:54
toskyI guess I need to nag the poor amoralej again12:54
toskywe need to upgrade the package in RDO, let me see if I can do it quickly13:00
toskyand don't recheck :D13:00
kopecmartindo you think this failed because there is an error in the console log?13:04
kopecmartinhttp://logs.openstack.org/69/581669/3/check/python-tempestconf-tempest-devstack-demo/54b9a06/job-output.txt.gz#_2018-07-11_15_23_59_40875313:04
kopecmartinbut it returns zero return code anyway, i checked, i don't understand why it failed13:05
toskythat's really weird13:06
kopecmartinoh shit, i know why13:08
kopecmartinCI counts on the first call of discover-tempest-config fails, because of resources (no nano and micro flavor)13:08
kopecmartinbut we have implemented the autodetect feature13:09
toskyoh oh13:09
kopecmartin.. so it failed because it passed :D13:09
toskyand why does the first call of discover-tempest-config fails? I mean, couldn't this have been fixed by just passing the required resources when calling discover-tempest-config for the first time?13:10
toskyalso because this will need to work differently for different branches13:10
kopecmartinit normally fails because creation of resources is not allowed13:10
kopecmartinat least we see that the feature works as we wanted13:11
toskyoh, oki, it's the locally-defined job13:12
kopecmartinso either we change the workflow of demo user testing or make the feature triggerable .. the first is probably better13:13
toskythat could be a different job - not sure13:14
kopecmartinwe could change the check of that task to not to look for a failure but for a success , because the tool found flavors which can be used13:14
kopecmartinthis way, we would test the feature all the time13:14
toskyoh, right13:15
toskykopecmartin, arxcruz, chkumar|ruck : I created the bug for the bump (https://bugzilla.redhat.com/show_bug.cgi?id=1600549), if I got the instructions right13:24
openstackbugzilla.redhat.com bug 1600549 in distribution "Bump sphinx-argparse to 2.2.0" [Unspecified,New] - Assigned to lars13:24
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Improve flavor detection  https://review.openstack.org/58166913:29
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Improve flavor detection  https://review.openstack.org/58166914:54
*** rmart04 has joined #refstack15:04
openstackgerritwes hayutin proposed openstack/python-tempestconf master: add jobs for python-tempestconf only  https://review.openstack.org/58108415:11
openstackgerritwes hayutin proposed openstack/python-tempestconf master: add jobs for python-tempestconf only  https://review.openstack.org/58108415:11
*** rmart04_ has joined #refstack15:15
*** rmart04_ has left #refstack15:16
*** rmart04 has quit IRC15:17
*** kopecmartin has quit IRC16:54
*** trevormc has joined #refstack17:44
trevormcchkumar, if you're still online, I created that bug I was chatting with you about earlier here https://storyboard.openstack.org/#!/story/200296520:21
toskytrevormc: which version of tempestconf is that? git master or a tagged version?20:27
* tosky really hopes that chkumar|ruck is not around at this time20:27
trevormchey tosky, I just cloned python-tempestconf master and installed it with pip install -e20:30
toskyoh, right, sorry, you wrote it in the story20:32
trevormchaha i just updated20:32
trevormcgood question :)20:33
toskythe algorithm which tries to split the URI is a complex thing20:33
toskyarxcruz: ^^ when you see this, we want to use this use case as test case20:33
*** trevormc has quit IRC20:58
*** rmart04 has joined #refstack21:28
*** rmart04 has quit IRC21:28
*** tosky has quit IRC23:01
*** markvoelker has quit IRC23:59

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!