*** gyee has quit IRC | 00:07 | |
*** dchen has quit IRC | 00:11 | |
*** yamamoto has joined #openstack-infra | 00:40 | |
*** rfolco has quit IRC | 00:53 | |
*** ricolin has joined #openstack-infra | 00:55 | |
*** ricolin has quit IRC | 00:59 | |
*** yamamoto has quit IRC | 01:25 | |
*** lbragstad has joined #openstack-infra | 01:27 | |
*** markvoelker has joined #openstack-infra | 01:39 | |
*** markvoelker has quit IRC | 01:44 | |
*** rlandy|ruck|bbl is now known as rlandy|ruck | 02:01 | |
*** rlandy|ruck has quit IRC | 02:12 | |
*** yamamoto has joined #openstack-infra | 02:23 | |
*** Tengu has quit IRC | 02:25 | |
*** dchen has joined #openstack-infra | 02:26 | |
*** Tengu has joined #openstack-infra | 02:27 | |
*** hamalq has quit IRC | 02:51 | |
*** hamalq has joined #openstack-infra | 02:53 | |
*** hamalq has quit IRC | 02:58 | |
*** rcernin has quit IRC | 03:14 | |
*** rcernin has joined #openstack-infra | 03:16 | |
*** lbragstad has quit IRC | 03:22 | |
*** rcernin has quit IRC | 03:24 | |
*** rcernin has joined #openstack-infra | 03:31 | |
*** psachin has joined #openstack-infra | 03:34 | |
*** markvoelker has joined #openstack-infra | 03:40 | |
*** rcernin has quit IRC | 03:45 | |
*** rcernin has joined #openstack-infra | 03:48 | |
*** markvoelker has quit IRC | 03:50 | |
*** udesale has joined #openstack-infra | 03:52 | |
*** pmacdonnell has quit IRC | 03:56 | |
*** rcernin has quit IRC | 03:56 | |
*** xarses_ has quit IRC | 04:01 | |
*** xarses_ has joined #openstack-infra | 04:01 | |
*** rcernin has joined #openstack-infra | 04:05 | |
*** hamalq has joined #openstack-infra | 04:21 | |
*** ykarel|away is now known as ykarel | 04:21 | |
*** hamalq has quit IRC | 04:21 | |
*** gfidente|afk is now known as gfidente | 04:32 | |
*** evrardjp has quit IRC | 04:34 | |
*** evrardjp has joined #openstack-infra | 04:34 | |
*** hamalq has joined #openstack-infra | 04:38 | |
*** hamalq has quit IRC | 04:43 | |
*** ysandeep|away is now known as ysandeep | 04:43 | |
*** otherwiseguy_ has joined #openstack-infra | 04:44 | |
*** otherwiseguy has quit IRC | 04:44 | |
*** ccamacho has quit IRC | 04:53 | |
*** matt_kosut has joined #openstack-infra | 04:57 | |
*** hamalq has joined #openstack-infra | 05:10 | |
AJaeger | ianw, here's my proposal on the py38 job templates: https://review.opendev.org/737701. Please review. Happy to rename some templates as well or use another option... | 05:14 |
---|---|---|
*** hamalq has quit IRC | 05:15 | |
*** jaicaa has quit IRC | 05:22 | |
*** jaicaa has joined #openstack-infra | 05:23 | |
*** zzzeek has quit IRC | 05:41 | |
*** zzzeek has joined #openstack-infra | 05:41 | |
*** lmiccini has joined #openstack-infra | 05:44 | |
*** Tengu has quit IRC | 05:47 | |
*** ricolin has joined #openstack-infra | 05:47 | |
*** ysandeep is now known as ysandeep|afk | 05:48 | |
*** marios has joined #openstack-infra | 05:50 | |
*** dklyle has quit IRC | 05:50 | |
*** hamalq has joined #openstack-infra | 05:51 | |
*** Tengu has joined #openstack-infra | 05:54 | |
*** hamalq has quit IRC | 05:56 | |
ianw | AJaeger: do you think we need openstack-pep-publish-jobs-no-constraints ? does constraints affect linter runs really? | 05:58 |
*** eolivare has joined #openstack-infra | 06:16 | |
*** rpittau|afk is now known as rpittau | 06:20 | |
*** hamalq has joined #openstack-infra | 06:27 | |
AJaeger | The constraints repos just add requirements repo and make it available. Whether your repo uses it, depends on your dependencies, you need the -c line in there. | 06:29 |
AJaeger | So, the no-constraints is a Zuul optimization - it means, we don't set up requirements repo. | 06:29 |
AJaeger | (Zuul->image setup optimization) | 06:30 |
*** hamalq has quit IRC | 06:32 | |
AJaeger | ianw: shall I remove the template? | 06:35 |
*** zzzeek has quit IRC | 06:36 | |
ianw | AJaeger: ummm, I don't know, I don't feel like an expert on it :) but i'm not really seeing where pep8 or publish jobs would be using constraints? | 06:36 |
AJaeger | pep8 uses it if the tox.ini file contains in deps "-c CONSTRAINTS" | 06:38 |
*** zzzeek has joined #openstack-infra | 06:39 | |
AJaeger | So, for bindep: The execution of tox is the same since it does not use constraints, it's just one more repo to copy over. So, a tiny optimization... Let's remove it for now... | 06:39 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-zuul-jobs master: Add py38 job templates and make py3 templates consistent https://review.opendev.org/737701 | 06:40 |
ianw | ok, i feel like less templates removes a point where people like me can get confused :) | 06:40 |
AJaeger | ;) | 06:40 |
AJaeger | we can always add back if somebody really wants them ;) Updated now. Are the names ok or do you have better ideas? | 06:41 |
ianw | no i think it looks good, thanks. i like the idea of pulling out the pep/publish jobs ... that was what i inadvertently deleted from dib that you fixed :) | 06:42 |
ianw | when i was trying to have that run py35-38 | 06:43 |
AJaeger | ;) | 06:43 |
*** ysandeep|afk is now known as ysandeep | 06:44 | |
*** jcapitao has joined #openstack-infra | 06:46 | |
*** hamalq has joined #openstack-infra | 06:52 | |
openstackgerrit | Andreas Jaeger proposed openstack/reviewstats master: Update jobs https://review.opendev.org/737912 | 06:53 |
openstackgerrit | Andreas Jaeger proposed openstack/project-config master: Add pep8 jobs to grafyaml https://review.opendev.org/737915 | 06:55 |
AJaeger | ianw: two repos that need updates for this ^ | 06:56 |
AJaeger | ianw: want to abandon your openstack-zuul-jobs change and update the bindep one for the changes? | 06:56 |
*** hamalq has quit IRC | 06:58 | |
*** hashar has joined #openstack-infra | 06:59 | |
openstackgerrit | Ian Wienand proposed openstack/project-config master: Add all python versions to bindep tox testing https://review.opendev.org/735284 | 07:00 |
ianw | AJaeger: ok, i think that's it | 07:01 |
*** nightmare_unreal has joined #openstack-infra | 07:05 | |
*** ccamacho has joined #openstack-infra | 07:05 | |
*** alejandrosg has joined #openstack-infra | 07:08 | |
*** dtantsur|afk has quit IRC | 07:10 | |
AJaeger | ianw: LGTM, thanks | 07:10 |
*** jtomasek has quit IRC | 07:12 | |
*** dtantsur has joined #openstack-infra | 07:13 | |
*** jtomasek has joined #openstack-infra | 07:17 | |
*** ralonsoh has joined #openstack-infra | 07:17 | |
*** slaweq has joined #openstack-infra | 07:27 | |
*** amoralej|off is now known as amoralej | 07:30 | |
*** zzzeek has quit IRC | 07:36 | |
*** hamalq has joined #openstack-infra | 07:36 | |
*** zzzeek has joined #openstack-infra | 07:37 | |
slaweq | frickler: hi, how are You? | 07:39 |
*** alejandrosg has left #openstack-infra | 07:39 | |
slaweq | frickler: can You maybe put for me to on hold jobs tobiko-devstack-faults-ubuntu-bionic and tobiko-devstack-faults-ubuntu-bionic ? | 07:40 |
slaweq | on patch https://review.opendev.org/#/c/727103/ | 07:40 |
slaweq | Those jobs are failing from time to time so I don't know exactly which one may fail this time | 07:40 |
slaweq | and I have no idea why it's failing (only in gates) so I would like to verify that there | 07:41 |
*** hamalq has quit IRC | 07:41 | |
*** tosky has joined #openstack-infra | 07:42 | |
frickler | slaweq: still had that in my history, but that's twice the same job name? | 07:48 |
slaweq | frickler: no, sorry | 07:49 |
frickler | oh, the other was -centos-7, set up both now | 07:49 |
slaweq | the second one is tobiko-devstack-faults-centos-8 | 07:49 |
slaweq | sorry, wrong copy paste | 07:49 |
slaweq | :) | 07:49 |
slaweq | so jobs are tobiko-devstack-faults-ubuntu-bionic and tobiko-devstack-faults-centos-8 | 07:50 |
frickler | ah, right, that patch has a long history it seems ;) can you paste me your key once more, too? | 07:51 |
*** hamalq has joined #openstack-infra | 07:55 | |
*** jpena|off is now known as jpena | 07:58 | |
*** hamalq has quit IRC | 08:00 | |
*** ociuhandu has quit IRC | 08:05 | |
slaweq | frickler: http://paste.openstack.org/show/795187/ | 08:07 |
slaweq | frickler: thx a lot | 08:07 |
*** ricolin has quit IRC | 08:13 | |
*** hamalq has joined #openstack-infra | 08:16 | |
*** hashar has quit IRC | 08:16 | |
*** rcernin has quit IRC | 08:17 | |
*** corvus has quit IRC | 08:17 | |
*** hamalq has quit IRC | 08:21 | |
*** hashar has joined #openstack-infra | 08:22 | |
*** hamalq has joined #openstack-infra | 08:25 | |
*** hamalq_ has joined #openstack-infra | 08:27 | |
*** corvus has joined #openstack-infra | 08:30 | |
*** hamalq has quit IRC | 08:30 | |
*** hamalq_ has quit IRC | 08:31 | |
*** xek has joined #openstack-infra | 08:35 | |
*** ykarel is now known as ykarel|lunch | 08:39 | |
*** ricolin has joined #openstack-infra | 08:43 | |
*** pkopec has joined #openstack-infra | 08:46 | |
slaweq | frickler: ok, so job tobiko-devstack-faults-centos-8 already failed as I wanted | 08:50 |
slaweq | frickler: can You put my ssh key on nodes from it? | 08:50 |
slaweq | frickler: nodes IPs are 198.72.124.44 198.72.124.31 and 198.72.124.24 | 08:51 |
*** ociuhandu has joined #openstack-infra | 08:57 | |
*** derekh has joined #openstack-infra | 08:58 | |
*** Lucas_Gray has joined #openstack-infra | 09:00 | |
*** Lucas_Gray has quit IRC | 09:06 | |
*** Lucas_Gray has joined #openstack-infra | 09:08 | |
*** tetsuro has quit IRC | 09:13 | |
*** Lucas_Gray has quit IRC | 09:13 | |
*** Lucas_Gray has joined #openstack-infra | 09:15 | |
*** ysandeep is now known as ysandeep|afk | 09:39 | |
*** Wryhder has joined #openstack-infra | 09:51 | |
*** Lucas_Gray has quit IRC | 09:52 | |
*** Wryhder is now known as Lucas_Gray | 09:52 | |
*** bhagyashris is now known as bhagyashris|afk | 09:55 | |
*** hamalq has joined #openstack-infra | 09:57 | |
*** hashar has quit IRC | 09:57 | |
*** ykarel|lunch is now known as ykarel | 09:58 | |
openstackgerrit | Donny Davis proposed openstack/project-config master: Slowly Scale OE back up https://review.opendev.org/737941 | 09:59 |
donnyd | ok, I think I have the heat thing figured out, but I am going to slowly scale things back up so I can watch closely | 10:00 |
*** hamalq has quit IRC | 10:01 | |
*** ysandeep|afk is now known as ysandeep | 10:05 | |
AJaeger | donnyd: thanks, will single-core approve ^ | 10:12 |
donnyd | thank you AJaeger :) | 10:12 |
donnyd | hopefully things stay sane and I can get back to normal - I am thinking I have it all under control.. we will see though | 10:13 |
*** hamalq has joined #openstack-infra | 10:13 | |
*** hamalq has quit IRC | 10:17 | |
*** rpittau is now known as rpittau|bbl | 10:20 | |
*** tkajinam has quit IRC | 10:22 | |
frickler | slaweq: sorry I was in a meeting, on it now | 10:24 |
slaweq | frickler: no problem, thx a lot | 10:26 |
*** ricolin has quit IRC | 10:26 | |
openstackgerrit | Merged openstack/project-config master: Slowly Scale OE back up https://review.opendev.org/737941 | 10:27 |
frickler | slaweq: all three nodes should be yours now | 10:30 |
slaweq | thx, I can access them | 10:31 |
openstackgerrit | Thierry Carrez proposed openstack/project-config master: Removing missed tripleo-ui references https://review.opendev.org/737961 | 10:31 |
slaweq | I will let You know when I will finiss | 10:31 |
slaweq | *finish | 10:31 |
*** bhagyashris|afk is now known as bhagyashris | 11:00 | |
*** jcapitao is now known as jcapitao_lunch | 11:01 | |
*** ysandeep is now known as ysandeep|break | 11:17 | |
*** xek has quit IRC | 11:25 | |
*** xek has joined #openstack-infra | 11:26 | |
*** jpena is now known as jpena|lunch | 11:37 | |
*** ysandeep|break is now known as ysandeep | 11:47 | |
*** udesale_ has joined #openstack-infra | 11:52 | |
*** soniya29|rover is now known as soniya29|rover|a | 11:53 | |
*** soniya29|rover|a is now known as soniya29|afk | 11:53 | |
*** dpawlik6 has quit IRC | 11:54 | |
*** udesale has quit IRC | 11:54 | |
*** amoralej is now known as amoralej|lunch | 12:02 | |
openstackgerrit | Merged openstack/project-config master: Removing missed tripleo-ui references https://review.opendev.org/737961 | 12:08 |
openstackgerrit | Andreas Jaeger proposed openstack/project-config master: Retire networking-onos, openstack-ux, solum-infra-guest-agent: Step 1 https://review.opendev.org/737987 | 12:11 |
*** rlandy has joined #openstack-infra | 12:13 | |
*** rlandy is now known as rlandy|ruck | 12:13 | |
*** dpawlik6 has joined #openstack-infra | 12:19 | |
*** rfolco has joined #openstack-infra | 12:21 | |
*** hashar has joined #openstack-infra | 12:22 | |
*** smarcet has joined #openstack-infra | 12:23 | |
openstackgerrit | Andreas Jaeger proposed openstack/project-config master: Retire networking-onos, openstack-ux, solum-infra-guest-agent: Step 1 https://review.opendev.org/737987 | 12:26 |
openstackgerrit | Andreas Jaeger proposed openstack/project-config master: Finish retirement of networking-onos,openstack-ux,solum-infra-guestagent https://review.opendev.org/737992 | 12:26 |
AJaeger | config-core, please review https://review.opendev.org/737987 to retire some legacy repos | 12:26 |
*** derekh has quit IRC | 12:30 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-zuul-jobs master: Remove legacy-tempest-dsvm-networking-onos https://review.opendev.org/737995 | 12:31 |
*** jcapitao_lunch is now known as jcapitao | 12:33 | |
*** Lucas_Gray has quit IRC | 12:42 | |
ttx | Hi! As some of you may know, I have a Github mirror maintenance script that I run manually to keep things in sync and archive what needs to be archived. I'm working on turning it into a Zuul job that can be run periodically | 12:42 |
*** jpena|lunch is now known as jpena | 12:42 | |
ttx | It will make use of a secret (the GitHub token that lets us add/remove repos from the openstack org on Github) | 12:42 |
*** rpittau|bbl is now known as rpittau | 12:42 | |
*** yamamoto has quit IRC | 12:43 | |
*** Lucas_Gray has joined #openstack-infra | 12:44 | |
ttx | My first idea was to land it in openstack-zuul-jobs and then add it to some project in its periodic pipeline | 12:44 |
ttx | or would it be better to land it in project-config? | 12:44 |
ttx | fungi ^ | 12:45 |
ttx | It's pretty openstack-specific in how it computes what needs to be synced | 12:45 |
ttx | but I also would like to make sure the secret can't be reused to wreak havoc in our GitHub properties | 12:46 |
*** xek has quit IRC | 12:47 | |
AJaeger | since repos get added/removed via project-config, I would add it there | 12:47 |
ttx | yeah, that makes sense | 12:48 |
*** derekh has joined #openstack-infra | 12:54 | |
*** marios is now known as marios|call | 12:59 | |
slaweq | frickler: You can clean those nodes which You hold for me, thx a lot | 13:12 |
*** Lucas_Gray has quit IRC | 13:14 | |
*** Lucas_Gray has joined #openstack-infra | 13:15 | |
*** yamamoto has joined #openstack-infra | 13:15 | |
*** yamamoto has quit IRC | 13:15 | |
*** hashar has quit IRC | 13:16 | |
*** yamamoto has joined #openstack-infra | 13:16 | |
fungi | ttx: AJaeger: yeah, i expect they'd be best if they could be managed in the same places as the mirror jobs themselves | 13:17 |
*** lbragstad has joined #openstack-infra | 13:17 | |
frickler | slaweq: done. what about the hold for the -ubuntu job, do you want to keep that for the next attempt or should I delete it, too? | 13:19 |
*** yamamoto has quit IRC | 13:20 | |
*** soniya29|afk is now known as soniya29|rover | 13:21 | |
*** psachin has quit IRC | 13:21 | |
slaweq | frickler: You can remove this hold for -ubuntu job too | 13:33 |
openstackgerrit | Oleksandr Kozachenko proposed openstack/project-config master: Add openstack/tempest-horizon in required project https://review.opendev.org/738024 | 13:39 |
ttx | Another question: what is the "proper" way to install a dep from pip and run a script? I found multiple ways of doing it in the playbooks we have, but i suspect most of them are not recommended | 13:44 |
ttx | I did copy one of those, which resulted in http://paste.ubuntu.com/p/hSmqD67Dpz/ | 13:44 |
openstackgerrit | Oleksandr Kozachenko proposed openstack/project-config master: Add openstack/tempest-horizon in required project https://review.opendev.org/738024 | 13:44 |
ttx | but it seems very non-python3-ish. | 13:44 |
ttx | I think some combination of ensure-pip / ensure-virtualenv would be preferable but there does not seem to be a canonical solution | 13:45 |
ttx | (context: I need python3 with one pip module installed before running my script) | 13:46 |
*** yamamoto has joined #openstack-infra | 13:46 | |
*** yamamoto has quit IRC | 13:46 | |
*** yamamoto has joined #openstack-infra | 13:47 | |
*** yamamoto has quit IRC | 13:47 | |
*** yamamoto has joined #openstack-infra | 13:48 | |
*** dpawlik6 is now known as dpawlik-2 | 13:48 | |
*** dpawlik-2 is now known as danpawlik | 13:48 | |
*** amoralej|lunch is now known as amoralej | 13:51 | |
*** marios|call is now known as marios | 13:53 | |
*** yamamoto has quit IRC | 13:53 | |
frickler | slaweq: done, thx | 13:53 |
slaweq | frickler: thank You :) | 13:54 |
openstackgerrit | Ghanshyam Mann proposed openstack/project-config master: Retire networking-l2gw and networking-l2gw-tempest-plugin https://review.opendev.org/738030 | 13:57 |
*** xek has joined #openstack-infra | 14:06 | |
*** dklyle has joined #openstack-infra | 14:10 | |
openstackgerrit | Ghanshyam Mann proposed openstack/project-config master: Retire networking-l2gw and networking-l2gw-tempest-plugin https://review.opendev.org/738030 | 14:10 |
*** ryohayakawa has quit IRC | 14:12 | |
*** dklyle has quit IRC | 14:12 | |
openstackgerrit | Ghanshyam Mann proposed openstack/project-config master: Final step for networking-l2gw and networking-l2gw-tempest-plugin retirement https://review.opendev.org/738040 | 14:17 |
*** markvoelker has joined #openstack-infra | 14:19 | |
*** markvoelker has quit IRC | 14:24 | |
*** lmiccini has quit IRC | 14:24 | |
AJaeger | mnaser, fungi , could you review https://review.opendev.org/737987 and https://review.opendev.org/737995 , please? | 14:26 |
*** yamamoto has joined #openstack-infra | 14:27 | |
mnaser | AJaeger: done | 14:27 |
AJaeger | thanks | 14:27 |
openstackgerrit | Merged openstack/project-config master: Add openstack/tempest-horizon in required project https://review.opendev.org/738024 | 14:28 |
fungi | ttx: i think the recommended way in our jobs is to add the ensure-pip role and use the variable it provides: https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-ensure-pip.ensure_pip_virtualenv_cmd | 14:28 |
*** lmiccini has joined #openstack-infra | 14:28 | |
*** ysandeep is now known as ysandeep|away | 14:29 | |
fungi | ttx: so you would "{{ ensure_pip_virtualenv_cmd }} .venv" and then either interact with .venv/bin/pip or use ansible's pip package module and specify .venv as the virtual environment for it to operate in | 14:30 |
ttx | ok | 14:30 |
ttx | fungi: anything I should do to ensure I get a python3 env? | 14:31 |
*** ricolin has joined #openstack-infra | 14:31 | |
fungi | ensure-pip is python3 only by default | 14:32 |
ttx | perfect | 14:32 |
fungi | you can add ensure_pip_from_packages_with_python2: true if you also want python2 | 14:32 |
ttx | thanks, will fix my code | 14:32 |
*** jamesmcarthur has joined #openstack-infra | 14:32 | |
openstackgerrit | Merged zuul/zuul-jobs master: upload-git-mirror: check after mirror operation https://review.opendev.org/737533 | 14:32 |
*** jamesmcarthur has quit IRC | 14:32 | |
*** jamesmcarthur has joined #openstack-infra | 14:33 | |
ttx | I had to renounce python2 to be granted PSF fellowship | 14:33 |
ttx | so I don;t also want py2. | 14:33 |
fungi | nice | 14:33 |
fungi | i guess that means pypy developers can't be psf fellows | 14:34 |
*** ykarel is now known as ykarel|away | 14:36 | |
*** yamamoto has quit IRC | 14:36 | |
*** ricolin has quit IRC | 14:37 | |
*** ricolin has joined #openstack-infra | 14:37 | |
*** xek has quit IRC | 14:39 | |
*** smarcet has quit IRC | 14:53 | |
*** Lucas_Gray has quit IRC | 15:07 | |
*** Lucas_Gray has joined #openstack-infra | 15:13 | |
AJaeger | clarkb, fungi, could you review the new py3x-no-constraints templates, please? https://review.opendev.org/737701 - and then https://review.opendev.org/735284 | 15:16 |
*** xek has joined #openstack-infra | 15:17 | |
*** bhagyashris is now known as bhagyashris|afk | 15:19 | |
*** udesale_ has quit IRC | 15:28 | |
*** lmiccini has quit IRC | 15:29 | |
*** udesale has joined #openstack-infra | 15:34 | |
*** smarcet has joined #openstack-infra | 15:50 | |
*** dklyle has joined #openstack-infra | 15:50 | |
*** david-lyle has joined #openstack-infra | 15:52 | |
*** Lucas_Gray has quit IRC | 15:52 | |
*** david-lyle has quit IRC | 15:53 | |
*** hamalq has joined #openstack-infra | 15:55 | |
*** Lucas_Gray has joined #openstack-infra | 15:57 | |
*** jcapitao has quit IRC | 16:00 | |
*** hamalq has quit IRC | 16:01 | |
*** hamalq has joined #openstack-infra | 16:01 | |
*** hamalq_ has joined #openstack-infra | 16:03 | |
*** hamalq has quit IRC | 16:06 | |
*** marios is now known as marios|out | 16:06 | |
*** smarcet has quit IRC | 16:09 | |
*** ricolin has quit IRC | 16:10 | |
*** rpittau is now known as rpittau|afk | 16:11 | |
*** hashar has joined #openstack-infra | 16:14 | |
*** amoralej is now known as amoralej|off | 16:30 | |
*** eolivare has quit IRC | 16:33 | |
*** ociuhandu_ has joined #openstack-infra | 16:38 | |
*** ociuhandu has quit IRC | 16:41 | |
*** gyee has joined #openstack-infra | 16:46 | |
*** dtantsur is now known as dtantsur|afk | 16:48 | |
*** ociuhandu_ has quit IRC | 16:48 | |
*** smarcet has joined #openstack-infra | 16:52 | |
*** ociuhandu has joined #openstack-infra | 16:53 | |
*** udesale has quit IRC | 16:53 | |
*** Lucas_Gray has quit IRC | 16:54 | |
*** ociuhandu has quit IRC | 16:58 | |
*** derekh has quit IRC | 17:00 | |
*** xek has quit IRC | 17:02 | |
*** gfidente is now known as gfidente|afk | 17:04 | |
*** calebb has joined #openstack-infra | 17:12 | |
*** nightmare_unreal has quit IRC | 17:14 | |
*** smarcet has quit IRC | 17:17 | |
*** mgoddard has quit IRC | 17:18 | |
*** marios|out has quit IRC | 17:19 | |
*** mgoddard has joined #openstack-infra | 17:23 | |
*** smarcet has joined #openstack-infra | 17:23 | |
*** jpena is now known as jpena|off | 17:28 | |
openstackgerrit | Merged openstack/project-config master: Add Neutron Arista plugin charm to OpenStack charms https://review.opendev.org/737791 | 17:42 |
openstackgerrit | Merged openstack/openstack-zuul-jobs master: Add py38 job templates and make py3 templates consistent https://review.opendev.org/737701 | 17:44 |
openstackgerrit | Merged openstack/project-config master: Refresh openstack-ansible grafana dashboards https://review.opendev.org/737742 | 17:48 |
AJaeger | clarkb or fungi , could you review https://review.opendev.org/737987 and https://review.opendev.org/737995 , please? - further retirement changes | 17:54 |
openstackgerrit | Ghanshyam Mann proposed openstack/openstack-zuul-jobs master: Remove the networking-l2gw from zuul jobs dependency https://review.opendev.org/738077 | 17:58 |
AJaeger | clarkb, fungi and then I need to be added to the ACLs or somebody else to abandon open changes for these three repos, please | 17:58 |
clarkb | AJaeger: we need to fix manage-projects first | 17:59 |
clarkb | which is in progress but has unknown issue | 17:59 |
AJaeger | clarkb: also for this first change? Still, will wait... | 18:02 |
clarkb | for the acl update | 18:03 |
AJaeger | acl update is not one of those two - that will come later. But since you're busy with the jeepyb one, let's do this later... | 18:05 |
openstackgerrit | Merged openstack/project-config master: Add pep8 jobs to grafyaml https://review.opendev.org/737915 | 18:06 |
openstackgerrit | Merged openstack/project-config master: Add all python versions to bindep tox testing https://review.opendev.org/735284 | 18:06 |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Test multiarch release builds https://review.opendev.org/737315 | 18:16 |
*** markvoelker has joined #openstack-infra | 18:21 | |
openstackgerrit | Merged openstack/reviewstats master: Update jobs https://review.opendev.org/737912 | 18:22 |
*** markvoelker has quit IRC | 18:26 | |
*** yamamoto has joined #openstack-infra | 18:34 | |
*** yamamoto has quit IRC | 18:38 | |
*** gfidente|afk has quit IRC | 18:45 | |
*** eharney has quit IRC | 18:57 | |
*** exsdev has quit IRC | 19:06 | |
*** exsdev has joined #openstack-infra | 19:07 | |
*** markvoelker has joined #openstack-infra | 19:29 | |
*** markvoelker has quit IRC | 19:34 | |
*** ralonsoh has quit IRC | 19:45 | |
*** hashar has quit IRC | 19:59 | |
*** dave-mccowan has quit IRC | 20:01 | |
*** icey has quit IRC | 20:04 | |
*** dave-mccowan has joined #openstack-infra | 20:05 | |
*** icey has joined #openstack-infra | 20:06 | |
*** jtomasek has quit IRC | 20:34 | |
*** markvoelker has joined #openstack-infra | 20:48 | |
*** icarusfactor has joined #openstack-infra | 20:50 | |
*** factor has quit IRC | 20:52 | |
*** markvoelker has quit IRC | 20:53 | |
*** matt_kosut has quit IRC | 21:00 | |
*** slaweq has quit IRC | 21:24 | |
*** slaweq has joined #openstack-infra | 21:31 | |
*** Lucas_Gray has joined #openstack-infra | 21:35 | |
*** slaweq has quit IRC | 21:35 | |
*** smarcet has quit IRC | 22:03 | |
*** rlandy|ruck is now known as rlandy|ruck|bbl | 22:25 | |
*** tosky has quit IRC | 22:40 | |
*** jamesmcarthur has quit IRC | 23:10 | |
*** markvoelker has joined #openstack-infra | 23:15 | |
*** markvoelker has quit IRC | 23:20 | |
*** smarcet has joined #openstack-infra | 23:50 | |
*** ryohayakawa has joined #openstack-infra | 23:56 | |
*** gyee has quit IRC | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!