Monday, 2021-07-26

*** rpittau|afk is now known as rpittau07:55
*** ykarel_ is now known as ykarel08:52
*** ykarel_ is now known as ykarel09:03
opendevreviewAndreas Jaeger proposed openstack/project-config master: Retire ara projects  https://review.opendev.org/c/openstack/project-config/+/77767510:44
*** jcapitao is now known as jcapitao_lunch11:00
opendevreviewsean mooney proposed openstack/openstack-zuul-jobs master: add tex-gyre package for tgtermes.sty  https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/80229611:37
*** jcapitao_lunch is now known as jcapitao12:33
smcginnisHowdy infra folks. There have been open reviews for the openstack/bugdaystats repo since 2018. Checking group ACLs, only openstack-infra is still in the group. It's a low activity project, but if I can be added, happy to get things caught up there.13:46
zulI have a bunch of cherrypicks in a branch can I submit them all at once to gerrit and how?13:51
smcginniszul: When you submit it, each commit will become a separate gerrit review. Order depends on whatever order the commits are stacked. The .gitreview file at the root of the repo should make sure the reviews are submitted to the right stable branch.14:02
*** gibi is now known as gibi_pto14:03
zulsmcginnis: so i just run git review?14:05
zulhttps://pastebin.com/hWAn3PKr14:06
smcginniszul: It looks like one of the commits is dependent on an abandones change - https://review.opendev.org/c/starlingx/gui/+/79954014:11
zulugh ok14:12
smcginnisBut that's on master. Since you mentioned cherry-picks, I assumed you were trying to push changes to a stable branch, so not sure why the change on master matters. Make sure anything to stable has already been merged on master.14:12
fungismcginnis: happy to add you to bugdaystats-core in a few minutes14:12
smcginnisThanks fungi!14:13
fungismcginnis: okay, i've added you to the bugdaystats groups in gerrit now. approve what you like14:24
smcginnisThanks again!14:24
fungiany time14:25
opendevreviewStephen Finucane proposed openstack/openstack-zuul-jobs master: add tex-gyre package for tgtermes.sty  https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/80229614:41
stephenfinfungi: Who can we poke to get that ^ merged? Looks like it should fix the nova gate14:42
fungiany of the config-core reviewers can, i'll give it a quick onceover14:44
fungistephenfin: is this related to the sphinx update thread on the ml?14:45
stephenfinboth related in that the Sphinx update has broken things14:46
stephenfinbut it's a different break14:46
stephenfinI hadn't seen that issue. Will take a look now14:46
fungiahh, okay, mostly was looking for context. which pdf-docs job does it fix, have an example? https://zuul.opendev.org/t/openstack/builds?job_name=pdf-docs turns up nothing14:47
stephenfinhttps://zuul.opendev.org/t/openstack/build/e58c187bc90f43c8a2bb189a54c6175d/log/sphinx-build-pdf.log14:50
stephenfinthat kind of failure14:50
stephenfinlooking at https://zuul.opendev.org/t/openstack/status#openstack/nova, everything in the check queue is currently failing with that14:51
fungigot it, thanks for the context14:54
fungihave you confirmed via depends-on to 802296 that it fixes the problem?14:54
fungior confirmed locally?14:54
*** ykarel is now known as ykarel|away14:56
clarkbconsidering its just a package install add I think we can approve it and sort out later if it doesn't fully fix things14:57
fungiyeah14:57
clarkbI need to find my keys to login and do that. Will get that done momentarily14:58
fungii've added the relevant context from this discussion in a review comment15:00
stephenfinyeah, there are a couple of references to the package already too https://codesearch.opendev.org/?q=tex-gyre&i=nope&files=&excludeFiles=&repos=15:00
stephenfinCan set up a DNM patch to prove it out but it'll be an hour - running a meeting rn15:01
fungistephenfin: no need, looks straightforward enough i think we'll just approve it and hope things improve15:01
clarkbya I have approved it15:01
fungistephenfin: i was mainly wondering if you had already confirmed it worked15:02
opendevreviewMerged openstack/openstack-zuul-jobs master: add tex-gyre package for tgtermes.sty  https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/80229615:09
sean-k-mooneyclarkb: fungi  by the way i noticed that the docs job is not using the doc or pdf-docs bindep profiles to install the packages requried15:26
sean-k-mooneyis that intentional15:26
clarkbsean-k-mooney: I'm assuming people added those tags to the repos but then never really officialized them in the jobs? But I don't know the history there15:27
sean-k-mooneyi was orginally just going to add that package to the nova jobs then i noticed that we were not installing the packages with bindep15:27
clarkbMy hunch is that people adding pdf jobs didn'twant to need to update every repo to tweak the deps just for pdf building so centralized it instead15:27
sean-k-mooneywell the pdf docs requires a new tox env15:27
clarkbthen later as people wanted to do the builds locally they updated bindep in the repos they care about15:28
sean-k-mooneyto be defiend in each repo anyway15:28
clarkbbut I wasn't super involved in that process other than to high encourage trimming of the deps list so taht we don't do 3GB of package installs every run15:28
sean-k-mooneyi think we used to use the docs on in the past15:28
sean-k-mooneyanyway hopefully that was enough to fix the job15:30
sean-k-mooneyok yes so https://zuul.opendev.org/t/openstack/build/ee1b813d633e4853ac92b0a0b2d6b088 now passed15:38
fungii agree if there's a way to determine that the openstack-tox-docs job should build a pdf for a particular project then the job should probably install any packages included in the pdf-docs profile in bindep.txt15:47
sean-k-mooneyright now it seams to be calling bindep but just with the base profile15:49
sean-k-mooneyi did find a refrence to useint the compile and doc profile soemwhere but i forget where that was15:50
clarkbthe compile profiel is used a lot in our docker image builds15:50
sean-k-mooneyits was here https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/zuul.d/jobs.yaml#L69015:52
sean-k-mooneyit does not include pdf-docs however15:53
sean-k-mooneyim also not sure that that is actully used when set15:53
sean-k-mooneyi can see that the job does invoke bindep15:53
sean-k-mooneybut it does not have all the packages i would expect based on the doc tag15:53
sean-k-mooneythis is what was installed https://zuul.opendev.org/t/openstack/build/ee1b813d633e4853ac92b0a0b2d6b088/log/job-output.txt#45015:54
sean-k-mooneywell actully nova does not have much with doc and does not use compile15:55
sean-k-mooneyso that might eb working but currently its not installing pdf-docs15:55
sean-k-mooneywhich i guess makes sense15:56
sean-k-mooneythe only project that use pdf-docs in the bindep defienion are the ones where i added or fixed the pdf-doc gengeration15:57
sean-k-mooneyand in does case i explitly used pdf-docs no doc for the deps to not install the pdf deps in the jobs that did  not need them15:59
fungiso sounds like something we could standardize on (and document in the pti)15:59
sean-k-mooneywe could although in this case it proably woudl not have prevented the issue since the new package we are installing was not in bindep anyway16:02
sean-k-mooneyit was previously tranistivly instlaled by one of the other packages16:03
sean-k-mooneyor the style was unused until the new sphinx was released16:03
sean-k-mooneythe job started failing after a new sphinx release right?16:04
fungiaccording to stephenfin, yes16:09
*** rlandy is now known as rlandy|ruck16:10
opendevreviewRiccardo Pittau proposed openstack/openstack-zuul-jobs master: Add template for lower-constraints on master branch only  https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/80233516:20
smcginnisTrying to clean up old reviews. If someone from infra-core has a minute, this should be an easy one to get out of the way - https://review.opendev.org/c/opendev/puppet-infra-cookiecutter/+/70845216:30
*** rpittau is now known as rpittau|afk16:37
fungismcginnis: thanks, though i have a feeling we can retire that as we don't intend to add more puppet modules for our infrastructure anyway16:51
fungimaybe worth discussing in #opendev whether we ought to consider retiring all the puppet-related stuff for opendev which isn't still in use16:51
opendevreviewMerged openstack/project-config master: Retire ara projects  https://review.opendev.org/c/openstack/project-config/+/77767517:05
clarkbfungi: I did a pass at cleaning stuff out of system-config semi recently. Retiring the modules is probably a good idea too17:17
opendevreviewSean McGinnis proposed openstack/bugdaystats master: Fix pep8 tox environment  https://review.opendev.org/c/openstack/bugdaystats/+/60286418:37
opendevreviewSean McGinnis proposed openstack/bugdaystats master: Remove use of simplejson library  https://review.opendev.org/c/openstack/bugdaystats/+/40916618:37
opendevreviewMerged openstack/bugdaystats master: Fix pep8 tox environment  https://review.opendev.org/c/openstack/bugdaystats/+/60286418:57
opendevreviewMerged openstack/bugdaystats master: Remove use of simplejson library  https://review.opendev.org/c/openstack/bugdaystats/+/40916618:57
opendevreviewSean McGinnis proposed openstack/bugdaystats master: Introduce daily bug stats chart  https://review.opendev.org/c/openstack/bugdaystats/+/37258119:06
opendevreviewMerged openstack/bugdaystats master: Introduce daily bug stats chart  https://review.opendev.org/c/openstack/bugdaystats/+/37258119:31
opendevreviewSean McGinnis proposed openstack/bugdaystats master: Update for py3 support  https://review.opendev.org/c/openstack/bugdaystats/+/80239119:53
opendevreviewMerged openstack/bugdaystats master: Update for py3 support  https://review.opendev.org/c/openstack/bugdaystats/+/80239120:04
*** prometheanfire is now known as Guest235222:56
*** ChanServ changes topic to "Discussion of OpenStack's Developer tooling and CI jobs | Discussion around infrastructure services now in #opendev"23:02

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