Monday, 2018-08-13

openstackgerritIan Wienand proposed openstack-dev/devstack master: mysql: Use MariaDB service on openSUSE  https://review.openstack.org/59032900:51
*** slaweq has joined #openstack-qa01:11
*** slaweq has quit IRC01:16
*** hongbin has joined #openstack-qa02:19
*** rh-jelabarre has quit IRC02:45
openstackgerritMerged openstack-dev/devstack master: gitignore: Ignore all log files  https://review.openstack.org/59032802:51
openstackgerritMerged openstack-dev/devstack stable/queens: Register versioned endpoint for block-storage service  https://review.openstack.org/59006902:57
openstackgerritMerged openstack-dev/devstack master: BUG Fix: add sudo to run command arping  https://review.openstack.org/58469902:57
*** chandankumar has quit IRC03:05
*** slaweq has joined #openstack-qa03:11
*** slaweq has quit IRC03:15
*** brinzhang has joined #openstack-qa03:33
*** ramishra has joined #openstack-qa03:53
*** ramishra has quit IRC03:54
*** ramishra has joined #openstack-qa03:54
*** vivsoni has joined #openstack-qa04:09
*** dave-mccowan has quit IRC04:28
openstackgerritMerged openstack/tempest master: Removing unused attributes from test_run.py  https://review.openstack.org/58597104:30
*** viks_ has joined #openstack-qa04:47
*** rcernin has quit IRC04:54
*** rcernin has joined #openstack-qa04:54
*** agurenko has joined #openstack-qa04:55
openstackgerritManik Bindlish proposed openstack/tempest master: [WIP] Adding unit test of setting config path for "tempest run"  https://review.openstack.org/58695005:02
*** openstackgerrit has quit IRC05:18
*** hongbin has quit IRC05:20
*** openstackgerrit has joined #openstack-qa05:20
openstackgerritIan Wienand proposed openstack-dev/devstack master: Modified the description of the doc directory  https://review.openstack.org/58846905:20
*** chandankumar has joined #openstack-qa05:41
*** kopecmartin has joined #openstack-qa05:47
*** pcaruana has joined #openstack-qa05:59
*** pcaruana has quit IRC06:05
*** pcaruana has joined #openstack-qa06:19
openstackgerritNguyen Phuong An proposed openstack-dev/devstack master: DNM: test gate only  https://review.openstack.org/58727606:26
*** alexchadin has joined #openstack-qa06:33
openstackgerritReedip proposed openstack/tempest master: Change tests to handle different ICMP IPv6 values  https://review.openstack.org/43127606:35
*** slaweq has joined #openstack-qa06:37
openstackgerritMerged openstack-dev/devstack master: Modified the description of the doc directory  https://review.openstack.org/58846906:40
*** ssbarnea has joined #openstack-qa06:55
*** rcernin has quit IRC07:03
*** evrardjp has joined #openstack-qa07:08
*** alexchadin has quit IRC07:31
*** alexchadin has joined #openstack-qa07:35
*** pcaruana has quit IRC07:43
*** jpena|off is now known as jpena07:55
*** pcaruana has joined #openstack-qa07:57
*** slaweq_ has joined #openstack-qa07:57
*** slaweq has quit IRC07:59
*** e0ne has joined #openstack-qa08:20
*** alexchadin has quit IRC08:41
*** alexchadin has joined #openstack-qa08:43
*** dtantsur|afk is now known as dtantsur08:49
*** slaweq_ is now known as slaweq09:05
*** gfidente has joined #openstack-qa09:11
*** alexchadin has quit IRC09:12
*** gfidente has quit IRC09:26
*** alexchadin has joined #openstack-qa09:33
*** tosky has joined #openstack-qa09:59
openstackgerritTobias Urdin proposed openstack/tempest master: Add retry decorator  https://review.openstack.org/59057810:01
amotokigmann: ping. i have a question for tempest plugin release.10:01
*** tosky has quit IRC10:19
*** gfidente has joined #openstack-qa10:37
gmannamotoki: pong10:40
*** gouthamr has quit IRC10:44
*** dmellado has quit IRC10:46
*** stevebaker has quit IRC10:46
*** alexchadin has quit IRC10:53
*** alexchadin has joined #openstack-qa11:03
*** sshnaidm is now known as sshnaidm|off11:04
*** slaweq_ has joined #openstack-qa11:06
*** slaweq has quit IRC11:06
*** jpena is now known as jpena|lunch11:14
*** alexchadin has quit IRC11:17
*** alexchadin has joined #openstack-qa11:20
amotokigmann: sorry for late. I was afk for a while.11:21
amotokigmann: when we release a tempest plugin, do we have a stable branch?11:21
amotokigmann: I know tempest is branch-less, but what should we do if a bug is found in tempest tests?11:22
gmannamotoki: no, stable branch not needed, tempest plugin should be branchless so that same set of tests can test all the stable branches of project11:22
amotokigmann: so it means there is no bug fix only release, right?11:23
gmannamotoki: in that case we can fix the test and test should be just test bug not related to project features11:23
amotokii mean 'bug fix only release' for a tempest plugin11:24
gmannamotoki: you can do that, i mean you can release multiple time in a cycle and at end of cycle just give 1 tag (existing or new one).11:25
amotokiin the master branch it is normal to have both new tests and some fixes11:25
gmannamotoki: i do not remember if we have done that in tempest yet as it might not needed  as such but we can do bug fix release also at any time .11:26
amotokiso it is not easy to cut a fix-only release usually.11:26
amotokiit is just a potential thing and I am thinking about down-stream projects which use tempest tests.11:27
gmannamotoki: one example is I7ccbbefb1fe7e83ccc9f12710be671bd25e71bb911:28
amotokigmann: yeah, it can. it can contain both bug fixes and new tests (as it is minor version bump)11:29
gmannamotoki: in that case also, bug tag should be fine even though it contain other new tests or other things also. as latest set of tests should be run-able on every supported branches11:29
gmannamotoki: as tempest or plugins are feature flag or API version aware11:30
amotokigmann: okay. potentially a new test can detect a new test failure though but it would be a super corner case.11:31
gmannamotoki: yeah but new tests should be tested and runnable well before merge.11:31
amotokigmann: against stable branches too?11:32
gmannin tempest we do not add any tests which are not running on gate (check or experimental or periodic jobs )11:32
gmannamotoki: yeah, we run stable branches jobs on tempest master11:32
gmannso if new tests is added without feature flag or API version things then it will fail on gate for stable branch job11:33
amotokiit seems tempest plugin CI needs to cover stable branches too11:33
gmannso we get to know this was only master feature from projects and we need to skip that tests on stable branches with some config options11:33
gmannamotoki: yeah that was whole idea of plugins but i will say that is half way done. plugins gate should be setup for stable branches also11:34
gmannamotoki: i am not sure if chandankumar (plugin separate champion ) still planning on that11:34
*** rosmaita has joined #openstack-qa11:34
gmannonce we have plugins CI running master tests branch for stable branches also then it cover the potential backward incompatible changes11:35
amotokigmann: totally agree. we can improve stable branch coverage from major projects like nova, cinder, neutron and so on.11:36
*** mriedem has joined #openstack-qa11:36
gmannso if anyone adding backward incompatible change then its tests change/modification will be detected for stable branches job11:36
*** alexchadin has quit IRC11:36
amotokiit would be nice if we have some guideline on writing jobs11:36
gmannamotoki: yeah, i can plan that. i too agree that it will help plugins11:37
amotokigmann: anyway thank for clarification. I understand we don't need stable branches for tempest plugins.11:38
gmannamotoki: i am writing that item in QA PTG etherpad so that we (by default I :)) will plan and write somethings for that.11:38
amotokineutron team will discuss the tempest plugin release in a meeting next week.11:38
*** alexchadin has joined #openstack-qa11:38
gmannamotoki: +1, let me know if any help needed. i am also planning to release tempest during end of this week11:38
*** tosky has joined #openstack-qa11:41
*** rh-jelabarre has joined #openstack-qa11:43
gmannamotoki: added- L36 - https://etherpad.openstack.org/p/qa-stein-ptg11:49
amotokigmann: thanks. btw, in which days do QA sessions happen in PTG?11:50
gmannamotoki: Tuesday - Thursday11:50
gmannamotoki: Tuesday, Wed and Thurs11:51
*** dave-mccowan has joined #openstack-qa11:52
*** alexchadin has quit IRC11:53
openstackgerritGhanshyam Mann proposed openstack/tempest master: Remove deprecated option volume_feature_enabled.api_v1  https://review.openstack.org/57313511:53
*** raildo has joined #openstack-qa11:59
*** jpena|lunch is now known as jpena12:13
*** tosky has quit IRC12:35
*** brinzhang has quit IRC12:41
openstackgerritGhanshyam Mann proposed openstack/tempest master: Remove deprecated option volume_feature_enabled.api_v1  https://review.openstack.org/57313512:45
openstackgerritGhanshyam Mann proposed openstack/tempest master: Remove deprecated option volume_feature_enabled.api_v1  https://review.openstack.org/57313512:46
gmannmasayukig: afazekas_ last 2 for this series - https://review.openstack.org/#/q/topic:volume-default-testing-v3+status:open12:48
*** dmellado has joined #openstack-qa12:50
*** jroll has quit IRC12:59
*** jroll has joined #openstack-qa13:00
*** mriedem has quit IRC13:03
*** ramishra has quit IRC13:04
*** stevebaker has joined #openstack-qa13:05
*** alexchadin has joined #openstack-qa13:12
*** SteelyDan is now known as dansmith13:25
*** mvkr has quit IRC13:29
jrollso, we're branching tempest and all plugins this cycle?13:41
jrollis the stable/rocky gate supposed to use the branched version, or master, or both?13:42
jrolland who is going to do the work to force stable/rocky CI to use master, if that's needed, or add extra jobs, if that's needed13:42
TheJuliaAnd if we go down that route of adding extra jobs, is there any real actual value?13:43
gmannjroll: TheJulia tempest will  not branch per release, it will be same as branchlessand testing all stable branches with master  and plugins also should go in same way13:45
jrollgmann: hmm, cycle-with-intermediary implies stable branches, no?13:47
TheJuliaThis discussion goes back to http://lists.openstack.org/pipermail/openstack-dev/2018-August/133189.html13:47
*** ramishra has joined #openstack-qa13:48
gmannjroll: not necessary, that is to tag the plugins per cycle and branch stay master13:48
jrollgmann: okay, I was confused then, thanks.13:48
TheJuliaI think we were all confused13:48
TheJuliaThanks!13:49
gmannTheJulia: yeah, that is reminder for plugins team to tag the plugin for rocky13:49
gmannjroll: TheJulia  main goal of tag is to identify a single set of tag for all plugins to test the per release cloud - http://lists.openstack.org/pipermail/openstack-dev/2018-June/131810.html13:49
TheJuliagmann: except it is easy to read it and think that a rocky branch is now required13:50
gmannotherwise plugins CI and branchless nature stay same13:50
gmannTheJulia: got it, i can clear that on reply.13:50
jrollgmann: right, I see Doug's last email too, it makes sense13:50
TheJuliathanks13:51
*** awaugama has joined #openstack-qa13:59
*** mvkr has joined #openstack-qa13:59
openstackgerritMerged openstack-dev/devstack master: Set transport_url in proper keystone config section  https://review.openstack.org/58793014:13
openstackgerritMerged openstack-dev/devstack master: Correct neutron docs  https://review.openstack.org/58664714:13
*** dustins has joined #openstack-qa14:24
*** alexchadin has quit IRC14:30
*** alexchadin has joined #openstack-qa14:30
openstackgerritMerged openstack/tempest master: trivial: Fix some compute api_schema formatting nits  https://review.openstack.org/58948214:39
*** kopecmartin has quit IRC15:00
*** alexchadin has quit IRC15:04
openstackgerritMykola Yakovliev proposed openstack/patrole master: Add tests to cover RBAC policies  https://review.openstack.org/58682715:05
openstackgerritMerged openstack-dev/devstack master: Fix TEMPEST_AUTH_VERSION comparision condition for identity v2  https://review.openstack.org/58939915:08
gmannfrickler: ianw if you can check stable branches patch (master one is merged now) - https://review.openstack.org/#/q/I5f7e3bcf733edbbee06016bcad4845dda552815e15:12
gmanni need to get pike one in to setup identity v2 admin testing15:12
*** kopecmartin has joined #openstack-qa15:15
*** agurenko has quit IRC15:35
*** pcaruana has quit IRC15:37
*** gouthamr has joined #openstack-qa15:54
*** e0ne has quit IRC16:03
gmannfelipemonteiro once you are back - i left comment on this. i think feature flag per cycle should work here as newly added/removed policy are not dynamically changed. - https://review.openstack.org/#/c/584102/716:07
gmannalso can you check my reply in this - https://review.openstack.org/#/c/587303/616:08
*** slaweq_ has quit IRC16:15
*** kopecmartin has quit IRC16:20
*** e0ne has joined #openstack-qa16:28
*** slaweq_ has joined #openstack-qa16:31
*** jpena is now known as jpena|off16:34
*** slaweq_ has quit IRC16:36
*** pcaruana has joined #openstack-qa16:40
*** masayukig has quit IRC16:43
*** mvkr has quit IRC16:48
*** slaweq_ has joined #openstack-qa16:52
*** slaweq_ has quit IRC16:57
*** dtantsur is now known as dtantsur|afk16:59
*** e0ne has quit IRC17:01
openstackgerritMerged openstack/tempest master: Fill aggregate schema for microversion 2.41  https://review.openstack.org/58902317:02
openstackgerritMerged openstack/tempest master: Add comment for schema change in microversion 2.13  https://review.openstack.org/58976817:02
openstackgerritMerged openstack/tempest master: Adding links to git reference in docs  https://review.openstack.org/58620517:02
*** slaweq_ has joined #openstack-qa17:11
*** sapcc-bot1 has joined #openstack-qa17:12
*** sapcc-bot2 has joined #openstack-qa17:14
*** slaweq_ has quit IRC17:15
*** openstackgerrit has quit IRC17:19
*** slaweq_ has joined #openstack-qa17:32
*** slaweq_ has quit IRC17:37
*** sapcc-bot has quit IRC17:39
*** mvkr has joined #openstack-qa17:39
*** manjeets has quit IRC17:40
*** rosmaita has quit IRC17:43
afazekas_gmann: The ptg topic about acpi unplug was added by me. I will ne on PTO soon. Is it ok to have in the schedule?17:51
*** pcaruana has quit IRC17:59
*** slaweq_ has joined #openstack-qa18:11
*** slaweq_ has quit IRC18:15
*** e0ne has joined #openstack-qa18:30
*** slaweq_ has joined #openstack-qa18:32
*** slaweq_ has quit IRC18:37
*** raildo_ has joined #openstack-qa18:59
*** raildo has quit IRC19:00
*** jpena|off is now known as jpena19:04
*** rmascena__ has joined #openstack-qa19:06
*** rmascena__ is now known as raildo19:06
*** jpena is now known as jpena|off19:06
*** raildo_ has quit IRC19:08
*** ameade_ has joined #openstack-qa19:18
*** mgagne_ has joined #openstack-qa19:24
*** rajinir has quit IRC19:25
*** ameade has quit IRC19:25
*** tommylikehu has quit IRC19:25
*** mgagne has quit IRC19:25
*** charz has quit IRC19:25
*** ameade_ is now known as ameade19:25
*** amotoki has quit IRC19:27
*** dustins has quit IRC19:29
*** amotoki has joined #openstack-qa19:30
*** raildo has quit IRC19:30
*** raildo has joined #openstack-qa19:31
*** slaweq_ has joined #openstack-qa19:32
*** slaweq_ has quit IRC19:36
*** e0ne has quit IRC19:52
*** awaugama has quit IRC19:52
*** rajinir has joined #openstack-qa20:05
*** slaweq_ has joined #openstack-qa20:11
*** slaweq_ has quit IRC20:16
*** e0ne has joined #openstack-qa20:18
*** raildo has quit IRC20:28
*** slaweq_ has joined #openstack-qa20:32
*** e0ne has quit IRC20:33
*** slaweq_ has quit IRC20:36
*** openstackgerrit has joined #openstack-qa20:39
openstackgerritMykola Yakovliev proposed openstack/patrole master: Add tests to cover auto_allocated_topology  https://review.openstack.org/59151820:39
*** slaweq_ has joined #openstack-qa20:53
*** slaweq_ has quit IRC20:57
*** slaweq_ has joined #openstack-qa21:11
*** slaweq_ has quit IRC21:16
*** slaweq_ has joined #openstack-qa21:33
*** slaweq_ has quit IRC21:43
openstackgerritPaul Belanger proposed openstack-infra/devstack-gate master: Bump ansible to latest 2.5 version  https://review.openstack.org/59152721:49
*** gfidente is now known as gfidente|fk21:49
*** e0ne has joined #openstack-qa21:50
*** e0ne has quit IRC21:56
*** slaweq_ has joined #openstack-qa22:00
*** rcernin has joined #openstack-qa22:01
*** slaweq_ has quit IRC22:04
*** slaweq_ has joined #openstack-qa22:11
*** slaweq_ has quit IRC22:16
*** slaweq_ has joined #openstack-qa22:53
*** slaweq_ has quit IRC22:58
*** slaweq_ has joined #openstack-qa23:11
*** slaweq_ has quit IRC23:15
openstackgerritPaul Belanger proposed openstack-infra/devstack-gate master: Bump ansible to latest 2.5 version  https://review.openstack.org/59152723:37
*** gfidente|fk is now known as gfidente23:42
*** slaweq_ has joined #openstack-qa23:53
*** slaweq_ has quit IRC23:57

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