*** jpward has joined #zuul | 00:14 | |
openstackgerrit | Ian Wienand proposed zuul/zuul-jobs master: tox siblings install: handle no metadata in setup.cfg https://review.opendev.org/656908 | 00:27 |
---|---|---|
*** jpward has quit IRC | 00:27 | |
*** bhavikdbavishi has quit IRC | 00:28 | |
*** tjgresha has joined #zuul | 01:45 | |
*** tjgresha has quit IRC | 01:50 | |
*** bhavikdbavishi has joined #zuul | 03:09 | |
*** jpward has joined #zuul | 03:12 | |
*** jpward has quit IRC | 03:13 | |
*** sshnaidm has joined #zuul | 03:43 | |
*** pcaruana has joined #zuul | 04:12 | |
*** pcaruana has quit IRC | 04:32 | |
*** raukadah is now known as chandankumar | 04:46 | |
*** pcaruana has joined #zuul | 06:36 | |
openstackgerrit | Tim Burke proposed zuul/zuul-jobs master: Better handle packages without [metadata]name option https://review.opendev.org/656925 | 06:42 |
*** pcaruana has quit IRC | 07:22 | |
*** bhavikdbavishi has quit IRC | 07:35 | |
*** jpena|off is now known as jpena | 07:48 | |
*** bhavikdbavishi has joined #zuul | 07:57 | |
*** altlogbot_1 has quit IRC | 08:03 | |
*** altlogbot_0 has joined #zuul | 08:05 | |
*** hashar has joined #zuul | 08:13 | |
*** pcaruana has joined #zuul | 08:56 | |
*** yolanda_ has quit IRC | 09:54 | |
*** pcaruana has quit IRC | 10:22 | |
*** pcaruana has joined #zuul | 11:01 | |
*** bhavikdbavishi has quit IRC | 11:30 | |
*** jpena is now known as jpena|lunch | 11:35 | |
*** jpena|lunch is now known as jpena | 12:33 | |
*** rlandy has joined #zuul | 12:41 | |
Shrews | tobiash: seems mem usage on the launchers are still slowly growing. http://cacti.openstack.org/cacti/graph.php?action=zoom&local_graph_id=63831&rra_id=0&view_type=tree&graph_start=1556716294&graph_end=1556889094 | 13:12 |
Shrews | and we've noticed our builders are maxing out memory too | 13:13 |
Shrews | so weird | 13:13 |
tobiash | Shrews: hopefully at least a little bit less | 13:13 |
tobiash | Shrews: do you run it with jemalloc? | 13:13 |
Shrews | i don't think we do | 13:13 |
tobiash | because we had quite extreme memleaks with *all* zuul and nodepool services on ubuntu bionic containers until we enabled jemalloc | 13:14 |
Shrews | i think we do that with zuul, but not nodepool. | 13:14 |
tobiash | could be worth a try | 13:15 |
Shrews | corvus: thoughts on ^^^ ? | 13:15 |
clarkb | correct jemalloc only on the zuul executors currently for us | 13:15 |
pabelanger | Oh, should we be using jemalloc for production installs? | 13:20 |
tobiash | pabelanger: that seems to depend on the platform, alpine e.g. didn't show this behavior, our switch to ubuntu caused the memory issues and switching to jemalloc solved them again | 13:31 |
*** sshnaidm has quit IRC | 14:29 | |
corvus | ++jemalloc everywhere | 15:03 |
*** rlandy is now known as rlandy|brb | 15:14 | |
*** sshnaidm|ptg has joined #zuul | 15:17 | |
*** leo_ has joined #zuul | 15:28 | |
*** rlandy|brb is now known as rlandy | 15:38 | |
*** jamesmcarthur has joined #zuul | 15:45 | |
*** nwilburn has joined #zuul | 15:48 | |
*** jamesmcarthur has quit IRC | 15:51 | |
*** jamesmcarthur has joined #zuul | 15:57 | |
openstackgerrit | Vitaliy Lotorev proposed zuul/zuul master: Replace /bin/bash with /bin/sh shebang https://review.opendev.org/656979 | 16:20 |
openstackgerrit | Vitaliy Lotorev proposed zuul/zuul master: Don't use full path while calling ansible-playbook https://review.opendev.org/656980 | 16:20 |
*** jangutter has joined #zuul | 16:22 | |
openstackgerrit | Vitaliy Lotorev proposed zuul/zuul master: Replace /bin/bash with /bin/sh shebang https://review.opendev.org/656979 | 16:22 |
openstackgerrit | Vitaliy Lotorev proposed zuul/zuul master: Don't use full path while calling ansible-playbook https://review.opendev.org/656980 | 16:22 |
*** jamesmcarthur has quit IRC | 16:28 | |
*** mattw4 has joined #zuul | 16:31 | |
*** hashar has quit IRC | 16:32 | |
*** mattw4 has quit IRC | 16:37 | |
*** mattw4 has joined #zuul | 16:41 | |
*** jamesmcarthur has joined #zuul | 16:41 | |
*** jpena is now known as jpena|off | 16:58 | |
*** jamesmcarthur has quit IRC | 17:00 | |
*** jamesmcarthur has joined #zuul | 17:05 | |
*** jamesmcarthur has quit IRC | 17:13 | |
leo_ | Sorry for bothering. May I ask question here? | 17:16 |
*** zbr has joined #zuul | 17:21 | |
*** mattw4 has quit IRC | 17:22 | |
pabelanger | leo_: no bother, ask away | 17:22 |
leo_ | May I have a question for the zuul-jobs in this repo: https://opendev.org/opendev/base-jobs. There is a Zuul job that uploads the image to docker hub by running this Ansible playbook base-jobs/playbooks/docker-image/upload.yaml. Inside the playbook, it uses an Ansible role called upload-docker-image, but I can't find this role in this repo or elsewhere. How does this playbook know where is the upload-docker-image role is and where can I | 17:26 |
leo_ | Thanks! | 17:26 |
*** jangutter has quit IRC | 17:27 | |
Shrews | leo_: that role is part of the zuul-jobs repo: https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/upload-docker-image | 17:28 |
*** mattw4 has joined #zuul | 17:28 | |
pabelanger | leo_: and by default, our base jobs have the following zuul jobs setting: https://opendev.org/opendev/base-jobs/src/branch/master/zuul.yaml#L143 | 17:32 |
pabelanger | which tells all jobs to load that path for roles by default | 17:32 |
leo_ | pabelanger: thanks | 17:33 |
leo_ | ! | 17:33 |
leo_ | Shrews: pabelanger: thanks for clarifying this for me. Very appreciated your help. | 17:34 |
*** chandankumar is now known as raukadah | 17:42 | |
openstackgerrit | Dirk Mueller proposed zuul/zuul-website master: Correct company spelling https://review.opendev.org/656992 | 17:42 |
openstackgerrit | Vitaliy Lotorev proposed zuul/zuul master: Replace /bin/bash with /bin/sh shebang https://review.opendev.org/656979 | 17:42 |
openstackgerrit | Vitaliy Lotorev proposed zuul/zuul master: Don't use full path while calling ansible-playbook https://review.opendev.org/656980 | 17:42 |
*** EmilienM is now known as EvilienM | 17:43 | |
*** jangutter has joined #zuul | 17:44 | |
*** jangutter has quit IRC | 17:49 | |
*** jangutter has joined #zuul | 18:01 | |
openstackgerrit | Merged zuul/zuul-website master: Correct company spelling https://review.opendev.org/656992 | 18:07 |
*** sshnaidm|ptg has quit IRC | 18:20 | |
*** jangutter has quit IRC | 18:26 | |
*** jangutter has joined #zuul | 18:27 | |
*** jangutter has quit IRC | 18:32 | |
*** jamesmcarthur has joined #zuul | 18:33 | |
*** jamesmcarthur has quit IRC | 18:38 | |
*** jamesmcarthur has joined #zuul | 18:39 | |
*** nwilburn has quit IRC | 18:47 | |
*** jamesmcarthur has quit IRC | 18:47 | |
*** jamesmcarthur has joined #zuul | 18:52 | |
*** pcaruana has quit IRC | 19:02 | |
*** klindgren has quit IRC | 19:10 | |
*** klindgren has joined #zuul | 19:11 | |
*** jamesmcarthur has quit IRC | 19:21 | |
*** sshnaidm|ptg has joined #zuul | 19:28 | |
*** jangutter has joined #zuul | 19:31 | |
openstackgerrit | Tobias Henkel proposed zuul/zuul master: Restore posargs when running stestr https://review.opendev.org/657020 | 19:41 |
*** jamesmcarthur has joined #zuul | 19:41 | |
tobiash | corvus, pabelanger, clarkb: the posargs were removed accidentally by the halve concurrency patch, this restores it ^ | 19:42 |
pabelanger | +2 | 19:43 |
*** jamesmcarthur has quit IRC | 19:45 | |
openstackgerrit | Tobias Henkel proposed zuul/zuul master: DNM: try out mitogen for zuul jobs https://review.opendev.org/657024 | 20:02 |
pabelanger | tobiash: have you seen something like: http://paste.openstack.org/show/750366/ before | 20:17 |
pabelanger | I think there is something going on with github.com | 20:17 |
pabelanger | and scheduler doesn't seem to ask another merger to try | 20:18 |
tobiash | pabelanger: do you have connection problems with github? | 20:19 |
pabelanger | tobiash: yes, something is flakey | 20:19 |
pabelanger | curl https://api.github.com is randomly working | 20:20 |
pabelanger | so, for now i disabled the merger | 20:20 |
pabelanger | until I can figure it out | 20:20 |
pabelanger | but, this is a new merger online, so there is no repos on disk ATM | 20:20 |
tobiash | pabelanger: also we don't have a retry mechanism in the scheduler yet to reschedule failed merges due to infrastructure reasons | 20:21 |
pabelanger | tobiash: yah, I _think_ we discussed this before, but being a friday I cannot remember | 20:21 |
pabelanger | Was going to check irc logs over weekend | 20:22 |
pabelanger | and maybe see how we could implement it | 20:22 |
tobiash | I'd love to have a reschedule especially during reconfigurations | 20:22 |
tobiash | because one failed cat call can break a whole tenant (I've seen this a few times so far) | 20:23 |
pabelanger | yah | 20:29 |
*** tjgresha has joined #zuul | 20:39 | |
openstackgerrit | Vitaliy Lotorev proposed zuul/zuul master: Add proxy settings for Zuul scheduler https://review.opendev.org/657048 | 21:07 |
*** leo_ has quit IRC | 21:07 | |
*** jamesmcarthur has joined #zuul | 21:07 | |
openstackgerrit | Vitaliy Lotorev proposed zuul/zuul master: Add proxy settings for Zuul scheduler https://review.opendev.org/657048 | 21:08 |
*** rfolco|ruck has quit IRC | 21:32 | |
*** webknjaz has quit IRC | 21:39 | |
*** wxy-xiyuan has quit IRC | 21:39 | |
*** dcastellani has quit IRC | 21:39 | |
*** mgagne has quit IRC | 21:39 | |
*** mugsie has quit IRC | 21:39 | |
*** gundalow has quit IRC | 21:43 | |
*** persia has quit IRC | 21:43 | |
*** mattw4 has quit IRC | 21:55 | |
*** mattw4 has joined #zuul | 21:55 | |
*** jamesmcarthur has quit IRC | 21:59 | |
*** jamesmcarthur has joined #zuul | 22:01 | |
*** jamesmcarthur has quit IRC | 22:02 | |
*** dcastellani has joined #zuul | 22:07 | |
*** wxy-xiyuan has joined #zuul | 22:07 | |
*** persia has joined #zuul | 22:07 | |
*** webknjaz has joined #zuul | 22:08 | |
*** gundalow has joined #zuul | 22:08 | |
*** mugsie has joined #zuul | 22:10 | |
*** mgagne has joined #zuul | 22:10 | |
*** rlandy has quit IRC | 22:15 | |
*** sshnaidm|ptg has quit IRC | 22:21 | |
*** jbryce has quit IRC | 22:42 | |
*** jbryce has joined #zuul | 22:42 | |
*** sshnaidm|ptg has joined #zuul | 22:47 | |
*** openstackstatus has quit IRC | 22:47 | |
openstackgerrit | Merged zuul/zuul master: Restore posargs when running stestr https://review.opendev.org/657020 | 22:53 |
*** mattw4 has quit IRC | 23:16 | |
*** jangutter has quit IRC | 23:19 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!