Friday, 2021-09-24

opendevreviewMerged openstack/patrole master: Move to Xena testing runtime template  https://review.opendev.org/c/openstack/patrole/+/78851100:32
opendevreviewAde Lee proposed openstack/tempest master: WIP Add support for ecdsa keys  https://review.opendev.org/c/openstack/tempest/+/80746503:31
opendevreviewAde Lee proposed openstack/tempest master: Add skip for tests that wont work under fips  https://review.opendev.org/c/openstack/tempest/+/81080803:31
opendevreviewAde Lee proposed openstack/tempest master: DNM - Add temporary link to patched paramiko  https://review.opendev.org/c/openstack/tempest/+/81080903:31
*** akekane_ is now known as abhishekk05:23
*** rpittau|afk is now known as rpittau06:41
*** jpena|off is now known as jpena07:07
opendevreviewAlfredo Moralejo proposed openstack/devstack master: [WIP] Support CentOS Stream 9  https://review.opendev.org/c/openstack/devstack/+/80090307:40
opendevreviewMerged openstack/patrole master: Add stable/wallaby job on master gate  https://review.opendev.org/c/openstack/patrole/+/78874608:17
opendevreviewAlfredo Moralejo proposed openstack/devstack master: [WIP] Support CentOS Stream 9  https://review.opendev.org/c/openstack/devstack/+/80090308:42
opendevreviewLee Yarwood proposed openstack/tempest master: zuul: Add a CentOS 8 stream job to integrated-gate-compute  https://review.opendev.org/c/openstack/tempest/+/79761410:52
*** jpena is now known as jpena|lunch11:02
*** bhagyashris is now known as bhagyashris|rover11:09
*** dviroel|out is now known as dviroel11:13
opendevreviewyatin proposed openstack/devstack master: [WIP] Support CentOS Stream 9  https://review.opendev.org/c/openstack/devstack/+/80090311:22
*** jpena|lunch is now known as jpena11:52
opendevreviewOpenStack Release Bot proposed openstack/devstack stable/xena: Update .gitreview for stable/xena  https://review.opendev.org/c/openstack/devstack/+/81089312:53
opendevreviewOpenStack Release Bot proposed openstack/devstack stable/xena: Update TOX_CONSTRAINTS_FILE for stable/xena  https://review.opendev.org/c/openstack/devstack/+/81089412:53
frickleryoctozepto: I added some comments on the bullseye patch, do you want to continue with that or should I take it over again? both options are fine for me, I just want to avoid duplicating efforts13:03
opendevreviewLee Yarwood proposed openstack/tempest master: WIP scenario: Migrate attached read-only multiattach volume  https://review.opendev.org/c/openstack/tempest/+/81051413:24
yoctozeptofrickler: I'm drowning in tasks atm, you are very welcome to take it! :-)13:27
frickleryoctozepto: o.k., so I'll do some more runs with concurrency=2 and then try to finalize this13:45
amodiartom: lyarwood does it look good to merge now? https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/78697914:17
artomamodi, I'm looking at it now14:18
amodiack14:18
artomamodi, there, I think the domblklist helper can be improved14:26
*** pojadhav is now known as pojadhav|out14:26
amodisure, /me checks14:30
opendevreviewOpenStack Release Bot proposed openstack/grenade stable/xena: Update .gitreview for stable/xena  https://review.opendev.org/c/openstack/grenade/+/81092614:37
opendevreviewOpenStack Release Bot proposed openstack/grenade stable/xena: Update TOX_CONSTRAINTS_FILE for stable/xena  https://review.opendev.org/c/openstack/grenade/+/81092714:37
opendevreviewArchit Modi proposed openstack/whitebox-tempest-plugin master: Add Rbd direct download test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/78697914:46
amodiartom: ^ did implement it, only somewhat-of-an-issue is if I return None, the self.assertNotIn still would pass for 'rbd'. Do i add another assert to check if path exists?14:50
amodiif the source does not exist, ill get an UnboundLocalError, so it will anyway fail14:51
artomamodi, oh right, because assertNotIn('rbd', None) is True14:52
amodiyup14:52
artomI guess it's legit to assume get_server_blockdevice_path always returns something...14:53
amodiyeah ill remove returning None then, from get-server_blockpth14:53
artomI mean the thing is... if would still return None implicitly if there was programmer error14:54
artomIOW, you pass it 'vdda' or something and it doesn't find that line in the domblklist output14:55
artomSo maybe it's more robust to assert not none, and then assert the actual value14:55
amodiartom: it will fail the test with Unboundlocalerror, source is not intiatied before the14:55
amodii'd tried it and it had failed14:56
amodiUnboundLocalError: local variable 'source' referenced before assignment Ran 1 test in 93.815s  FAILED (failures=1)   14:57
artomamodi, oh right, my bad, we have to set source = None before the loop15:05
artom`source or None` doesn't work if `source` has never been init'ed15:05
amodiyup15:05
amodiartom: i guess then, i can assert this: assertIsNotNone(path) or assertNotIn('rbd', path)15:08
amodiintiate source to None also15:08
artomamodi, 'and' instead of 'or', surely?15:08
amodioh yes, and15:08
amodicool15:08
artomYeah, that sounds good to me15:08
opendevreviewArchit Modi proposed openstack/whitebox-tempest-plugin master: Add Rbd direct download test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/78697915:13
opendevreviewArchit Modi proposed openstack/whitebox-tempest-plugin master: Add Rbd direct download test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/78697915:15
yoctozeptofrickler: ack15:28
opendevreviewMerged openstack/devstack stable/xena: Update .gitreview for stable/xena  https://review.opendev.org/c/openstack/devstack/+/81089316:06
opendevreviewMerged openstack/devstack stable/xena: Update TOX_CONSTRAINTS_FILE for stable/xena  https://review.opendev.org/c/openstack/devstack/+/81089416:06
*** jpena is now known as jpena|off16:11
clarkbheads up a lot of devstack based jobs are retry limiting because something is trying to create the swapfile twice on the same host which leads to "mkswap: error: /root/swapfile is mounted; will not make swapspace"16:19
clarkbhttps://zuul.opendev.org/t/openstack/build/52fa83b18e1a476b80afc41617fe68f9/log/job-output.txt#1138 is an example of this. Note the controller laready had swap created at https://zuul.opendev.org/t/openstack/build/52fa83b18e1a476b80afc41617fe68f9/log/job-output.txt#92316:19
clarkbfungi: ^ I was out yesterday, curious if you have any idea what might have triggered that16:22
clarkbalso unrelated it looks like openstack health is dead now? I don't think we've started deleting any of the hosts around that, but this is why we'd like to.16:23
fungiclarkb: nope, nobody mentioned swap issues, no clue what that's about16:25
fungiand no we haven't deleted anything around openstack-health yet16:25
fungisomething's probably just crashed again16:25
fungior we filled up the subunit db or something16:26
clarkbya I think the subunit workers are not putting new data into the database16:26
clarkbit warns of stale data when you load up the page16:26
clarkblooking at the rendered console the pre playbook is running twice16:39
clarkbI think configure-swap should ideally be idempotent, but this also points out what is likely a bug so maybe it is good that it isn't16:39
fungiis someone double-adding a pre-run stanza, like in a job which is already inheriting it?16:44
clarkbfungi: ya looking at the inheritance path I see some oddness with the feature/r1 branch16:44
clarkbI think that may be what is happening: we've got two branches adding the pre.yaml for some reason16:45
clarkbalso xena seems to be in the mix https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_52f/800291/2/check/neutron-tempest-plugin-scenario-linuxbridge/52fa83b/zuul-info/inventory.yaml16:45
fungiwhat project has a feature/r1 branch?16:46
clarkbI think that may be openstacksdk?16:46
clarkbI'm not compeltely sure16:46
clarkbbut  I think that may be noise I want to say that has been stable for a bit. The real issue is likely related to the xena branch ending up in the inheritance tree there16:47
clarkband we're running master and xena pre.yaml pre-run playbooks16:47
fungioh, because of some project(s) having not yet branched for stable/xena?16:48
clarkbMaybe? though I doubt it? Seems like somehow the devstack-tempest job is finding devstack's master and xena configs. I wonder if devstack recently branched and has a branch directive for master that is now on xena16:49
clarkbyes that is exactly it16:49
clarkbhttps://opendev.org/openstack/devstack/src/branch/stable/xena/.zuul.yaml#L1-L7 that needs to be deleted I think16:50
fungioh, ouch16:50
clarkbI'll push a change16:50
fungihappy to +2, i think i have core on devstack anyway16:50
opendevreviewClark Boylan proposed openstack/devstack stable/xena: Remove the zuul pragma to match master and feature/r1  https://review.opendev.org/c/openstack/devstack/+/81094716:53
clarkbBasically all master (and maybe xena) devstack based jobs will fail until that merges. And possibly after that merges if that is an incomplete fix16:53
clarkbfungi: any idea on how we can tell when the xena branch was created? I'd like to write an email about this to openstack-discuss and having a rough time frame for when this started would be good. I guess some openstack/releases job creates it?16:54
fungishould have been a merge to openstack/releases16:55
fungichecking16:55
fungilooks like the most i can give on devstack (at least stable/xena) is cr +116:55
fungiclarkb: https://review.opendev.org/810864 Create stable/xena for devstack Submitted-at: Fri, 24 Sep 2021 12:47:26 +000016:57
fungiso a little over 4 hours16:57
clarkbhttps://zuul.opendev.org/t/openstack/build/ebe77aee0c104c9e9b917ff28a4731ee/log/job-output.txt#715 seems to be the exact time16:57
clarkbAlright I'll write that email now, link to the fix, and then go back to reviewing these zuul changes16:58
*** dviroel is now known as dviroel|afk17:49
clarkbI'm hoping others will be able to review and approve that change but I guess if it passes check testing I can go ahead and self approve it17:55
opendevreviewMerged openstack/grenade stable/xena: Update .gitreview for stable/xena  https://review.opendev.org/c/openstack/grenade/+/81092618:17
clarkba tempest test faield in the main tempest job for 81094718:18
clarkbI guess I approve and recheck it anyway18:18
gmannclarkb: thanks, +218:20
gmannwe need to add a note there to take care of it while cutting stable branch18:20
fungigmann: in this case i think it's a one-off, but yes if that pragma is still there on master in six months you'll want to undo it on stable/yoga as well18:25
fungiso i agree, a code comment next to it may help, *if* people notice it/remember18:25
gmannyeah, I will also add it in QA release wiki page so that we do not forget it18:27
fungigood idea18:34
clarkbright depends on how long that feature/r1 branch will be around18:40
*** dviroel|afk is now known as dviroel21:00
*** dviroel is now known as dviroel|out21:53
opendevreviewRonelle Landy proposed openstack/tempest master: DNM - test python syntax fix  https://review.opendev.org/c/openstack/tempest/+/81096922:22
opendevreviewMerged openstack/devstack stable/xena: Remove the zuul pragma to match master and feature/r1  https://review.opendev.org/c/openstack/devstack/+/81094722:47
opendevreviewGhanshyam proposed openstack/devstack stable/xena: Update stackrc for stable/xena branch  https://review.opendev.org/c/openstack/devstack/+/81099122:52
opendevreviewGhanshyam proposed openstack/grenade master: Update the master grenade setting for xena to master upgrade  https://review.opendev.org/c/openstack/grenade/+/81099222:52
opendevreviewGhanshyam proposed openstack/grenade stable/xena: Update grenade setting in stable/xena  https://review.opendev.org/c/openstack/grenade/+/81099422:56
opendevreviewGhanshyam proposed openstack/devstack master: Update DEVSTACK_SERIES to yoga  https://review.opendev.org/c/openstack/devstack/+/81099523:01
opendevreviewGhanshyam proposed openstack/devstack stable/xena: Cap max microversions for stable/xena  https://review.opendev.org/c/openstack/devstack/+/81099723:08
opendevreviewGhanshyam proposed openstack/tempest master: Add Tempest gate job for stable/xena  https://review.opendev.org/c/openstack/tempest/+/81099823:12
opendevreviewGhanshyam proposed openstack/tempest master: Add Tempest gate job for stable/xena  https://review.opendev.org/c/openstack/tempest/+/81099823:20
gmannkopecmartin: this is remaining setup for Qa projects of xena release https://review.opendev.org/q/topic:%22qa-xena-release%22+(status:open%20OR%20status:merged)23:21
gmannalso updated our wiki page to remove the devstack-gate settings which we do not need anymore23:23
gmannneutron/volume/swift extensions cap for stable/xena is pending which I can do on monday23:23

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!