Monday, 2020-01-27

mordreddtantsur|afk: https://review.opendev.org/704264 Release 0.40.0 of openstacksdk01:45
*** openstackgerrit has quit IRC02:04
*** openstackgerrit has joined #openstack-sdks02:56
openstackgerritMerged openstack/openstacksdk stable/stein: Fix branch for stable job testing  https://review.opendev.org/70424302:56
openstackgerritMerged openstack/openstacksdk stable/stein: Add fake support for global_request_id  https://review.opendev.org/70089703:13
*** Luzi has joined #openstack-sdks05:45
*** slaweq__ has joined #openstack-sdks06:03
fricklermordred: dtantsur|afk: can we also have a stable/stein release with this in, please? ^^07:07
fricklerI'm also wondering when would be a good time for a 1.0.0 release. would give some more numbering space for stable branches07:08
*** ralonsoh has joined #openstack-sdks07:24
*** tosky has joined #openstack-sdks07:56
*** gtema has joined #openstack-sdks08:37
*** jpena|off is now known as jpena08:51
*** jpich has joined #openstack-sdks09:14
*** dtantsur|afk is now known as dtantsur10:23
dtantsurfrickler: will request as well10:23
*** gtema_ has joined #openstack-sdks10:24
*** sshnaidm is now known as sshnaidm|afk10:27
*** gtema has quit IRC10:27
dtantsurfrickler: honestly, https://review.opendev.org/#/c/700897/ is sooo bad.. I'm having hard time signing off on a release with it10:31
dtantsurI will wait for mordred who probably understands why this was approved10:33
* dtantsur would feel much better about a full feature backport10:34
fricklerdtantsur: the job is running against neutron stable/stein patches and was constantly failing there, although it seems to be fixed with the merge, so maybe we don't actually need the release as I had expected http://zuul.openstack.org/builds?job_name=openstacksdk-functional-devstack-networking&branch=stable%2Fstein10:58
dtantsurfrickler: what was the root cause? some project using recent features? cannot it be reverted on the consumer side?10:59
frickleroh, wait, the successes were against openstacksdk, will have to wait for another result from neutron11:00
dtantsurah11:00
dtantsuranyway11:00
dtantsurwe're about to release a new stub feature on a stable branch11:00
fricklerdtantsur: I think the issue came from running master tempest which requires the new attribute11:00
fricklerdtantsur: but I'm fine with waiting for further feedback from mordred11:00
dtantsurso, the branchless nature of tempest bites us11:00
dtantsurI think tempest must be compatible with every release of the SDK without us stabbing out features it uses incorrectly11:01
dtantsurbut it may be only me. I'll wait for mordred.11:01
fricklerdtantsur: oh, wait, if you look at e.g. http://zuul.openstack.org/build/44ccbf47065a435d98e54b4c604c66a2 it was an OSC call that was failing, so not tempest related this time11:03
dtantsurhmmm?11:03
dtantsurI see. Is it OSC using something new or the devstack plugin not constraining OSC properly?11:04
fricklerdtantsur: looking again, maybe https://review.opendev.org/704243 was the real issue and 700897 wasn't even needed anymore after that11:06
dtantsurfrickler: is it possible to try reverting it and have a job run with depends-on?11:06
fricklerso that issue was running master openstacksdk against stable/stein keystoneauth1 if I traced it correctly11:07
fricklerdtantsur: I guess I could do that, yes, give me a few11:07
dtantsur++ thx11:07
openstackgerritJens Harbott (frickler) proposed openstack/openstacksdk stable/stein: Revert "Add fake support for global_request_id"  https://review.opendev.org/70430511:08
fricklerdtantsur: let's see what the CI has to say about this one: https://review.opendev.org/704307 DNM: Test openstacksdk revert11:12
dtantsurfrickler: ++ but zuul doesn't like something here11:13
fricklerdtantsur: ah yes, thx, I was editing out the other jobs, but not enough of them11:15
*** sshnaidm|afk is now known as sshnaidm11:34
*** jpich has quit IRC11:49
*** jpich has joined #openstack-sdks11:50
mordreddtantsur, frickler: oh good - I didn't like backporting that either - let's fingers crossed that the revert works12:11
*** jpich has quit IRC12:13
*** jpich has joined #openstack-sdks12:13
* yoctozepto crossing fingers12:15
fricklerlgtm http://zuul.openstack.org/stream/7e749006afc448498fe34e31844e3286?logfile=console.log12:19
mordredfrickler: woot!12:23
*** jpena is now known as jpena|lunch12:28
*** noama has joined #openstack-sdks12:37
openstackgerritDaniel Bengtsson proposed openstack/python-openstackclient master: Stop configuring install_command in tox and stop use pip.  https://review.opendev.org/69448412:44
dtantsurmordred: thx for checking! FYI https://review.opendev.org/#/c/704300/12:54
*** enriquetaso has joined #openstack-sdks12:54
mordreddtantsur: woot12:58
mordreddtantsur: btw - I agree on a 1.0 - I've been hoping to get a minute to walk through and make sure we don't have any super gross things still laying around that need excising first. I'll try to do that next week when I'm properly back12:59
mordredoh - wait - it was frickler mentioning a 1.0 ...13:06
fricklercrazy ideas I get in the morning ;)13:12
sshnaidmjust a reminder, this patch needs some love from openstacksdk cores: https://review.opendev.org/#/c/703342/13:26
*** jpena|lunch is now known as jpena13:31
mordredsshnaidm, dtantsur: I left a question. also - I left a +2 but not a +A because I'm only partially here and not 100% caught up and dtantsur had a question.. so I'd like to make sure dtantsur is happy before pulling the trigger13:34
*** smcginnis has quit IRC13:50
*** smcginnis has joined #openstack-sdks13:53
*** smcginnis is now known as smcginnis|FOSDEM13:53
*** Luzi has quit IRC14:13
dtantsur++14:32
fricklersshnaidm: for the job failure, I think ansible-collections-openstack-functional-devstack is missing openstack/ansible-collections-openstack as required-project, making it fail when not running against itself14:33
sshnaidmfrickler, I don't think you need it in required project, since it's defined in this project14:33
sshnaidmthe job actually pass on collections repo14:33
sshnaidmseems like it's something weird in devstack post playbook, let's see the last run..14:34
fricklersshnaidm: yes, when running against the project itself, it is there, when running against other project, like openstacksdk, it is missing14:34
fricklerFileNotFoundError: [Errno 2] No such file or directory: '/home/zuul/src/opendev.org/openstack/ansible-collections-openstack'14:34
dtantsursshnaidm: the project where a job is defined in is not necessary added to required-projects14:36
dtantsur(e.g. for ironic we explicitly add ironic to all its jobs to make them reusable)14:36
sshnaidmhmm.. was sure it's smart enough, will check again14:38
openstackgerritSagi Shnaidman proposed openstack/ansible-collections-openstack master: Add colleciton repo to required projects  https://review.opendev.org/70433214:41
openstackgerritSagi Shnaidman proposed openstack/openstacksdk master: Fail a job for ansible modules with message  https://review.opendev.org/70334214:42
sshnaidmlet's try ^14:42
*** jpich has quit IRC14:59
*** jpich has joined #openstack-sdks15:00
*** noama has quit IRC15:26
*** jpich has quit IRC15:45
*** jpich has joined #openstack-sdks15:45
*** efried has quit IRC16:08
*** efried has joined #openstack-sdks16:10
sshnaidmok, the job pass, you're welcome to vote: https://review.opendev.org/#/c/703342/16:15
*** dtantsur is now known as dtantsur|afk16:57
*** jpich has quit IRC17:14
*** enriquetaso has quit IRC17:22
*** slaweq__ is now known as slaweq17:45
*** jpena is now known as jpena|off17:57
*** gtema_ has quit IRC18:10
*** enriquetaso has joined #openstack-sdks18:28
*** sshnaidm is now known as sshnaidm|afk18:35
*** gtema has joined #openstack-sdks18:46
*** gtema has quit IRC18:51
*** mgariepy has quit IRC18:52
*** mgariepy has joined #openstack-sdks18:57
*** ralonsoh has quit IRC19:22
*** KeithMnemonic has joined #openstack-sdks19:26
*** gtema has joined #openstack-sdks19:31
*** gtema has quit IRC19:38
*** gtema has joined #openstack-sdks19:45
*** gtema has quit IRC19:50
*** gtema has joined #openstack-sdks19:56
*** gtema has quit IRC20:01
*** gtema has joined #openstack-sdks20:08
*** gtema has quit IRC20:12
*** gtema has joined #openstack-sdks20:14
*** gtema has quit IRC20:18
*** gtema has joined #openstack-sdks20:24
*** openstackstatus has joined #openstack-sdks20:28
*** ChanServ sets mode: +v openstackstatus20:28
*** gtema has quit IRC20:33
*** gtema has joined #openstack-sdks20:40
*** lbragstad has joined #openstack-sdks20:41
*** gtema has quit IRC20:44
*** lbragsta_ has joined #openstack-sdks20:47
openstackgerritKeith Berger proposed openstack/python-openstackclient stable/rocky: Fix openstack server list --deleted --marker option  https://review.opendev.org/70442220:49
*** gtema has joined #openstack-sdks20:50
*** lbragstad has quit IRC20:50
*** lbragsta_ has quit IRC20:50
*** gtema has quit IRC20:54
*** mgariepy has quit IRC20:55
*** gtema has joined #openstack-sdks20:58
*** gtema has quit IRC21:06
*** gtema has joined #openstack-sdks21:06
*** gtema has quit IRC21:11
*** gtema has joined #openstack-sdks21:12
*** efried has quit IRC21:18
*** efried1 has joined #openstack-sdks21:18
*** gtema has quit IRC21:19
*** efried1 is now known as efried21:21
*** gtema has joined #openstack-sdks21:22
*** gtema has quit IRC21:32
*** gtema has joined #openstack-sdks21:39
*** gtema has quit IRC21:43
*** gtema has joined #openstack-sdks21:58
*** gtema has quit IRC22:03
*** slaweq has quit IRC22:17
*** slaweq has joined #openstack-sdks22:33
*** gtema has joined #openstack-sdks22:36
*** slaweq has quit IRC22:38
*** gtema has quit IRC22:41
*** gtema has joined #openstack-sdks22:52
*** gtema has quit IRC22:57
*** gtema has joined #openstack-sdks23:07
*** gtema has quit IRC23:12
*** tosky has quit IRC23:45

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