*** eernst has quit IRC | 00:02 | |
*** dklyle has quit IRC | 00:02 | |
*** fuentess has quit IRC | 00:47 | |
*** annabelleB has quit IRC | 00:51 | |
*** annabelleB has joined #kata-dev | 00:53 | |
*** annabelleB has quit IRC | 00:53 | |
*** sameo_ has joined #kata-dev | 01:38 | |
*** sameo has quit IRC | 01:38 | |
*** lamego has quit IRC | 01:38 | |
*** lamego has joined #kata-dev | 01:42 | |
*** dlw has joined #kata-dev | 02:05 | |
*** lsm5 has quit IRC | 02:07 | |
*** lsm5 has joined #kata-dev | 02:09 | |
*** dlw1 has joined #kata-dev | 02:13 | |
*** dlw has quit IRC | 02:13 | |
*** dlw1 is now known as dlw | 02:13 | |
*** lsm5 has quit IRC | 02:16 | |
*** lsm5 has joined #kata-dev | 02:16 | |
*** zerocoolback has joined #kata-dev | 02:31 | |
*** dlw1 has joined #kata-dev | 03:30 | |
*** dlw has quit IRC | 03:32 | |
*** dlw1 is now known as dlw | 03:32 | |
*** lpetrut has joined #kata-dev | 03:52 | |
*** sjas_ has joined #kata-dev | 04:09 | |
*** sjas has quit IRC | 04:11 | |
*** zerocoolback has quit IRC | 04:23 | |
*** zerocoolback has joined #kata-dev | 04:31 | |
*** lpetrut has quit IRC | 04:36 | |
*** zerocoolback has quit IRC | 05:01 | |
*** zerocoolback has joined #kata-dev | 05:03 | |
*** zerocoolback has quit IRC | 05:21 | |
*** zerocool_ has joined #kata-dev | 05:21 | |
*** fdegir has quit IRC | 05:29 | |
*** din has quit IRC | 05:29 | |
*** fdegir has joined #kata-dev | 05:29 | |
*** din has joined #kata-dev | 05:30 | |
*** din has quit IRC | 05:32 | |
*** din has joined #kata-dev | 05:32 | |
*** din has quit IRC | 05:32 | |
*** din has joined #kata-dev | 05:32 | |
*** lpetrut has joined #kata-dev | 06:05 | |
*** lpetrut has quit IRC | 06:16 | |
*** lpetrut has joined #kata-dev | 06:16 | |
*** sameo_ has quit IRC | 06:46 | |
*** zerocoolback has joined #kata-dev | 07:29 | |
*** zerocool_ has quit IRC | 07:31 | |
*** lpetrut has quit IRC | 07:40 | |
*** sameo has joined #kata-dev | 07:49 | |
*** davidgiluk has joined #kata-dev | 08:03 | |
*** gwhaley has joined #kata-dev | 08:15 | |
*** sjas_ is now known as sjas | 08:20 | |
kata-irc-bot1 | <kaly.xin> @salvador.fuentes @graham.whaley Hi, We have a ARM server at hand, we now plan to make this server as a Jenkins slave machine first and we will add test cases bit by bit after that. We know the basic mechanism about the Jenkins setup, but it is still case by case, depending on the configuration of the jenkins master. So could you help us to know what's the first step? for example, the information which the master needs(IP, keys, etc), | 08:55 |
---|---|---|
kata-irc-bot1 | or the plugin needs to be installed on the slave? or the credential things? We want the current master to know the slave and can configure and schedule basic tasks on the slave. Thanks a lot! | 08:55 |
*** lpetrut has joined #kata-dev | 08:57 | |
*** lpetrut has quit IRC | 09:18 | |
*** lpetrut has joined #kata-dev | 09:18 | |
gwhaley | Hi @kaly.xin. So you'd like the current Jenkins master we have to schedule on your slave, yes? OK, I guess that is possible as long as our Azure based master can see your slave machine somehow. | 09:41 |
gwhaley | currently I believe we use an azure node pool for the slave allocation - for your physical server I think we are going to have to change/modify our master setup to add that builder as a single build resource and then | 09:42 |
gwhaley | we will have to give it a label I suspect and then create a new build job that targets slaves with that label. | 09:42 |
gwhaley | we don't currently do any 'matrix' style builds, so I don't think we can tell each build job to build both x86 and arm off a single job (Jenkins can do that, but I don't think we are set up that way at present). | 09:43 |
gwhaley | @salvador.fuentes knows more about how our Azure QA CI is set up though. If he does not get back to you later today (timezones...), then a comment on or a new Issue on github is probably going to be the best way | 09:44 |
gwhaley | to work out the details. | 09:44 |
*** changcheng has quit IRC | 10:03 | |
*** changcheng has joined #kata-dev | 10:08 | |
davidgiluk | someone the other day had a guest crash in a nested setup; I've just got an oops in a nest - I'd like to see if it's the same one - anyone remember where the backtrace from that last case was? | 10:39 |
gwhaley | @davidgiluk - the only one I remember is that we have trouble running certain distros nested (iirc, maybe it was Ubuntu18 or F28)... we have seen this before, and we were seeing it on the vexxhost CI systems - let me | 10:43 |
davidgiluk | gwhaley: This was F28 on a RHEL host | 10:43 |
davidgiluk | it's in native_write_cr4 | 10:43 |
gwhaley | see if I can find a link - iirc I posted a similar link that was on GCE or similar | 10:47 |
gwhaley | yeah, we think it is some odd nested VM kernel incompatability between host and guest... | 10:47 |
davidgiluk | it tends to happen when the L2 exits I think | 10:47 |
gwhaley | davidgiluk - I think this is the relevant thread: https://github.com/kata-containers/tests/issues/418 | 10:49 |
* gwhaley searched for native_write_cr4 in the kata-containers github top level project ;-) | 10:49 | |
davidgiluk | it's in the kernel | 10:50 |
davidgiluk | write | 10:50 |
davidgiluk | right, so my backtrace looks just the same, I'll have a chat to some KVM people | 10:50 |
gwhaley | that'd be great - it'll be good to nail this one for the upstream. There is a link in that thread to a kernel bugzilla where it may have been seen on GCE btw... | 10:51 |
gwhaley | I see you are in sunny Manchester btw davidgiluk - heh, I'm sat over here in Leeds ;-) | 10:52 |
davidgiluk | gwhaley: Ah nice | 10:54 |
davidgiluk | I see Daivd Hildenbrand replied to that kernel bz; he's on our team | 10:55 |
*** gwhaley has quit IRC | 10:59 | |
*** dlw has quit IRC | 11:05 | |
*** zerocoolback has quit IRC | 11:52 | |
*** zerocool_ has joined #kata-dev | 11:52 | |
*** devimc has joined #kata-dev | 11:58 | |
*** zerocoolback has joined #kata-dev | 12:00 | |
*** zerocool_ has quit IRC | 12:04 | |
* davidgiluk thinks disabling pcid is fixing it | 12:16 | |
*** gwhaley has joined #kata-dev | 12:43 | |
*** fuentess has joined #kata-dev | 13:28 | |
*** eernst has joined #kata-dev | 14:06 | |
*** eernst has quit IRC | 14:38 | |
kata-irc-bot1 | <salvador.fuentes> Hi @kaly.xin, @graham.whaley, sure, I can help you with that. I'll figure out what information we need and I'll get back with you :slightly_smiling_face: | 14:57 |
gwhaley | thanks @salvador.fuentes. I suspect one key bit of info is if we have some sort of secure connection between the machines - I'm presuming we'll need maybe an SSH setup to launch the jenkins agent for instance. | 15:02 |
gwhaley | If the build machine happens to be deeply buried in some proxy-land, then there is a way to config Jenkins to do the reverse I believe - to have the slave call back/out to the server | 15:02 |
gwhaley | so, some of this will come down to the build machine setup - the Azure machines are publicly visible. | 15:03 |
*** sameo has quit IRC | 15:04 | |
*** dklyle has joined #kata-dev | 15:23 | |
*** annabelleB has joined #kata-dev | 15:27 | |
kata-irc-bot1 | <salvador.fuentes> @mnaser, clarkb: Hi guys, I was wondering if I could get access to a vexxhost machine, we are having issues with cri-o and would like to reproduce them. | 15:56 |
clarkb | salvador.fuentes I can help with that. You need this on ubuntu xenial? | 15:56 |
kata-irc-bot1 | <salvador.fuentes> clarkb: yes please | 15:56 |
kata-irc-bot1 | <yonatan.gefen> Are there any (negative) implications for choosing "bridged" over "macvtap" for internetworking_model in configuration.toml? | 15:57 |
clarkb | salvador.fuentes I've asked zuul to hold the node for the next xenial job that fails | 15:59 |
clarkb | specifically on the proxy repo (I've rechecked my PR there) | 15:59 |
kata-irc-bot1 | <salvador.fuentes> clarkb: great, thank you :slightly_smiling_face: | 15:59 |
*** annabelleB has quit IRC | 16:04 | |
*** annabelleB has joined #kata-dev | 16:16 | |
clarkb | salvador.fuentes: root@162.253.55.146 | 16:26 |
clarkb | let me know when you are done with it and I will get it cleaned up | 16:26 |
kata-irc-bot1 | <salvador.fuentes> clarkb: thanks | 16:26 |
*** JerryLiu has joined #kata-dev | 16:27 | |
*** changcheng has quit IRC | 16:27 | |
*** eernst has joined #kata-dev | 17:19 | |
*** zerocoolback has quit IRC | 17:19 | |
*** eernst has quit IRC | 17:32 | |
*** eernst has joined #kata-dev | 17:33 | |
*** sgordon has joined #kata-dev | 17:37 | |
*** JerryLiu has quit IRC | 17:54 | |
*** JerryLiu has joined #kata-dev | 18:00 | |
*** gwhaley has quit IRC | 18:09 | |
*** davidgiluk has quit IRC | 19:19 | |
*** lpetrut has quit IRC | 19:39 | |
*** annabelleB has quit IRC | 19:42 | |
*** fiddletwix has quit IRC | 19:47 | |
*** fiddletwix has joined #kata-dev | 19:47 | |
*** annabelleB has joined #kata-dev | 19:56 | |
*** devimc has quit IRC | 20:10 | |
*** dklyle has quit IRC | 22:18 | |
*** lamego has left #kata-dev | 22:27 | |
*** eernst has quit IRC | 22:32 | |
*** eernst has joined #kata-dev | 22:34 | |
*** annabelleB has quit IRC | 22:51 | |
*** dklyle has joined #kata-dev | 23:00 | |
kata-irc-bot1 | <salvador.fuentes> clarkb: hi, I will still be using the machine tomorrow morning. I was able to fix cri-o, but now cri-containerd and a k8s test seem to fail | 23:05 |
clarkb | no problem | 23:06 |
kata-irc-bot1 | <salvador.fuentes> @mnaser, clarkb: do you know if something changed on vexxhost cloud? I ask because I am not seeing this errors when running locally or on an azure machine | 23:06 |
clarkb | I am not aware of any changes, we do update the images daily though, but I woudl expect if you udpated your packges and rebooted locally you'd see the same | 23:07 |
kata-irc-bot1 | <salvador.fuentes> clarkb: ok, thanks, yeah I think I have updated packages, weird... | 23:09 |
*** eernst has quit IRC | 23:15 | |
*** dklyle has quit IRC | 23:17 | |
*** dklyle has joined #kata-dev | 23:50 | |
*** fiddletwix has quit IRC | 23:58 | |
*** fiddletwix has joined #kata-dev | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!