*** bigdogstl has quit IRC | 00:06 | |
*** bigdogstl has joined #congress | 00:18 | |
*** ekcs has quit IRC | 02:39 | |
*** ekcs has joined #congress | 02:39 | |
*** bigdogstl has quit IRC | 02:40 | |
*** michchap has joined #congress | 02:41 | |
*** bigdogstl has joined #congress | 03:06 | |
*** bigdogstl has quit IRC | 03:18 | |
*** bigdogstl has joined #congress | 03:27 | |
*** bigdogstl has quit IRC | 03:32 | |
*** bigdogstl has joined #congress | 03:55 | |
*** bigdogstl has quit IRC | 04:03 | |
*** bigdogstl has joined #congress | 04:08 | |
ekcs | hi ramineni | 04:11 |
---|---|---|
*** ramineni has quit IRC | 04:15 | |
*** bigdogstl has quit IRC | 04:18 | |
*** ramineni has joined #congress | 04:19 | |
ramineni | ekcs: ho | 04:20 |
ramineni | hi | 04:20 |
ekcs | hi happy monday! | 04:20 |
ekcs | I wanted to see if you can help me understand something. | 04:21 |
ramineni | ekcs: sure | 04:22 |
ekcs | On this patch https://review.openstack.org/#/c/531534/ , you said it’s not needed because of this other patch: https://review.openstack.org/#/c/532464/ | 04:22 |
ramineni | ekcs: yes | 04:23 |
ekcs | but the second patch on tempest plugin doesn’t make any of the zuul changes. are they not needed? i’m confused. | 04:23 |
ramineni | ekcs: https://review.openstack.org/#/c/533133/ | 04:23 |
ramineni | this is all required to enable , nothig else | 04:23 |
ramineni | ekcs: if you check the gate of that patch, all tempest tests are enabled again, not skipped | 04:24 |
ekcs | oh I see. so the two together makes the first patch unnecessary. | 04:24 |
ramineni | ekcs: for mistral too , adding that would suffice | 04:24 |
ekcs | got it. yea I was trying to check logs but the log server is having issues =( | 04:24 |
ramineni | ekcs: yes | 04:24 |
ramineni | ekcs: ohok | 04:25 |
ramineni | ekcs: but the problem is they don't work for intree , congress-tempest-plugin is needed to enable them | 04:25 |
ramineni | as for all other projects, intree tests have been removed | 04:25 |
ekcs | ok that part I’m confused about too. | 04:26 |
ekcs | why can’t we run congress in-tree plugin, using other project’s separate plugin? | 04:27 |
ramineni | ekcs: some issue, that's what I discussed with tempest team , TEMPEST_PLUGINs works in venev or something they mentioned, they are not takiing the changes ..last time we tested | 04:28 |
ramineni | so final change is make use of congress-tempest-plugin and then only others seeem to work if we add TEMPEST_PLUGIN | 04:28 |
ekcs | gosh ok I get it now. so complicated. thanks for figuring it all out. | 04:30 |
ekcs | one more clarification: as if this patch: https://review.openstack.org/#/c/533133/ | 04:31 |
ekcs | is it running tests from congress tempest plugin or intree tempest? | 04:32 |
ramineni | ekcs: not from tempest-plugin , not intree | 04:33 |
ekcs | huh what? NEITHER? | 04:34 |
ramineni | ekcs: sorry from extenral plugin , not intree | 04:34 |
ekcs | ok got it. just so I understand it completely, aside from all the other changes with test skipping. | 04:35 |
ramineni | ekcs: for any tempest change , you can add depends-on on tempest plugin patch, it will take the changes | 04:35 |
ekcs | the only change needed to switch congress check/gate from intree to external tempest plugin is this line: TEMPEST_PLUGINS='/opt/stack/new/congress-tempest-plugin | 04:35 |
ekcs | is that correct? | 04:35 |
ramineni | need to add to prjects and remove export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1 | 04:36 |
ramineni | this also needed | 04:36 |
ekcs | got it. | 04:36 |
ekcs | so the one thing that still concerns me: what happens if a tempest change and a congress server change “depends-on” each other? we just need to avoid doing that? | 04:38 |
ekcs | that is, congress patch changes to congress behavior, which needs corresponding changes to tempest plugin to pass tests. but the changes to tempest plugin won’t pass tests in tempest repo check without the corresponding changes to congress server. | 04:40 |
ekcs | I guess we just need to avoid it by writing the tempest changes in a way that passes under both new and old congress server code? | 04:41 |
ramineni | ekcs: right now, from what I understand is , on congress patch, if we add depends-on on tempest-plugin patch, we can make sure new/modified tempest tests pass, merge tempest patch and then congress | 04:41 |
ramineni | ekcs: ya, mostly shouldn't happen in backward compatible changes , but may be then we can check by adding depends-on passes the tests, then merge congress patch first and then corresponding tempest patch | 04:42 |
ramineni | ekcs: ya, but lets not get ourseleves confused now , we will see when we get to that :) | 04:43 |
ekcs | hmmm ok. | 04:43 |
ekcs | so now…. | 04:43 |
ekcs | the next step is merge the patch right? | 04:44 |
ekcs | this patch. https://review.openstack.org/#/c/533133/ | 04:44 |
ekcs | then we’ll be running off of congress-tempest-plugin | 04:45 |
ramineni | ekcs: yes | 04:45 |
-openstackstatus- NOTICE: The logs.openstack.org filesystem has been restored to full health. We are attempting to keep logs uploaded between the prior alert and this one, however if your job logs are missing please issue a recheck. | 04:45 | |
*** ChanServ changes topic to "The logs.openstack.org filesystem has been restored to full health. We are attempting to keep logs uploaded between the prior alert and this one, however if your job logs are missing please issue a recheck." | 04:45 | |
ekcs | oh perfect logs are back. | 04:46 |
ekcs | it was totally impossible to understand things. | 04:46 |
ekcs | great well let me know whenever that’s ready to merge and I’ll merge it =) | 04:46 |
ekcs | thanks so much for helping me understand all these details! | 04:47 |
ramineni | ekcs: not yet, I need to make some changes, some issue with replica job , once fixing it, ill enable all the jobs in zuul | 04:47 |
ramineni | ekcs: hopefully , would be fixing everything by today | 04:48 |
ekcs | got it. so that’s a thing, do we have to spend the time pre-queens-3 fixing this gate thing? | 04:49 |
ekcs | if we just proceed with other things, some tests will be skipped in the mean time, but we can then fix them after queens-3 | 04:49 |
ramineni | ekcs: but for mistral we need , as we won't be able to test otherwise | 04:50 |
ramineni | its always good to merge , everything tested :) than fixing later | 04:51 |
ekcs | I can test mistral simply by manually bypassingh the skip. that’s what I was doing earlier on. | 04:51 |
*** ChanServ changes topic to "Policy Summit Etherpad - https://etherpad.openstack.org/p/juno-midcycle-policy-summit" | 04:51 | |
*** bigdogstl has joined #congress | 04:51 | |
ramineni | ekcs: lets see , as most of changes done, hopefully shouldn't take much time now , if its more changes, then we can do at the end | 04:52 |
ekcs | ok. well to me it just makes more sense to prioritize that things with earlier deadline, just in case we run out of time. lots of things can happen that end up making other changes we want to make take more time. gate issues, unexpected difficulty, etc. | 04:55 |
ekcs | but it’s your call =) | 04:55 |
ramineni | ok | 04:58 |
ekcs | thanks! | 04:59 |
openstackgerrit | Merged openstack/congress master: simplify dict-to-list conversion https://review.openstack.org/533115 | 05:01 |
*** bigdogstl has quit IRC | 05:10 | |
*** bigdogstl has joined #congress | 05:17 | |
*** bigdogstl has quit IRC | 05:26 | |
*** masahito has joined #congress | 05:52 | |
*** bigdogstl has joined #congress | 05:56 | |
*** bigdogstl has quit IRC | 06:00 | |
*** bigdogstl has joined #congress | 06:12 | |
*** bigdogstl has quit IRC | 06:22 | |
*** rajivk has joined #congress | 06:26 | |
*** rajivk has left #congress | 06:26 | |
*** bigdogstl has joined #congress | 06:34 | |
*** ekcs has quit IRC | 06:38 | |
*** ekcs has joined #congress | 06:38 | |
*** absubram has joined #congress | 06:38 | |
*** bigdogstl has quit IRC | 06:39 | |
*** masahito has quit IRC | 06:43 | |
*** masahito has joined #congress | 06:43 | |
*** masahito has quit IRC | 06:45 | |
*** bigdogstl has joined #congress | 07:03 | |
*** bigdogstl has quit IRC | 07:07 | |
*** bigdogstl has joined #congress | 07:39 | |
*** masahito has joined #congress | 07:44 | |
*** bigdogstl has quit IRC | 07:48 | |
*** AlexeyAbashkin has joined #congress | 07:54 | |
openstackgerrit | Anusha Ramineni proposed openstack/congress-tempest-plugin master: Use executable from sys path https://review.openstack.org/532787 | 08:09 |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Enable skipped heat, murano, aodh tests https://review.openstack.org/533133 | 08:11 |
*** bigdogstl has joined #congress | 08:17 | |
*** bigdogstl has quit IRC | 08:26 | |
*** bigdogstl has joined #congress | 09:22 | |
*** bigdogstl has quit IRC | 09:29 | |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Fix skipped heat, murano, aodh tempest tests https://review.openstack.org/533133 | 09:33 |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Remove intree tempest tests https://review.openstack.org/531689 | 09:41 |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Remove intree tempest tests https://review.openstack.org/531689 | 09:42 |
*** absubram has quit IRC | 09:44 | |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Fix skipped heat, murano, aodh tempest tests https://review.openstack.org/533133 | 09:54 |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Remove intree tempest tests https://review.openstack.org/531689 | 09:55 |
openstackgerrit | Anusha Ramineni proposed openstack/congress-tempest-plugin master: Use executable from sys path https://review.openstack.org/532787 | 09:57 |
*** bigdogstl has joined #congress | 10:08 | |
*** bigdogstl has quit IRC | 10:19 | |
*** masahito has quit IRC | 10:20 | |
*** bigdogstl has joined #congress | 11:03 | |
*** bigdogstl has quit IRC | 11:07 | |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Fix skipped heat, murano, aodh tempest tests https://review.openstack.org/533133 | 11:11 |
*** bigdogstl has joined #congress | 11:12 | |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Fix skipped heat, murano, aodh tempest tests https://review.openstack.org/533133 | 11:12 |
*** bigdogstl has quit IRC | 11:17 | |
*** bigdogstl has joined #congress | 11:33 | |
*** bigdogstl has quit IRC | 11:41 | |
*** bigdogstl has joined #congress | 11:42 | |
*** bigdogstl has quit IRC | 11:46 | |
*** bigdogstl has joined #congress | 12:06 | |
*** bigdogstl has quit IRC | 12:11 | |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Fix skipped heat, murano, aodh tempest tests https://review.openstack.org/533133 | 12:23 |
*** bigdogstl has joined #congress | 12:33 | |
*** bigdogstl has quit IRC | 12:40 | |
*** bigdogstl has joined #congress | 12:41 | |
*** bigdogstl has quit IRC | 12:46 | |
*** bigdogstl has joined #congress | 12:50 | |
*** bigdogstl has quit IRC | 13:01 | |
*** bigdogstl has joined #congress | 13:13 | |
*** bigdogstl has quit IRC | 13:17 | |
*** openstackgerrit has quit IRC | 13:18 | |
*** bigdogstl has joined #congress | 13:27 | |
*** bigdogstl has quit IRC | 13:32 | |
*** bigdogstl has joined #congress | 13:44 | |
*** openstackgerrit has joined #congress | 13:49 | |
openstackgerrit | Pierre Crégut proposed openstack/congress master: Fix serialization of choices and reenable congress-agent. https://review.openstack.org/533248 | 13:49 |
*** bigdogstl has quit IRC | 13:49 | |
openstackgerrit | Pierre Crégut proposed openstack/congress master: Fix serialization of choices and reenable congress-agent. https://review.openstack.org/533248 | 13:58 |
*** bigdogstl has joined #congress | 14:05 | |
*** bigdogstl has quit IRC | 14:15 | |
*** bigdogstl has joined #congress | 15:24 | |
*** bigdogstl has quit IRC | 15:41 | |
*** bigdogstl has joined #congress | 16:18 | |
*** bigdogstl has quit IRC | 16:23 | |
*** bigdogstl has joined #congress | 16:25 | |
*** AlexeyAbashkin has quit IRC | 16:39 | |
*** AlexeyAbashkin has joined #congress | 16:39 | |
*** bigdogstl has quit IRC | 16:46 | |
*** AlexeyAbashkin has quit IRC | 16:47 | |
*** bigdogstl has joined #congress | 17:06 | |
*** bigdogstl has quit IRC | 17:12 | |
*** bigdogstl has joined #congress | 17:39 | |
*** bigdogstl has quit IRC | 17:44 | |
*** bigdogstl has joined #congress | 17:52 | |
*** bigdogstl has quit IRC | 17:58 | |
*** bigdogstl has joined #congress | 18:09 | |
*** bigdogstl has quit IRC | 18:16 | |
-openstackstatus- NOTICE: Zuul has been restarted and has lost queue contents; changes in progress will need to be rechecked. | 18:21 | |
*** ekcs has quit IRC | 18:31 | |
*** ekcs has joined #congress | 18:31 | |
*** AlexeyAbashkin has joined #congress | 18:50 | |
*** AlexeyAbashkin has quit IRC | 18:55 | |
*** bigdogstl has joined #congress | 19:20 | |
*** bigdogstl has quit IRC | 19:28 | |
*** AlexeyAbashkin has joined #congress | 19:51 | |
*** ekcs has quit IRC | 19:51 | |
*** ekcs has joined #congress | 19:52 | |
*** AlexeyAbashkin has quit IRC | 19:55 | |
*** bigdogstl has joined #congress | 20:20 | |
*** bigdogstl has quit IRC | 20:28 | |
*** AlexeyAbashkin has joined #congress | 20:50 | |
*** AlexeyAbashkin has quit IRC | 20:54 | |
*** bigdogstl has joined #congress | 20:58 | |
*** bigdogstl has quit IRC | 21:10 | |
*** bigdogstl has joined #congress | 21:33 | |
*** bigdogstl has quit IRC | 21:38 | |
*** AlexeyAbashkin has joined #congress | 21:50 | |
*** AlexeyAbashkin has quit IRC | 21:54 | |
*** bigdogstl has joined #congress | 21:58 | |
*** bigdogstl has quit IRC | 22:03 | |
*** bigdogstl has joined #congress | 22:09 | |
*** bigdogstl has quit IRC | 22:23 | |
*** bigdogstl has joined #congress | 22:30 | |
*** bigdogstl has quit IRC | 22:39 | |
*** bigdogstl has joined #congress | 22:51 | |
*** bigdogstl has quit IRC | 23:01 | |
*** bigdogstl has joined #congress | 23:17 | |
*** bigdogstl has quit IRC | 23:25 | |
*** bigdogstl has joined #congress | 23:40 | |
*** bigdogstl has quit IRC | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!