*** tetsuro has joined #openstack-infra | 00:04 | |
*** jamesmcarthur has joined #openstack-infra | 00:11 | |
*** gfidente|afk has quit IRC | 00:15 | |
*** lbragstad has joined #openstack-infra | 00:15 | |
*** jamesmcarthur has quit IRC | 00:16 | |
*** jamesmcarthur has joined #openstack-infra | 00:23 | |
*** jamesmcarthur has quit IRC | 00:34 | |
openstackgerrit | melanie witt proposed zuul/zuul-jobs master: Run sphinx-build in parallel for releasenotes https://review.opendev.org/727473 | 00:35 |
---|---|---|
*** rlandy has quit IRC | 00:40 | |
openstackgerrit | Sean McGinnis proposed openstack/openstack-zuul-jobs master: Don't run pdf-build if no target available https://review.opendev.org/728317 | 00:56 |
smcginnis | clarkb: Hopefully that's right. ^ | 00:56 |
clarkb | looking | 00:56 |
clarkb | yup lgtm. ianw can you review that one too? | 00:57 |
smcginnis | Thanks! | 00:58 |
clarkb | smcginnis: sorry we tested it with a pdf project but not a no pdf project | 00:58 |
ianw | huh i've never seen "is success" before | 00:58 |
clarkb | its the same co dition as the previous task which is what we want | 01:03 |
clarkb | those teo should run together or not at all | 01:03 |
openstackgerrit | Merged openstack/openstack-zuul-jobs master: Don't run pdf-build if no target available https://review.opendev.org/728317 | 01:07 |
*** jamesmcarthur has joined #openstack-infra | 01:08 | |
openstackgerrit | Ian Wienand proposed openstack/project-config master: Switch limestone server to opendev.org https://review.opendev.org/728318 | 01:08 |
melwitt | clarkb: is that change for the thing where it says "pdf-docs: skipped tests" and then the job fails? | 01:11 |
clarkb | melwitt: yes | 01:13 |
melwitt | kewl | 01:13 |
melwitt | also yay | 01:13 |
melwitt | clarkb: will it fix the erroneous skippage too? sorry I don't understand it. I saw it skipping pdf docs build when we should have it build | 01:16 |
clarkb | melwitt: the skipping shpuld be unrelated it lools for the target in tox | 01:31 |
clarkb | er in tox.ini | 01:31 |
clarkb | if the target isnt there it skips | 01:31 |
melwitt | hmm. ok... that implies that our docs job regularly skips pdf doc build, which seems weird. have to go learn what's going on there, maybe it's normal | 01:32 |
clarkb | melwitt: I think you need a [testenv:pdf-docs] section in tox.ini | 01:33 |
melwitt | we do have one | 01:33 |
*** ysandeep|sleep is now known as ysandeep | 01:34 | |
clarkb | hrm that bit didnt change. have a link to the change? | 01:34 |
melwitt | yeah... it could just be me being stupid though | 01:35 |
melwitt | sec | 01:35 |
melwitt | this change, the docs build that has already failed https://review.opendev.org/727898 | 01:37 |
melwitt | meaning zuul is running tests right now | 01:37 |
melwitt | this is the log https://7ee23445f13e89a35e0f-c7181d64af6b0b4db5e3597ec2922adf.ssl.cf2.rackcdn.com/727898/5/check/openstack-tox-docs/b83e499/job-output.txt | 01:37 |
clarkb | melwitt: ok I understand now. It does actually run the pdf build. The logs for that are at https://7ee23445f13e89a35e0f-c7181d64af6b0b4db5e3597ec2922adf.ssl.cf2.rackcdn.com/727898/5/check/openstack-tox-docs/b83e499/sphinx-build-pdf.log now | 01:38 |
clarkb | we moved the logs into a separate file because for some projects the logs are hundreds of megabytes | 01:38 |
clarkb | at the end of that file I link to there is the error | 01:38 |
clarkb | FreeSerif font is not found | 01:38 |
melwitt | ohhhh gosh sorry | 01:38 |
clarkb | melwitt: no its fine we moved the logs on you | 01:39 |
clarkb | unfortuantely the giant logs were killing logstash | 01:39 |
clarkb | so we needed to get them where they could be found but not in logstash | 01:39 |
melwitt | ok so I put the fonts in bindep.txt like this fonts-freefont-otf [pdf-docs] | 01:39 |
clarkb | if there is a bindep profile for pdf docs you can probably add that font | 01:39 |
clarkb | ya that looks right | 01:39 |
melwitt | but it's not picking up the label? | 01:39 |
clarkb | hrm let me see what the job does for bindep | 01:40 |
melwitt | it was working before when I had only [doc] | 01:40 |
melwitt | I wasn't sure how to check which labels are valid for each job type | 01:40 |
clarkb | melwitt: I think it is just using [doc] with bindep | 01:41 |
clarkb | melwitt: the best way is to check the jobs bindep role call let me see if I can find it | 01:41 |
melwitt | I can find it, don't wanna waste more of your time. as always, thanks for your help | 01:42 |
clarkb | melwitt: https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/zuul.d/jobs.yaml#L435 | 01:43 |
clarkb | not a waste | 01:43 |
melwitt | ahhh I see thank you | 01:43 |
*** jamesmcarthur has quit IRC | 01:44 | |
clarkb | there is also a hardcoded set of pdf deps | 01:44 |
melwitt | oh fun | 01:44 |
*** jamesmcarthur has joined #openstack-infra | 01:45 | |
clarkb | https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/roles/prepare-build-pdf-docs/tasks/main.yaml#L7-L20 | 01:45 |
clarkb | possible that your additonal fonts make sense there. There are a couple fonts listed already | 01:45 |
melwitt | oh yeah, I do think so | 01:45 |
melwitt | it's the gnu free font pack | 01:45 |
melwitt | I had been wondering how the other needed things like latexmk were getting installed without being in our bindep | 01:46 |
melwitt | now I know | 01:46 |
*** dchen has quit IRC | 01:49 | |
*** jamesmcarthur has quit IRC | 01:49 | |
*** dchen has joined #openstack-infra | 01:51 | |
*** armax has quit IRC | 01:57 | |
*** apetrich has quit IRC | 02:09 | |
*** rlandy has joined #openstack-infra | 02:11 | |
*** jamesmcarthur has joined #openstack-infra | 02:12 | |
*** jamesmcarthur has quit IRC | 02:14 | |
*** jamesmcarthur has joined #openstack-infra | 02:14 | |
openstackgerrit | Ian Wienand proposed openstack/project-config master: Remove linaro-london cloud https://review.opendev.org/728332 | 02:17 |
*** jamesmcarthur_ has joined #openstack-infra | 02:17 | |
openstackgerrit | melanie witt proposed openstack/openstack-zuul-jobs master: Add fonts-freefont-otf to pdf docs build prereqs https://review.opendev.org/728333 | 02:18 |
*** gyee has quit IRC | 02:18 | |
*** jamesmcarthur has quit IRC | 02:18 | |
*** jamesmcarthur has joined #openstack-infra | 02:20 | |
*** jamesmca_ has joined #openstack-infra | 02:21 | |
*** jamesmcarthur_ has quit IRC | 02:22 | |
*** jamesmcarthur_ has joined #openstack-infra | 02:23 | |
*** jamesmcarthur has quit IRC | 02:24 | |
*** icarusfactor has joined #openstack-infra | 02:25 | |
*** jamesmca_ has quit IRC | 02:25 | |
*** jamesmcarthur has joined #openstack-infra | 02:26 | |
*** factor has quit IRC | 02:26 | |
*** jamesmca_ has joined #openstack-infra | 02:27 | |
*** jamesmc__ has joined #openstack-infra | 02:28 | |
*** jamesmcarthur_ has quit IRC | 02:28 | |
*** jamesmcarthur has quit IRC | 02:30 | |
*** jamesmca_ has quit IRC | 02:31 | |
*** jamesmc__ has quit IRC | 02:32 | |
*** icarusfactor has quit IRC | 02:51 | |
*** icarusfactor has joined #openstack-infra | 02:52 | |
*** ociuhandu has joined #openstack-infra | 03:05 | |
*** ociuhandu has quit IRC | 03:09 | |
*** stevebaker has quit IRC | 03:12 | |
*** TerianceVi has quit IRC | 03:12 | |
*** jamesmcarthur has joined #openstack-infra | 03:14 | |
*** TViernion has joined #openstack-infra | 03:15 | |
*** jamesmcarthur has quit IRC | 03:17 | |
*** jamesmcarthur has joined #openstack-infra | 03:17 | |
*** tetsuro has quit IRC | 03:21 | |
openstackgerrit | Ian Wienand proposed openstack/project-config master: Switch RAX IAD mirror to opendev.org version https://review.opendev.org/727917 | 03:21 |
openstackgerrit | Ian Wienand proposed openstack/project-config master: Remove citycloud kna1/lon1/sto2 clouds https://review.opendev.org/727902 | 03:21 |
openstackgerrit | Ian Wienand proposed openstack/project-config master: Remove Citycloud from grafana https://review.opendev.org/727956 | 03:21 |
openstackgerrit | Ian Wienand proposed openstack/project-config master: Remove linaro-london cloud https://review.opendev.org/728332 | 03:21 |
openstackgerrit | Ian Wienand proposed openstack/project-config master: Switch vexxhost mirrors to opendev.org https://review.opendev.org/728310 | 03:21 |
openstackgerrit | Ian Wienand proposed openstack/project-config master: Switch limestone server to opendev.org https://review.opendev.org/728318 | 03:21 |
openstackgerrit | Ian Wienand proposed openstack/project-config master: site-variables: remove opendev.org mirror switch https://review.opendev.org/728345 | 03:21 |
*** matt_kosut has joined #openstack-infra | 03:30 | |
*** stevebaker has joined #openstack-infra | 03:34 | |
*** matt_kosut has quit IRC | 03:35 | |
*** kevinz has quit IRC | 03:37 | |
*** psachin has joined #openstack-infra | 03:39 | |
*** factor has joined #openstack-infra | 03:45 | |
*** kevinz has joined #openstack-infra | 03:46 | |
*** icarusfactor has quit IRC | 03:47 | |
*** factor has quit IRC | 03:51 | |
*** factor has joined #openstack-infra | 03:52 | |
*** ykarel|away is now known as ykarel | 03:54 | |
*** jamesmcarthur has quit IRC | 03:57 | |
*** jamesmcarthur has joined #openstack-infra | 03:57 | |
*** stevebaker has quit IRC | 04:00 | |
*** jamesmcarthur has quit IRC | 04:08 | |
*** rkukura_ has joined #openstack-infra | 04:09 | |
*** jamesmcarthur has joined #openstack-infra | 04:09 | |
*** jamesmcarthur has quit IRC | 04:10 | |
*** jamesmcarthur has joined #openstack-infra | 04:10 | |
*** rkukura has quit IRC | 04:12 | |
*** rkukura_ is now known as rkukura | 04:12 | |
*** zzzeek has quit IRC | 04:23 | |
*** zzzeek has joined #openstack-infra | 04:24 | |
*** evrardjp has quit IRC | 04:33 | |
*** ociuhandu has joined #openstack-infra | 04:33 | |
*** evrardjp has joined #openstack-infra | 04:33 | |
*** mihalis68_ has quit IRC | 04:39 | |
*** ociuhandu has quit IRC | 04:43 | |
*** ociuhandu has joined #openstack-infra | 04:44 | |
*** ociuhandu has quit IRC | 04:50 | |
*** ysandeep is now known as ysandeep|afk | 04:51 | |
*** tetsuro has joined #openstack-infra | 05:11 | |
*** tetsuro has quit IRC | 05:11 | |
*** tetsuro has joined #openstack-infra | 05:17 | |
*** artom has quit IRC | 05:25 | |
*** udesale has joined #openstack-infra | 05:25 | |
*** matt_kosut has joined #openstack-infra | 05:31 | |
*** matt_kosut has quit IRC | 05:36 | |
*** lmiccini has joined #openstack-infra | 05:36 | |
*** ociuhandu has joined #openstack-infra | 05:52 | |
*** ccamacho has joined #openstack-infra | 05:56 | |
*** dpawlik has joined #openstack-infra | 05:58 | |
*** ociuhandu has quit IRC | 05:59 | |
*** ysandeep|afk is now known as ysandeep | 06:03 | |
*** zxiiro has quit IRC | 06:04 | |
*** matt_kosut has joined #openstack-infra | 06:12 | |
*** jamesmcarthur has quit IRC | 06:22 | |
*** dklyle has quit IRC | 06:27 | |
*** xek_ has joined #openstack-infra | 06:30 | |
openstackgerrit | Merged openstack/project-config master: Switch RAX IAD mirror to opendev.org version https://review.opendev.org/727917 | 06:32 |
*** xek__ has quit IRC | 06:32 | |
*** rkukura has quit IRC | 06:37 | |
*** nightmare_unreal has joined #openstack-infra | 06:39 | |
*** jaosorior has joined #openstack-infra | 06:43 | |
*** ociuhandu has joined #openstack-infra | 06:45 | |
*** ykarel is now known as ykarel|afk | 06:49 | |
*** jamesmcarthur has joined #openstack-infra | 06:56 | |
*** pgaxatte has joined #openstack-infra | 06:58 | |
*** ralonsoh has joined #openstack-infra | 07:12 | |
*** rpittau|afk is now known as rpittau | 07:12 | |
*** jcapitao has joined #openstack-infra | 07:22 | |
*** bauzas is now known as bauwser | 07:24 | |
*** yolanda has joined #openstack-infra | 07:32 | |
*** tosky has joined #openstack-infra | 07:35 | |
*** xek__ has joined #openstack-infra | 07:41 | |
*** slaweq has joined #openstack-infra | 07:41 | |
*** xek_ has quit IRC | 07:43 | |
*** ociuhandu has quit IRC | 07:51 | |
*** ykarel|afk is now known as ykarel | 07:57 | |
*** gfidente has joined #openstack-infra | 08:03 | |
pgaxatte | hello | 08:04 |
pgaxatte | is there a general toolkit to run healthcheck on openstack components? | 08:04 |
pgaxatte | I'm looking for a uniform way to check the liveness of all sorts of components, api, workers, agents... | 08:05 |
pgaxatte | does that ring a bell to anyone? | 08:05 |
*** pkopec has joined #openstack-infra | 08:06 | |
*** tkajinam has quit IRC | 08:14 | |
*** dtantsur|afk is now known as dtantsur | 08:17 | |
AJaeger | pgaxatte: this is the channel for running the project infrastructure, you better ask on #openstack or #openstack-dev | 08:22 |
pgaxatte | well this is kind of in the middle on infra too I guessed :) | 08:23 |
pgaxatte | since it affects monitoring | 08:24 |
pgaxatte | but I'll ask there too, thanks AJaeger | 08:24 |
AJaeger | pgaxatte: we're not monitoring an OpenStack installation here - we monitor the infrastructure to develop OpenStack | 08:26 |
*** ykarel is now known as ykarel|lunch | 08:27 | |
pgaxatte | AJaeger: ooohhhh :) right, I forgot about, sorry! | 08:34 |
pgaxatte | about *that | 08:34 |
openstackgerrit | Andreas Jaeger proposed zuul/zuul-jobs master: DNM: Debug sibling install https://review.opendev.org/728384 | 08:44 |
*** ociuhandu has joined #openstack-infra | 08:49 | |
*** pgaxatte has quit IRC | 08:56 | |
*** pkopec has quit IRC | 08:57 | |
*** pgaxatte has joined #openstack-infra | 08:58 | |
*** ysandeep is now known as ysandeep|lunch | 09:01 | |
AJaeger | melwitt, mordred, nova is setting in tox.ini envdir and thus sibling install fails since we expect that envdir contains the envlist (pdf-docs) and not another one, see https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/tox/library/tox_install_sibling_packages.py#L190-L194 . melwitt do you want siblings working on nova? mordred is there an easy way to parse tox.ini and handle | 09:02 |
AJaeger | envlist? Or do we need to remove the envlist from nova's tox.ini? | 09:02 |
*** apetrich has joined #openstack-infra | 09:07 | |
*** ykarel|lunch is now known as ykarel | 09:07 | |
*** tetsuro has quit IRC | 09:09 | |
*** rkukura has joined #openstack-infra | 09:11 | |
*** jamesmcarthur has quit IRC | 09:13 | |
*** ysandeep|lunch is now known as ysandeep | 09:39 | |
*** jamesmcarthur has joined #openstack-infra | 09:44 | |
*** jamesmcarthur has quit IRC | 09:55 | |
AJaeger | avass said in #zuul that he's looking into it | 09:58 |
*** rpittau is now known as rpittau|bbl | 10:09 | |
*** jamesmcarthur has joined #openstack-infra | 10:23 | |
*** dpawlik has quit IRC | 10:27 | |
*** dpawlik has joined #openstack-infra | 10:28 | |
*** happyhemant has joined #openstack-infra | 10:28 | |
openstackgerrit | Sorin Sbarnea (zbr) proposed zuul/zuul-jobs master: bindep: Add missing virtualenv and fixed repo install https://review.opendev.org/693637 | 10:31 |
*** onovy has quit IRC | 10:39 | |
*** derekh has joined #openstack-infra | 10:43 | |
*** jcapitao is now known as jcapitao_lunch | 10:44 | |
*** onovy has joined #openstack-infra | 10:45 | |
*** ociuhandu has quit IRC | 11:01 | |
*** ociuhandu has joined #openstack-infra | 11:02 | |
*** ociuhandu has quit IRC | 11:02 | |
*** ociuhandu has joined #openstack-infra | 11:03 | |
*** ociuhandu has quit IRC | 11:13 | |
*** ociuhandu has joined #openstack-infra | 11:14 | |
*** ociuhandu has quit IRC | 11:14 | |
*** ociuhandu has joined #openstack-infra | 11:15 | |
*** ociuhandu has quit IRC | 11:25 | |
*** jamesmcarthur has quit IRC | 11:27 | |
Tengu | hello there! I'm not sure how to report this tiny issue? https://docs.openstack.org/.htaccess this shouldn't be accessible, right? | 11:31 |
Tengu | or is it for #opendev? | 11:31 |
Tengu | (just saw the topic) | 11:32 |
AJaeger | Tengu: what's the harm in having it accessible? | 11:35 |
Tengu | AJaeger: "just" really bad practice? | 11:35 |
Tengu | httpd has a default rule preventing access to ^\.ht.* | 11:35 |
Tengu | so I'm a but surprised to see this file being even shown in a search engine | 11:36 |
Tengu | *a bit | 11:36 |
AJaeger | hope somebody else can chime in here at a later point. | 11:36 |
AJaeger | Tengu: thanks for the report - and that's fine here as well | 11:36 |
Tengu | ok :). so no security threat since it doesn't list any hidden things, but still. that's bad | 11:37 |
AJaeger | Tengu: we have an open infrastructure, so that file shows up elsewhere while being generated as well... | 11:38 |
Tengu | right. still... at least a robots.txt should prevent its indexation :/ | 11:38 |
Tengu | just a matter of following the good/best practices | 11:39 |
*** threestrands has quit IRC | 11:46 | |
*** jamesmcarthur has joined #openstack-infra | 11:55 | |
mordred | AJaeger: looking | 12:00 |
*** jamesmcarthur has quit IRC | 12:04 | |
*** ociuhandu has joined #openstack-infra | 12:05 | |
openstackgerrit | Merged openstack/project-config master: Remove citycloud kna1/lon1/sto2 clouds https://review.opendev.org/727902 | 12:05 |
AJaeger | mordred: look at https://review.opendev.org/728377 - that finally works with siblings (see depends-on) but builds PDFs for openstackdocstheme instead of nova, so the cross job openstackdocstheme-cross-nova-tox-docs is wrong. Any idea? | 12:06 |
*** rpittau|bbl is now known as rpittau | 12:06 | |
openstackgerrit | Merged openstack/project-config master: Remove Citycloud from grafana https://review.opendev.org/727956 | 12:07 |
openstackgerrit | Merged openstack/project-config master: Remove linaro-london cloud https://review.opendev.org/728332 | 12:07 |
*** sshnaidm|afk is now known as sshnaidm|off | 12:07 | |
AJaeger | mordred: also the releasenotes do not work, I somehow broke that one ;( | 12:08 |
*** udesale_ has joined #openstack-infra | 12:10 | |
mordred | AJaeger: the html is building for nova | 12:11 |
mordred | AJaeger: https://107a1c6a11125fdcbbd1-cd5fce80661c9ae0bf98af440c9e504c.ssl.cf5.rackcdn.com/728377/6/check/openstackdocstheme-cross-nova-tox-docs/05b8f1f/docs/ | 12:11 |
mordred | AJaeger: where are the pdfs? | 12:12 |
*** jcapitao_lunch is now known as jcapitao | 12:12 | |
*** ociuhandu has quit IRC | 12:13 | |
*** udesale has quit IRC | 12:13 | |
mordred | AJaeger: (it doens't look like we register the pdf as an artifact - is it just in the html tarball?) | 12:13 |
AJaeger | mordred: we don't build the PDF since it's in openstackdocstheme, see https://zuul.opendev.org/t/openstack/build/05b8f1f03df94ebe8201950d2366d123/log/sphinx-build-pdf.log | 12:15 |
*** ysandeep is now known as ysandeep|afk | 12:16 | |
mordred | AJaeger: wait - I'm confused | 12:19 |
mordred | AJaeger: it looks to me like it's running pdf docs in the nova dir | 12:21 |
mordred | https://zuul.opendev.org/t/openstack/build/05b8f1f03df94ebe8201950d2366d123/log/job-output.txt#1218 | 12:22 |
AJaeger | https://zuul.opendev.org/t/openstack/build/05b8f1f03df94ebe8201950d2366d123/log/sphinx-build-pdf.log#462 | 12:23 |
AJaeger | mordred: check that ^ | 12:23 |
AJaeger | I don't know what breaks it suddenly | 12:23 |
AJaeger | found it - zuul.project.src_dir vs zuul.work_dir. A change from yesterday. Fix coming | 12:24 |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-jobs master: Add remove-zuul-sshkey https://review.opendev.org/680712 | 12:24 |
mordred | AJaeger: yes! I also just found that | 12:25 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-zuul-jobs master: Fix build-pdf-docs working directory https://review.opendev.org/728430 | 12:26 |
AJaeger | mordred: you're way faster than me ;) | 12:26 |
AJaeger | fix above ^ | 12:26 |
*** ysandeep|afk is now known as ysandeep | 12:29 | |
*** panda|out is now known as panda | 12:30 | |
*** artom has joined #openstack-infra | 12:32 | |
*** ociuhandu has joined #openstack-infra | 12:39 | |
*** lbragstad_ has joined #openstack-infra | 12:54 | |
*** lbragstad_ has quit IRC | 12:54 | |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Fix broken tox-siblings.yaml test https://review.opendev.org/728438 | 12:55 |
*** ykarel is now known as ykarel|afk | 12:56 | |
*** lbragstad has quit IRC | 12:56 | |
*** lbragstad has joined #openstack-infra | 13:01 | |
*** jamesmcarthur has joined #openstack-infra | 13:01 | |
*** jamesmcarthur has quit IRC | 13:11 | |
openstackgerrit | Sorin Sbarnea (zbr) proposed zuul/zuul-jobs master: tox: allow tox to be upgraded https://review.opendev.org/690057 | 13:13 |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Fix broken tox-siblings.yaml test https://review.opendev.org/728438 | 13:32 |
openstackgerrit | Merged zuul/zuul-jobs master: Add remove-zuul-sshkey https://review.opendev.org/680712 | 13:33 |
AJaeger | config-core, please review https://review.opendev.org/728430 | 13:37 |
AJaeger | clarkb, mordred , do you know why tox needs to recreate the environment for PDF building? | 13:39 |
AJaeger | See https://zuul.opendev.org/t/openstack/build/bd7ce066b0a549f683e2f04e82083598/log/sphinx-build-pdf.log#8 | 13:40 |
AJaeger | it's created here: https://zuul.opendev.org/t/openstack/build/bd7ce066b0a549f683e2f04e82083598/console#3/0/19/ubuntu-bionic | 13:41 |
AJaeger | is there an option to not recreate? | 13:41 |
mordred | AJaeger: it's going to be because of siblings I'd imagine - we will have put some things into the env that don't match up with what it expects to be there | 13:43 |
mordred | AJaeger: the optimization there of using the docs envdir with the pdf-docs env might be working against us in this case | 13:44 |
AJaeger | mordred: Fun ;( | 13:45 |
AJaeger | the earlier build of tox -e docs does not recreate it | 13:46 |
*** zxiiro has joined #openstack-infra | 13:48 | |
AJaeger | https://zuul.opendev.org/t/openstack/build/7778a959ef7a4f9ba5d6f5430dd8abf2/console does not recreate | 13:49 |
AJaeger | So, I wonder whther the change from yesterday for roles/build-pdf-docs/tasks/main.yaml is the culprit | 13:49 |
AJaeger | let's pass in the constraints in the environment... | 13:50 |
*** kevinz has quit IRC | 13:50 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-zuul-jobs master: build-pdf-docs: Pass environment https://review.opendev.org/728454 | 13:52 |
AJaeger | mordred: ^ | 13:52 |
*** Goneri has joined #openstack-infra | 13:56 | |
*** icarusfactor has joined #openstack-infra | 14:02 | |
*** factor has quit IRC | 14:05 | |
*** d34dh0r53 has quit IRC | 14:05 | |
*** jamesmcarthur has joined #openstack-infra | 14:08 | |
*** d34dh0r53 has joined #openstack-infra | 14:09 | |
*** ykarel|afk is now known as ykarel | 14:10 | |
AJaeger | fungi, clarkb, could you review https://review.opendev.org/728454 and https://review.opendev.org/728430 , please? | 14:15 |
*** jamesmcarthur has quit IRC | 14:17 | |
openstackgerrit | Merged zuul/zuul-jobs master: Fix broken tox-siblings.yaml test https://review.opendev.org/728438 | 14:19 |
AJaeger | thanks, fungi ! | 14:23 |
*** bnemec is now known as beekneemech | 14:27 | |
openstackgerrit | Merged openstack/openstack-zuul-jobs master: Fix build-pdf-docs working directory https://review.opendev.org/728430 | 14:28 |
openstackgerrit | Merged openstack/openstack-zuul-jobs master: build-pdf-docs: Pass environment https://review.opendev.org/728454 | 14:28 |
*** kevinz has joined #openstack-infra | 14:28 | |
*** dklyle has joined #openstack-infra | 14:41 | |
AJaeger | mordred: this fixes the issue! So, the environment is not recreated! | 14:42 |
mordred | AJaeger: woot! | 14:50 |
*** armax has joined #openstack-infra | 14:51 | |
AJaeger | now I need avass fix to test nova against master openstackdocstheme ;) Then all should be fine... | 14:54 |
clarkb | AJaeger: mordred passing constraints will undo siblinhs I think? It was intentionally sort of left alone as it shouldnt try to install anything newif the env is already created | 15:02 |
clarkb | I guess if a constraint conflicts with a dep it might try to correct that? | 15:03 |
*** pgaxatte has quit IRC | 15:07 | |
fungi | can probably test that locally, though we can also check a log i guess | 15:07 |
mordred | clarkb: I believe we edit the constraints in siblings | 15:10 |
*** udesale_ has quit IRC | 15:10 | |
AJaeger | clarkb: we need to pass, otherwise tox recreates the environment! | 15:11 |
AJaeger | clarkb: check how it's done in the tox role | 15:11 |
AJaeger | We always pass in constraints - without my change, it would use TOX_CONSTRAINTS_FILE=https://release.... | 15:12 |
AJaeger | With my change it uses the local constraints file, so the environment variables are exactly the same | 15:12 |
clarkb | oh its that zuul always overrides | 15:12 |
clarkb | mordred: and we edit the local copy for siblings so it wont undo on reinstall? | 15:13 |
*** jamesmcarthur has joined #openstack-infra | 15:15 | |
mordred | clarkb: I believe we edit the local copy just because we need to to be able to pass it in safely in the first place | 15:16 |
mordred | because otherwise it can reference things that are in teh siblings list | 15:16 |
mordred | but we do edit the file in place, so it *should* be the edited version from there on out | 15:16 |
*** ykarel is now known as ykarel|away | 15:16 | |
clarkb | cool then that should work | 15:17 |
AJaeger | clarkb: yeah, it finally works ;) | 15:19 |
clarkb | AJaeger: did you see melwitt's font addition? I wasnt sure what the plans for paclages like that are | 15:20 |
AJaeger | I'm fine with taking that one - but yeah, it's a grey area | 15:20 |
melwitt | tbh I'm still confused why we needed the fonts when setting latex_engine in conf.py but when openstackdocstheme does it for us, we seem to not need the fonts | 15:21 |
melwitt | I guess maybe it doesn't matter. it just made me unsure whether it's a hard requirement | 15:23 |
AJaeger | melwitt: that's really strange... | 15:24 |
melwitt | yeah. that's why I don't feel 100% about adding it to the pre step | 15:25 |
AJaeger | let's see whether https://review.opendev.org/728263 works without it - and if it does, abandon your change? | 15:26 |
melwitt | yeah that was my thought | 15:26 |
AJaeger | ok | 15:27 |
AJaeger | then let's wait and do some other work ;) | 15:27 |
melwitt | sounds good | 15:28 |
*** ysandeep is now known as ysandeep|away | 15:36 | |
*** dpawlik has quit IRC | 15:41 | |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Don't require tox_envlist https://review.opendev.org/726829 | 15:44 |
*** ociuhandu has quit IRC | 15:47 | |
*** jcapitao has quit IRC | 15:51 | |
AJaeger | mordred: can you review https://review.opendev.org/727976 , please? | 15:52 |
AJaeger | config-core, can you review https://review.opendev.org/726463 to finish retiring pbrx, please? | 15:52 |
*** lmiccini has quit IRC | 16:00 | |
*** jaosorior has quit IRC | 16:03 | |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Don't require tox_envlist https://review.opendev.org/726829 | 16:12 |
*** gyee has joined #openstack-infra | 16:13 | |
clarkb | looking | 16:20 |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Remove unecessary environment from tox_siblings test https://review.opendev.org/728494 | 16:21 |
openstackgerrit | Merged openstack/openstack-zuul-jobs master: Use new npm jobs in nodejs[468]-jobs templates https://review.opendev.org/727976 | 16:30 |
*** kberger_ has joined #openstack-infra | 16:31 | |
*** KeithMnemonic has quit IRC | 16:31 | |
*** kberger_ has quit IRC | 16:32 | |
*** kberger_ has joined #openstack-infra | 16:32 | |
*** evrardjp has quit IRC | 16:33 | |
*** evrardjp has joined #openstack-infra | 16:33 | |
*** cmurphy is now known as cmorpheus | 16:33 | |
openstackgerrit | Merged openstack/project-config master: Finish retiring x/pbrx https://review.opendev.org/726463 | 16:35 |
*** ociuhandu has joined #openstack-infra | 16:36 | |
*** ociuhandu has quit IRC | 16:41 | |
*** ociuhandu has joined #openstack-infra | 16:42 | |
*** derekh has quit IRC | 16:47 | |
openstackgerrit | Oleksandr Kozachenko proposed zuul/zuul-jobs master: Add DaemonSet check for wait-for-pods role https://review.opendev.org/728503 | 16:52 |
*** jamesmcarthur has quit IRC | 16:55 | |
openstackgerrit | Ghanshyam Mann proposed openstack/os-performance-tools master: Fix hacking min version to 3.0.1 https://review.opendev.org/727620 | 16:56 |
*** psachin has quit IRC | 17:02 | |
*** dtantsur is now known as dtantsur|afk | 17:08 | |
*** rpittau is now known as rpittau|afk | 17:11 | |
openstackgerrit | Oleksandr Kozachenko proposed zuul/zuul-jobs master: Add DaemonSet check for wait-for-pods role https://review.opendev.org/728503 | 17:11 |
*** nightmare_unreal has quit IRC | 17:18 | |
*** gfidente is now known as gfidente|afk | 17:26 | |
*** ociuhandu has quit IRC | 17:30 | |
*** jamesmcarthur has joined #openstack-infra | 17:30 | |
*** ociuhandu has joined #openstack-infra | 17:32 | |
openstackgerrit | James E. Blair proposed openstack/project-config master: Use serial manager for deploy pipeline https://review.opendev.org/728532 | 17:38 |
*** ociuhandu has quit IRC | 17:42 | |
*** ociuhandu has joined #openstack-infra | 17:44 | |
*** ociuhandu has quit IRC | 17:54 | |
*** ociuhandu has joined #openstack-infra | 17:54 | |
*** ociuhandu has quit IRC | 17:55 | |
*** ociuhandu has joined #openstack-infra | 17:55 | |
*** ralonsoh has quit IRC | 17:55 | |
*** ociuhandu has quit IRC | 18:05 | |
*** jamesmcarthur has quit IRC | 18:05 | |
*** jamesmcarthur has joined #openstack-infra | 18:05 | |
*** ociuhandu has joined #openstack-infra | 18:06 | |
*** ociuhandu has quit IRC | 18:06 | |
*** ociuhandu has joined #openstack-infra | 18:06 | |
*** slaweq has quit IRC | 18:12 | |
openstackgerrit | Merged zuul/zuul-jobs master: bindep: use virtualenv_command from ensure-pip https://review.opendev.org/727561 | 18:16 |
*** ociuhandu has quit IRC | 18:16 | |
*** ociuhandu has joined #openstack-infra | 18:17 | |
*** slaweq has joined #openstack-infra | 18:23 | |
*** slaweq has quit IRC | 18:28 | |
*** iurygregory has quit IRC | 18:35 | |
*** iurygregory has joined #openstack-infra | 18:38 | |
*** slaweq has joined #openstack-infra | 18:38 | |
*** slaweq has quit IRC | 18:43 | |
*** iurygregory has quit IRC | 18:45 | |
openstackgerrit | Merged openstack/project-config master: Use serial manager for deploy pipeline https://review.opendev.org/728532 | 18:46 |
*** icarusfactor has quit IRC | 18:47 | |
*** ociuhandu has quit IRC | 18:57 | |
*** ociuhandu has joined #openstack-infra | 18:58 | |
*** ociuhandu has quit IRC | 18:59 | |
*** ociuhandu has joined #openstack-infra | 18:59 | |
*** ociuhandu has quit IRC | 19:10 | |
*** abhishekk is now known as abhishekk|offlin | 19:10 | |
*** jamesmcarthur has quit IRC | 19:12 | |
*** ociuhandu has joined #openstack-infra | 19:12 | |
*** ociuhandu has quit IRC | 19:17 | |
*** jamesmcarthur has joined #openstack-infra | 19:21 | |
openstackgerrit | Sorin Sbarnea (zbr) proposed zuul/zuul-jobs master: Bump ansible-lint to 4.3.0 https://review.opendev.org/702679 | 19:39 |
*** jamesdenton has quit IRC | 19:41 | |
*** jamesden_ has joined #openstack-infra | 19:41 | |
*** noonedeadpunk has quit IRC | 19:42 | |
*** noonedeadpunk has joined #openstack-infra | 19:43 | |
*** kberger_ has quit IRC | 19:48 | |
*** KeithMnemonic has joined #openstack-infra | 19:48 | |
*** jamesden_ has quit IRC | 19:53 | |
*** jamesdenton has joined #openstack-infra | 19:53 | |
*** jamesdenton has quit IRC | 19:59 | |
*** jamesden_ has joined #openstack-infra | 19:59 | |
*** rlandy_ has joined #openstack-infra | 20:02 | |
*** rlandy has quit IRC | 20:05 | |
openstackgerrit | Oleksandr Kozachenko proposed zuul/zuul-jobs master: Add DaemonSet check for wait-for-pods role https://review.opendev.org/728503 | 20:08 |
*** rlandy_ is now known as rlandy | 20:08 | |
*** jamesden_ has quit IRC | 20:08 | |
*** jamesdenton has joined #openstack-infra | 20:10 | |
*** jamesden_ has joined #openstack-infra | 20:13 | |
*** jamesdenton has quit IRC | 20:15 | |
openstackgerrit | Merged openstack/hacking master: Switch testing to Victoria testing runtime https://review.opendev.org/725500 | 20:17 |
openstackgerrit | Oleksandr Kozachenko proposed zuul/zuul-jobs master: Add DaemonSet check for wait-for-pods role https://review.opendev.org/728503 | 20:20 |
*** jamesdenton has joined #openstack-infra | 20:21 | |
*** jamesden_ has quit IRC | 20:23 | |
*** gfidente|afk has quit IRC | 20:34 | |
*** dciabrin has quit IRC | 20:36 | |
*** jamesdenton has quit IRC | 20:38 | |
*** iurygregory has joined #openstack-infra | 20:42 | |
*** rfolco|rover has quit IRC | 20:42 | |
*** ociuhandu has joined #openstack-infra | 20:44 | |
*** ccamacho has quit IRC | 20:45 | |
*** ociuhandu has quit IRC | 20:49 | |
openstackgerrit | Sorin Sbarnea (zbr) proposed zuul/zuul-jobs master: Bump ansible-lint to 4.3.0 https://review.opendev.org/702679 | 21:06 |
*** matt_kosut has quit IRC | 21:18 | |
*** paladox has quit IRC | 21:28 | |
*** paladox has joined #openstack-infra | 21:30 | |
*** stevebaker has joined #openstack-infra | 21:31 | |
*** ociuhandu has joined #openstack-infra | 21:32 | |
*** ociuhandu has quit IRC | 21:40 | |
*** bauwser is now known as bauzas | 21:41 | |
*** KeithMnemonic has quit IRC | 21:47 | |
*** rlandy is now known as rlandy|brb | 22:12 | |
*** jamesmcarthur_ has joined #openstack-infra | 22:25 | |
*** jamesmcarthur has quit IRC | 22:29 | |
*** rlandy|brb is now known as rlandy | 22:32 | |
*** rlandy has quit IRC | 22:52 | |
*** ysandeep|away is now known as ysandeep | 23:04 | |
*** ysandeep is now known as ysandeep|weekend | 23:09 | |
*** jamesmcarthur_ has quit IRC | 23:17 | |
*** matt_kosut has joined #openstack-infra | 23:19 | |
*** jamesmcarthur has joined #openstack-infra | 23:21 | |
*** matt_kosut has quit IRC | 23:23 | |
*** jamesmcarthur has quit IRC | 23:26 | |
*** jamesmcarthur has joined #openstack-infra | 23:28 | |
*** jamesmcarthur has quit IRC | 23:34 | |
openstackgerrit | Matthew Thode proposed openstack/project-config master: drop python2.7 from generate-constraints https://review.opendev.org/728591 | 23:37 |
*** jamesmcarthur has joined #openstack-infra | 23:37 | |
*** tosky has quit IRC | 23:39 | |
*** jamesmcarthur has quit IRC | 23:42 | |
*** jamesmcarthur has joined #openstack-infra | 23:43 | |
*** jamesmcarthur has quit IRC | 23:45 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!