Tuesday, 2021-06-15

*** diablo_rojo is now known as Guest218103:19
*** ykarel|away is now known as ykarel04:18
*** marios is now known as marios|ruck05:16
*** ysandeep|out is now known as ysandeep06:09
*** iurygregory_ is now known as iurygregory06:19
*** rpittau|afk is now known as rpittau07:13
*** ykarel is now known as ykarel|lunch07:38
opendevreviewMerged openstack/releases master: Create OpenStack-Ansible Wallaby Beta release  https://review.opendev.org/c/openstack/releases/+/79597409:28
opendevreviewMerged openstack/releases master: release oslo's deliverables for xena  https://review.opendev.org/c/openstack/releases/+/79578009:52
*** ykarel|lunch is now known as ykarel09:57
elodilleshmmm, we have a release job failure: https://zuul.opendev.org/t/openstack/build/b5762a328d414489b84809afb3eea12b10:17
elodillesssh connection time out :S10:17
elodillesthe tag seems to be there: https://opendev.org/openstack/oslo.service/src/tag/2.6.010:19
elodillesbut announce-release and propose-update-constraints jobs were skipped :S10:20
elodilleshberaud ttx ^^^10:21
hberaudack10:51
hberaudelodilles: still related to the previous failure, oslo.service 2.6.0 hasn't been uploaded to pypi11:06
hberaudfungi: Hello, we just experienced a new release job failure related to a ssh connection time out, unfortunatelly the deliverable hasn't been uploaded to pypi https://zuul.opendev.org/t/openstack/build/b5762a328d414489b84809afb3eea12b/log/job-output.txt#731 Please can you reenqueue this job? http://lists.openstack.org/pipermail/release-job-failures/2021-June/001540.html11:10
*** ysandeep is now known as ysandeep|afk11:24
fungiyeah, looks like rsync suddenly couldn't connect from the executor to the job node to pull the built sdist/wheel for publication11:24
fungithat node was in citycloud, wonder if there's some intermittent network connectivity issues recently11:25
fungizuul enqueue-ref --tenant=openstack --trigger=gerrit --pipeline=release --project=openstack/oslo.service --ref=refs/tags/2.6.0 --newrev=f9eb7d369501a96331a88bf8756482b023af8a1f11:27
fungihberaud: ^ that's been enqueued now11:28
hberaudfungi: thank you11:28
hberaudrelease-openstack-python passed11:42
fungiawesome11:58
opendevreviewMerged openstack/releases master: python-glanceclient 3.4.0  https://review.opendev.org/c/openstack/releases/+/79583611:59
opendevreviewHervé Beraud proposed openstack/releases master: Fix validation to ensure that first release of series isn't a bugfix  https://review.opendev.org/c/openstack/releases/+/79645612:27
hberaudsmcginnis, elodilles FYI ^ 12:27
ttxnice12:32
hberaudHowever I've some concern...12:32
hberaudSee my comment on the patch12:33
*** ysandeep|afk is now known as ysandeep12:33
ttxyeah, in theory "skip_existing_tags" makes sense for that test... but it does not work as advertised12:34
hberaudyes12:34
ttxSo I think that's what should be fixed instead12:34
hberaudyes, I move this patch to WIP12:34
opendevreviewHervé Beraud proposed openstack/releases master: [WIP] Fix validation to ensure that first release of series isn't a bugfix  https://review.opendev.org/c/openstack/releases/+/79645612:34
hberaud^12:34
ttxyeah so the logic in includes_new_tag() is only exercised in skip_existing_tags()12:36
ttxso if it's buggy it's likely we haven't noticed12:36
hberaudyes12:37
ttxlooks like that gitutils.commit_exists() does not return what we expect it to. Oh well12:45
hberaudyes the return of this function seems to trigger the addition of the tag to the `existing_tag_cache` and so the new tag will be seen as an existing tag and so it will be skipped12:52
hberaudApparently this method (gitutils.commit_exists) return true when the decorator is called by `validate_pypi_readme`13:03
hberaudtrue mean that the version exist13:04
hberaudhttps://opendev.org/openstack/releases/blame/branch/master/openstack_releases/cmds/validate.py#L84413:04
hberaudand so your validation start to "fail" from this point13:05
hberaudAh13:06
hberaudI think it's because before this point we check if we can build sdist from the tag, and so, we create it temporarly13:07
hberaudI think that we need to delete this temporary tag at the end of the test13:08
hberaud`git tag -m temporary tag 3.3.1 de0e9d9510e997c5d49fc28e7175e326f216b038 `13:08
hberaudThis is the check that I added during Wallaby to ensure us to catch the tags issue similar to those faced by tripleo when their trailing projects weren't not branched in time and tagged within recent series13:12
*** diablo_rojo__ is now known as diablo_rojo13:13
hberaudso... the output of gitutils.commit_exists is correct, we just need to clean generated stuff at the end of the test13:13
opendevreviewIhar Hrachyshka proposed openstack/releases master: ovsdbapp 1.11.0  https://review.opendev.org/c/openstack/releases/+/79647313:38
opendevreviewHervé Beraud proposed openstack/releases master: Fix validation to ensure that first release of series isn't a bugfix  https://review.opendev.org/c/openstack/releases/+/79645613:41
opendevreviewHervé Beraud proposed openstack/releases master: [DNM] PoC to ensure that our validation checks are fixed  https://review.opendev.org/c/openstack/releases/+/79648514:12
*** rpittau is now known as rpittau|afk14:29
opendevreviewHervé Beraud proposed openstack/releases master: Fix validation to ensure that first release of series isn't a bugfix  https://review.opendev.org/c/openstack/releases/+/79645614:55
opendevreviewHervé Beraud proposed openstack/releases master: [DNM] PoC to ensure that our validation checks are fixed  https://review.opendev.org/c/openstack/releases/+/79648514:55
*** ykarel_ is now known as ykarel14:56
opendevreviewMerged openstack/releases master: [congress] Transition Ocata to End of Life  https://review.opendev.org/c/openstack/releases/+/79564915:01
opendevreviewMerged openstack/releases master: [searchlight] Transition Ocata to End of Life  https://review.opendev.org/c/openstack/releases/+/79567315:07
*** ysandeep is now known as ysandeep|out15:41
*** marios|ruck is now known as marios|out15:57
hberaudelodilles, ttx: Please can you double check this last job fail => https://review.opendev.org/c/openstack/releases/+/792820 I was thinking that all the needed config was restored, I surely missed something16:05
*** ricolin_ is now known as ricolin16:26
*** ricolin_ is now known as ricolin17:32

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