*** tosky has quit IRC | 00:05 | |
*** bhavikdbavishi has joined #zuul | 02:54 | |
*** bhavikdbavishi1 has joined #zuul | 02:59 | |
*** bhavikdbavishi has quit IRC | 03:01 | |
*** bhavikdbavishi1 is now known as bhavikdbavishi | 03:01 | |
*** sanjayu_ has joined #zuul | 03:55 | |
*** chandankumar has joined #zuul | 04:50 | |
*** sanjayu__ has joined #zuul | 04:52 | |
*** sanjayu_ has quit IRC | 04:55 | |
*** chandankumar has quit IRC | 05:32 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #zuul | 05:33 | |
*** bhavikdbavishi has quit IRC | 05:37 | |
*** bhavikdbavishi has joined #zuul | 05:38 | |
*** chandankumar has joined #zuul | 05:53 | |
*** threestrands has quit IRC | 05:58 | |
*** chandankumar has quit IRC | 06:14 | |
*** chandankumar has joined #zuul | 06:17 | |
*** bhavikdbavishi has quit IRC | 06:21 | |
*** bhavikdbavishi has joined #zuul | 06:23 | |
*** chandankumar has quit IRC | 06:42 | |
*** chandankumar has joined #zuul | 07:05 | |
*** themroc has joined #zuul | 08:26 | |
*** jangutter has joined #zuul | 08:54 | |
*** bhavikdbavishi has quit IRC | 08:56 | |
*** bhavikdbavishi has joined #zuul | 08:57 | |
*** themroc has quit IRC | 08:58 | |
*** themroc has joined #zuul | 09:00 | |
*** electrofelix has joined #zuul | 09:03 | |
*** bhavikdbavishi has quit IRC | 09:09 | |
*** bhavikdbavishi has joined #zuul | 09:45 | |
*** pcaruana has joined #zuul | 09:54 | |
*** bhavikdbavishi has quit IRC | 10:04 | |
*** pcaruana has quit IRC | 10:11 | |
*** pcaruana has joined #zuul | 10:12 | |
*** bhavikdbavishi has joined #zuul | 10:20 | |
*** reiterative has joined #zuul | 10:20 | |
*** sanjayu__ has quit IRC | 10:33 | |
*** saneax has joined #zuul | 10:33 | |
openstackgerrit | Akihiro Motoki proposed zuul/zuul-jobs master: Allow to use ensure-babel without ensure-sphinx https://review.opendev.org/701209 | 11:35 |
---|---|---|
*** rfolco has joined #zuul | 12:10 | |
*** armstrongs has joined #zuul | 12:13 | |
*** themroc has quit IRC | 12:18 | |
*** themroc has joined #zuul | 12:18 | |
*** rlandy has joined #zuul | 12:58 | |
Shrews | ohai #zuul | 13:51 |
*** pabelanger has joined #zuul | 13:55 | |
pabelanger | o/ | 13:55 |
pabelanger | #zuul: Cannot join channel (+r) - you need to be identified with services - see https://freenode.net/kb/answer/registration | 13:55 |
pabelanger | are we at a point now, where we can try dropping +r on zuul? | 13:55 |
pabelanger | I seem to remember some discussions around that | 13:56 |
tristanC | hello folks o/ could someone help me confirm that pipeline-config.queue attribute modification are not evaluated speculatively and they are only effective after merge? | 13:59 |
pabelanger | tristanC: yes, need to be merged to be applied | 14:00 |
*** tosky has joined #zuul | 14:01 | |
tristanC | pabelanger: alright, thank you | 14:01 |
*** Goneri has quit IRC | 14:03 | |
*** nhicher has joined #zuul | 14:05 | |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul master: doc: add note for speculative queue attribute https://review.opendev.org/701230 | 14:06 |
openstackgerrit | Merged zuul/nodepool master: Fix resource warnings when running tests https://review.opendev.org/700275 | 14:41 |
openstackgerrit | Merged zuul/nodepool master: Parallelize test_ec2_machine https://review.opendev.org/700276 | 14:47 |
openstackgerrit | Merged zuul/nodepool master: Support userdata for instances in aws https://review.opendev.org/632712 | 14:59 |
AJaeger | https://review.opendev.org/#/c/700899/ for zuul-jobs ensures that we have the right python3 interpreter installed, I have two +2s on it but no +A - I'll self-approve later today unless somebody -1s or +As earlier | 15:06 |
*** Goneri has joined #zuul | 15:10 | |
corvus | AJaeger: lgtm, but i'll leave it out there a little more in case someone else thinks of something we should check | 15:15 |
openstackgerrit | Merged zuul/nodepool master: Make public ip configurable in aws https://review.opendev.org/632715 | 15:16 |
AJaeger | thanks, corvus | 15:16 |
Shrews | AJaeger: i though tox would throw an error if you requested a python env (e.g., -e py35) where the right version of python was not installed? | 15:22 |
AJaeger | Shrews: It apparently does not, see recent runs of zuul-jobs, let me grab one for you | 15:23 |
AJaeger | https://zuul.opendev.org/t/zuul/build/dfd018207e9d449cae0fef12f95b86a9/log/job-output.txt#412 | 15:24 |
AJaeger | Shrews, " UserWarning: conflicting basepython version (set 3.6, should be 3.5) f" | 15:24 |
AJaeger | so, not fatal | 15:24 |
Shrews | $ tox -epy37 | 15:25 |
Shrews | py37 create: /media/psf/Home/Devel/git/zuul/nodepool/.tox/py37 | 15:25 |
Shrews | ERROR: InterpreterNotFound: python3.7 | 15:25 |
Shrews | weird | 15:26 |
fungi | AJaeger: is that with https://tox.readthedocs.io/en/latest/config.html#conf-skip_missing_interpreters set? | 15:27 |
Shrews | maybe it's not fatal if it can use a different available minor version? | 15:27 |
*** chandankumar has quit IRC | 15:27 | |
Shrews | i'm not opposed to the change. seems good to me. just confused why it isn't fatal in this scenario | 15:28 |
Shrews | maybe because of the config setting fungi pointed out | 15:28 |
fungi | alternatively, maybe an unexpected side-effect of https://tox.readthedocs.io/en/latest/config.html#conf-ignore_basepython_conflict | 15:28 |
AJaeger | fungi: zuul-jobs does not set skip_missing_interpreters | 15:29 |
AJaeger | fungi: and neither is ignore_basepython_conflict set AFAIK | 15:29 |
fungi | "In a future version of tox, this warning will become an error." | 15:30 |
fungi | maybe the difference is the version of tox each of you is running? | 15:30 |
Shrews | 3.14.2 | 15:31 |
openstackgerrit | David Shrewsbury proposed zuul/zuul-jobs master: ensure-tox: Output tox version https://review.opendev.org/701236 | 15:36 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: DNM: testing https://review.opendev.org/701237 | 15:37 |
corvus | happy new year everyone! :) | 15:50 |
AJaeger | happy new year, corvus - and everyone else ;) | 15:52 |
AJaeger | https://review.opendev.org/696337 has two +2s but no +A - "Add pypi_fqdn to differentiate it package mirrors". tristanC any reason not to merge? Anybody wants to +A? | 15:53 |
corvus | i think it's fine to merge changes like that until the new mirror_info stuff is viable (it isn't yet) | 15:55 |
*** electrofelix has quit IRC | 15:56 | |
clarkb | pabelanger: we still get spam in the unregistered channel so probably not (however that spam originates from one of about 120 channels so maybe it would be ok?) | 15:58 |
*** chandankumar has joined #zuul | 16:02 | |
pabelanger | clarkb: ack, we may want to update it from openstack-unregistered to opendev-unregistered for long term too | 16:09 |
*** arxcruz is now known as arxcruz|off | 16:11 | |
*** themroc has quit IRC | 16:29 | |
openstackgerrit | David Shrewsbury proposed zuul/zuul-jobs master: ensure-tox: Output tox version https://review.opendev.org/701236 | 16:29 |
pabelanger | Hmm, just upgrade zuul to 3.14.0 and think paramiko changed, I now see http://paste.openstack.org/show/788087/ for SSH keys for gerrit | 16:34 |
*** mattw4 has joined #zuul | 16:34 | |
clarkb | pabelanger: I think you may need to use rsa keys? | 16:35 |
clarkb | seems like we ran into similar due to a bug in paramiko? and forcing rsa bypasses | 16:36 |
pabelanger | clarkb: well, it was working before upgrades, let me see why it doesn't not | 16:36 |
openstackgerrit | Merged zuul/zuul-jobs master: Add pypi_fqdn to differentiate it package mirrors https://review.opendev.org/696337 | 16:36 |
clarkb | pabelanger: look in the git history of the zuul quickstart testing | 16:39 |
clarkb | I think that is where we hit it | 16:39 |
pabelanger | k | 16:40 |
pabelanger | paramiko 2.7.1 looks to have added new private key support: https://github.com/net-ssh/net-ssh/issues/633 | 16:41 |
fungi | paramiko had a couple releases last month, so maybe this is the first time you're running 2.7.1 | 16:41 |
pabelanger | oops | 16:41 |
pabelanger | that isn't paramiko issue | 16:41 |
pabelanger | fungi: yah, is | 16:41 |
fungi | https://www.paramiko.org/changelog.html | 16:43 |
pabelanger | yah, I likely have to convert my PEM keys now | 16:44 |
fungi | [Feature] #602: (via #1343, #1313, #618) Implement support for OpenSSH 6.5-style private key files (typically denoted as having BEGIN OPENSSH PRIVATE KEY headers instead of PEM format’s BEGIN RSA PRIVATE KEY or similar). If you were getting any sort of weird auth error from “modern” keys generated on newer operating system releases (such as macOS Mojave), this is the first update to try. | 16:44 |
fungi | pretty sure that's what we hit | 16:44 |
fungi | (ni 2.7.0) | 16:44 |
clarkb | pabelanger: b2e5500cc266052cb9c801a42ff6b74eb81fc46c zuul commit | 16:45 |
clarkb | fungi: ya ^ worked around it via explicit format setting | 16:45 |
*** themroc has joined #zuul | 16:45 | |
fungi | ahh, yeah, https://review.opendev.org/690701 | 16:45 |
openstackgerrit | James E. Blair proposed opendev/zone-zuul-ci.org master: Update gitreview https://review.opendev.org/701249 | 16:46 |
*** themroc has quit IRC | 16:46 | |
openstackgerrit | James E. Blair proposed opendev/zone-zuul-ci.org master: Delegate acme challenges to opendev https://review.opendev.org/701250 | 16:46 |
*** tosky has quit IRC | 16:46 | |
fungi | resulting in this note: https://zuul-ci.org/docs/zuul/admin/components.html#attr-executor.private_key_file | 16:47 |
fungi | and a similar one in the gerrit driver doc | 16:47 |
pabelanger | clarkb: fungi: thanks! I'll downgrade for now, and reformat keys | 16:47 |
pabelanger | Zuul version: 3.14.0 !! | 16:51 |
pabelanger | now to migrate jobs to 2.9 | 16:51 |
openstackgerrit | Merged zuul/zuul master: doc: add note for speculative queue attribute https://review.opendev.org/701230 | 16:56 |
openstackgerrit | Paul Belanger proposed zuul/zuul master: Use -N '' for ssh-keygen https://review.opendev.org/701252 | 16:56 |
pabelanger | clarkb: fungi: nit^ in docs | 16:57 |
openstackgerrit | James E. Blair proposed opendev/zone-zuul-ci.org master: Use tabs instead of spaces https://review.opendev.org/701254 | 16:59 |
fungi | pabelanger: oh, yep, that matches what we fixed in the playbook. thanks! | 16:59 |
openstackgerrit | Merged opendev/zone-zuul-ci.org master: Update gitreview https://review.opendev.org/701249 | 17:01 |
openstackgerrit | Merged opendev/zone-zuul-ci.org master: Delegate acme challenges to opendev https://review.opendev.org/701250 | 17:01 |
*** chkumar246 has joined #zuul | 17:01 | |
*** chandankumar has quit IRC | 17:04 | |
*** chkumar246 has quit IRC | 17:07 | |
*** saneax has quit IRC | 17:10 | |
openstackgerrit | Merged opendev/zone-zuul-ci.org master: Use tabs instead of spaces https://review.opendev.org/701254 | 17:14 |
openstackgerrit | James E. Blair proposed opendev/zone-zuul-ci.org master: Also delegate www. acme record to opendev https://review.opendev.org/701257 | 17:20 |
openstackgerrit | Merged zuul/zuul-jobs master: Ensure python interpreter is installed for tox-py3X https://review.opendev.org/700899 | 17:22 |
*** rishabhhpe has joined #zuul | 17:28 | |
corvus | fyi over in #openstack-infra we're working on getting a new ssl cert for zuul-ci.org | 17:29 |
*** sshnaidm is now known as sshnaidm|afk | 17:31 | |
*** mattw4 has quit IRC | 17:31 | |
*** mattw4 has joined #zuul | 17:32 | |
rishabhhpe | Hello All, | 17:32 |
rishabhhpe | Happy New Year, Can someone please help after looking at this issue from zuul.log. I had pasted the complete error along with layout.yaml file and output of | 17:32 |
rishabhhpe | command for status of gearman in this link -: http://paste.openstack.org/show/788088/ | 17:32 |
rishabhhpe | It will be really helpful if anyone from the team can help in debugging this issue . | 17:32 |
rishabhhpe | Our build is broken from past two weeks and showing status as N on community page. | 17:32 |
*** evrardjp has quit IRC | 17:33 | |
*** evrardjp has joined #zuul | 17:33 | |
openstackgerrit | Merged opendev/zone-zuul-ci.org master: Also delegate www. acme record to opendev https://review.opendev.org/701257 | 17:36 |
fungi | rishabhhpe: it's been a while since i've worked on old zuul versions. you're still using 2.x with jenkins i guess? | 17:39 |
rishabhhpe | @fungi: Yes we are still using old zuul 2.x | 17:40 |
rishabhhpe | here it is saying job is not registered with gearman | 17:40 |
fungi | are the jobs actually defined in your jenkins master? is the gearman plug-in installed and enabled? i don't see any of the job names from your layout getting registered by your jenkins master in gearman | 17:40 |
fungi | i also have completely paged out any memory of how to troubleshoot the jenkins side of that. i vaguely recall that disabling and reenabling the plug-in should trigger the jenkins master to reregister all its jobs | 17:41 |
rishabhhpe | Yes job defination is defined in master ..properly but this issue is coming only after i restarted my master ci server | 17:41 |
clarkb | it will only register if you have slaves connected that can run the job iirc | 17:42 |
fungi | oh, right, that too | 17:42 |
fungi | are you using nodepool or registering your slaves in some other way? | 17:42 |
fungi | removing and re-adding the slaves should get those jobs to show up in gearman | 17:42 |
rishabhhpe | we have nodepool which had already spawned multiple instances | 17:42 |
rishabhhpe | explicitly no slave is there | 17:43 |
fungi | do you set a min-ready for your nodes in nodepool? | 17:44 |
fungi | so that there is at least one slave registered with jenkins? | 17:44 |
rishabhhpe | Yes it is defined in nodepool.yaml if you want i can share the content of it with you | 17:44 |
rishabhhpe | fungi: i had pasted my nodepool.yaml file here http://paste.openstack.org/show/788089/ | 17:46 |
pabelanger | rishabhhpe: you may want to rotate password, ^ has exposed them | 17:51 |
pabelanger | passwords* | 17:52 |
fungi | okay, so you should have at least 4 ready d-p-c slaves and 4 ready d-p-c-fc slaves in jenkins. are they showing up there? | 17:52 |
rishabhhpe | pabelanger: thanks .. will take care of it from next time | 17:53 |
rishabhhpe | fungi: yes there 8 ready instances which i can see | 17:53 |
fungi | so in that case, disabling and reenabling the gearman plug-in in your jenkins master should cause it to register its availability of nodes for those jobs in zuul's gearman (i think restarting the jenkins master will do it too, but that's more disruptive) | 17:55 |
rishabhhpe | Well i did jenkins restart also but it wont workout ... will enable and disable of gearman plugin will not impact the current setup .. as we might be using very old version tools .. which are not updated from long time . | 17:56 |
pabelanger | rishabhhpe: fungi: https://www.mediawiki.org/w/index.php?title=Continuous_integration/Zuul#Debugging maybe helpful, that is still 2.x based. For getting more info from gearman | 17:59 |
pabelanger | https://docs.openstack.org/infra/openstackci/third_party_ci.html#setup-jenkins too | 17:59 |
fungi | yes, it's unfortunately hard to support very old versions of software. we specifically designed jenkins out of zuul and released v3 almost two years ago now, so our focus is going to be on making it easy to run without jenkins and lots of us are quickly forgetting how all that stuff used to work | 18:00 |
pabelanger | ++ | 18:01 |
fungi | seeking help from people who are still running zuul 2.x and jenkins may be a more effective route, but i don't know where to find them (and hopefully their numbers are dwindling as they replace their old ci systems) | 18:02 |
rishabhhpe | pabelanger: fungi: i am not able to find this file only zuul-gearman.py | 18:07 |
*** pcaruana has quit IRC | 18:07 | |
pabelanger | https://github.com/wikimedia/puppet/blob/production/modules/zuul/files/zuul-gearman.py | 18:08 |
*** pcaruana has joined #zuul | 18:16 | |
rishabhhpe | pabelanger: copying this file from the repo u have given and running the command zuul-gearman.py status it is showing command not found .. does it require any extra setup ? | 18:19 |
pabelanger | rishabhhpe: not sure, I haven't used wikimedia tools before. I mostly was pointing to another data point to aid in debugging | 18:20 |
*** pcaruana has quit IRC | 18:21 | |
rishabhhpe | Ok | 18:23 |
*** armstrongs has quit IRC | 18:24 | |
rishabhhpe | fungi: enabling/disable also does not workout still getting the same error | 18:26 |
openstackgerrit | Merged zuul/zuul master: Use -N '' for ssh-keygen https://review.opendev.org/701252 | 18:32 |
corvus | rishabhhpe: you may be able to turn on debug logging in the jenkins master to find out why the jobs aren't being registered. i'm sorry i don't remember how to do that. | 18:39 |
rishabhhpe | corvus: thanks i will check that part | 18:40 |
openstackgerrit | James E. Blair proposed zuul/zuul master: Re-elect James Blair as project lead https://review.opendev.org/701267 | 19:41 |
*** rlandy is now known as rlandy|afk | 19:43 | |
fungi | it's a brand new year! | 19:50 |
corvus | deserving of a one-bit change | 19:52 |
*** armstrongs has joined #zuul | 19:57 | |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: DNM: testing https://review.opendev.org/701237 | 20:00 |
corvus | mnaser: do you need anything to move forward on the helm stuff? (i see you did work over the holidays while i was not around) | 20:01 |
*** rishabhhpe has quit IRC | 20:01 | |
fungi | indeed, even if that's ascii "0" to "1" the binary encoded value is changing from 00110000 to 00110001 | 20:02 |
fungi | truly a one-bit change | 20:02 |
AJaeger | corvus: there are two changes up for zuul-jobs by mnaser, I think he needs both | 20:02 |
mnaser | corvus: i'd appreciate it, actually ran into two small tidbits -- for some reason the helm jobs are not being seen (depends-on a untrusted projects seems to have shown as if the job doesn't exist?) and operational side of things, im seeing a lot of defunct processes in the executor pods so i think there's something to really to figure out | 20:02 |
*** ianychoi has quit IRC | 20:04 | |
Shrews | i hope jeblair nominates himself to oppose corvus, just for the entertainment value! | 20:05 |
*** armstrongs has quit IRC | 20:05 | |
corvus | mnaser: ack, i'll look into the job thing after lunch; re executor -- like zombie procesess? which processes are those? | 20:12 |
fungi | Shrews: i'm looking forward to the debate | 20:13 |
corvus | fungi, Shrews: oh man you really don't want to hear the voices in my head arguing with each other | 20:13 |
fungi | it'll be like watching a single-player chess match? | 20:13 |
corvus | with corvus playing checkers | 20:13 |
*** igordc has joined #zuul | 20:13 | |
fungi | i'm imagining that pixar short "geri's game" | 20:14 |
*** igordc has quit IRC | 20:15 | |
Shrews | https://gph.is/2jTq91T | 20:15 |
fungi | yep, that's the one | 20:16 |
*** ianychoi has joined #zuul | 20:19 | |
*** rfolco has quit IRC | 20:34 | |
*** tosky has joined #zuul | 20:55 | |
*** zbr has quit IRC | 21:05 | |
*** zbr has joined #zuul | 21:07 | |
openstackgerrit | James E. Blair proposed zuul/zuul-helm master: Added nodepool to charts https://review.opendev.org/700462 | 21:09 |
corvus | mnaser: 2 things: 1) the depends-on url format was not one that zuul recognized (/c/<number>; it does recognize /#/c/<number). maybe we should add that? where did you copy it from?) | 21:11 |
corvus | mnaser: 2) i updated the zuul.d/project.yaml file to match the zuul "house style" for zuul config; not something i'm normally picky about in other projects, but it's nice for zuul's own config to match the other zuul projects and the docs (no leading '---', and indented list items) | 21:13 |
*** zbr has quit IRC | 21:14 | |
corvus | it looks like the job is hitting pre-run failures | 21:14 |
*** michael-beaver has joined #zuul | 21:15 | |
*** zbr has joined #zuul | 21:22 | |
*** zbr has quit IRC | 21:26 | |
*** zbr has joined #zuul | 21:30 | |
*** zbr_ has joined #zuul | 21:37 | |
openstackgerrit | Clark Boylan proposed zuul/zuul-jobs master: Stop compressing files during intermediate steps https://review.opendev.org/701282 | 21:38 |
openstackgerrit | Clark Boylan proposed zuul/zuul-jobs master: Test swift upload logs without encoding type for gzip files https://review.opendev.org/701283 | 21:38 |
openstackgerrit | Clark Boylan proposed zuul/zuul-jobs master: Test swift upload logs without encoding type for gzip files https://review.opendev.org/701284 | 21:38 |
openstackgerrit | Clark Boylan proposed zuul/zuul-jobs master: Swift upload logs without encoding type for gzip files https://review.opendev.org/701284 | 21:38 |
*** zbr has quit IRC | 21:39 | |
openstackgerrit | Clark Boylan proposed zuul/zuul-jobs master: Stop compressing files during intermediate steps https://review.opendev.org/701282 | 21:48 |
openstackgerrit | Clark Boylan proposed zuul/zuul-jobs master: Test swift upload logs without encoding type for gzip files https://review.opendev.org/701283 | 21:48 |
openstackgerrit | Clark Boylan proposed zuul/zuul-jobs master: Swift upload logs without encoding type for gzip files https://review.opendev.org/701284 | 21:48 |
corvus | clarkb: should we do an announcement before 701282? and for opendev, maybe go ahead and set that as a site var or something? | 21:48 |
corvus | (i'm not too worried about fetch-subunit-output, but rather stage-output) | 21:49 |
clarkb | the flip of the default value you mean? ya I agree | 21:49 |
corvus | ya | 21:49 |
clarkb | I guess I should split this into two stacks then as opdnev can set the var early | 21:49 |
corvus | clarkb: ++; we can even make sure we get it right before sending the deprecation announcement | 21:49 |
openstackgerrit | Clark Boylan proposed zuul/zuul-jobs master: Test swift upload logs without encoding type for gzip files https://review.opendev.org/701283 | 21:50 |
openstackgerrit | Clark Boylan proposed zuul/zuul-jobs master: Swift upload logs without encoding type for gzip files https://review.opendev.org/701284 | 21:50 |
clarkb | Ok thats the stacks split | 21:50 |
clarkb | I'll work on the opendev change | 21:50 |
*** zbr_ has quit IRC | 22:02 | |
*** zbr has joined #zuul | 22:02 | |
*** zbr has quit IRC | 22:25 | |
*** zbr has joined #zuul | 22:25 | |
*** zbr has quit IRC | 22:30 | |
*** jamesmcarthur has joined #zuul | 22:44 | |
*** Goneri has quit IRC | 22:46 | |
*** jamesmcarthur has quit IRC | 22:57 | |
*** jamesmcarthur has joined #zuul | 23:03 | |
*** zbr has joined #zuul | 23:04 | |
openstackgerrit | Mohammed Naser proposed zuul/zuul-jobs master: Add basic Helm jobs https://review.opendev.org/700222 | 23:07 |
*** armstrongs has joined #zuul | 23:07 | |
*** zbr_ has joined #zuul | 23:08 | |
*** zbr has quit IRC | 23:09 | |
*** mattw4 has quit IRC | 23:09 | |
*** mattw4 has joined #zuul | 23:10 | |
*** Goneri has joined #zuul | 23:10 | |
*** rlandy|afk is now known as rlandy | 23:11 | |
*** zbr_ has quit IRC | 23:14 | |
*** armstrongs has quit IRC | 23:17 | |
*** jamesmcarthur has quit IRC | 23:17 | |
*** zbr has joined #zuul | 23:21 | |
*** tosky has quit IRC | 23:23 | |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: DNM: testing https://review.opendev.org/701237 | 23:52 |
*** mattw4 has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!