* gitlab-runner @ 2019-09-19 6:56 Robert Berger@yocto.user 2019-09-19 13:39 ` gitlab-runner Randy MacLeod 0 siblings, 1 reply; 8+ messages in thread From: Robert Berger@yocto.user @ 2019-09-19 6:56 UTC (permalink / raw) To: yocto Hi, Does someone happen to have a BitBake recipe for gitlab-runner?[1] [1] https://gitlab.com/gitlab-org/gitlab-runner A quick search did not show up anything;) Regards, Robert ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gitlab-runner 2019-09-19 6:56 gitlab-runner Robert Berger@yocto.user @ 2019-09-19 13:39 ` Randy MacLeod 2019-09-19 13:48 ` gitlab-runner Simon Spannagel 2019-09-19 14:16 ` gitlab-runner Adrian Bunk 0 siblings, 2 replies; 8+ messages in thread From: Randy MacLeod @ 2019-09-19 13:39 UTC (permalink / raw) To: yocto, robert.berger.yocto.user, simon.spannagel On 9/19/19 2:56 AM, Robert Berger@yocto.user wrote: > Hi, > > Does someone happen to have a BitBake recipe for gitlab-runner?[1] > > [1] https://gitlab.com/gitlab-org/gitlab-runner > > A quick search did not show up anything;) There's nothing in the layer index: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=runner (It wasn't clear if you knew about the index.) I did find: https://gitlab.cern.ch/Caribou/meta-caribou/tree/master/misc/gitlab-ci that mentions gitlab-runner but it doesn't seem like that layer provides a recipe but you might want to check it out anyway and let us know if it works for you. Also I CCed Simon who is the most recent active committer to meta-caribou. Simon, Do you want to add this layer to the index? See: https://layers.openembedded.org/layerindex/branch/master/layers/ and click the "Submit layer" button. ,./Randy > > Regards, > > Robert -- # Randy MacLeod # Wind River Linux ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gitlab-runner 2019-09-19 13:39 ` gitlab-runner Randy MacLeod @ 2019-09-19 13:48 ` Simon Spannagel 2019-09-20 6:01 ` gitlab-runner Robert Berger@yocto.user 2019-09-19 14:16 ` gitlab-runner Adrian Bunk 1 sibling, 1 reply; 8+ messages in thread From: Simon Spannagel @ 2019-09-19 13:48 UTC (permalink / raw) To: Randy MacLeod, yocto, robert.berger.yocto.user Hi all, the linked layer does not provide a bitbake recipe for the gitlab-runner to be built but only some instructions of how to set up a runner instance to run bitbake on. Was this what you were looking for? Thanks for the link to the layer index, Randy, I'll look into adding it there! Best regards, Simon On 19/09/2019 15:39, Randy MacLeod wrote: > On 9/19/19 2:56 AM, Robert Berger@yocto.user wrote: >> Hi, >> >> Does someone happen to have a BitBake recipe for gitlab-runner?[1] >> >> [1] https://gitlab.com/gitlab-org/gitlab-runner >> >> A quick search did not show up anything;) > > There's nothing in the layer index: > > https://layers.openembedded.org/layerindex/branch/master/recipes/?q=runner > > > (It wasn't clear if you knew about the index.) > > I did find: > https://gitlab.cern.ch/Caribou/meta-caribou/tree/master/misc/gitlab-ci > that mentions gitlab-runner but it doesn't seem like that layer provides > a recipe but you might want to check it out anyway and let us know if > it works for you. > > Also I CCed Simon who is the most recent active committer to > meta-caribou. Simon, Do you want to add this layer to the index? > See: > https://layers.openembedded.org/layerindex/branch/master/layers/ > and click the "Submit layer" button. > > ,./Randy > >> >> Regards, >> >> Robert > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gitlab-runner 2019-09-19 13:48 ` gitlab-runner Simon Spannagel @ 2019-09-20 6:01 ` Robert Berger@yocto.user 0 siblings, 0 replies; 8+ messages in thread From: Robert Berger@yocto.user @ 2019-09-20 6:01 UTC (permalink / raw) To: Simon Spannagel, Randy MacLeod, yocto; +Cc: bunk Hi, Please see my comments in-line. On 19/09/2019 15:48, Simon Spannagel wrote: > Hi all, > > the linked layer does not provide a bitbake recipe for the gitlab-runner > to be built but only some instructions of how to set up a runner > instance to run bitbake on. Was this what you were looking for? Actually both gitlab-runner kicking off a bitbake and gitlab-runner on my boards to run stuff there. Initially I thought about building the gitlab-runner for the board myself, but with 200 golang libs this will be not much fun I guess;) > > Thanks for the link to the layer index, Randy, I'll look into adding it > there! Thanks! > > Best regards, > Simon Regards, Robert > > > On 19/09/2019 15:39, Randy MacLeod wrote: >> On 9/19/19 2:56 AM, Robert Berger@yocto.user wrote: >>> Hi, >>> >>> Does someone happen to have a BitBake recipe for gitlab-runner?[1] >>> >>> [1] https://gitlab.com/gitlab-org/gitlab-runner >>> >>> A quick search did not show up anything;) >> >> There's nothing in the layer index: >> >> https://layers.openembedded.org/layerindex/branch/master/recipes/?q=runner >> >> >> (It wasn't clear if you knew about the index.) >> >> I did find: >> https://gitlab.cern.ch/Caribou/meta-caribou/tree/master/misc/gitlab-ci >> that mentions gitlab-runner but it doesn't seem like that layer provides >> a recipe but you might want to check it out anyway and let us know if >> it works for you. >> >> Also I CCed Simon who is the most recent active committer to >> meta-caribou. Simon, Do you want to add this layer to the index? >> See: >> https://layers.openembedded.org/layerindex/branch/master/layers/ >> and click the "Submit layer" button. >> >> ,./Randy >> >>> >>> Regards, >>> >>> Robert >> >> ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gitlab-runner 2019-09-19 13:39 ` gitlab-runner Randy MacLeod 2019-09-19 13:48 ` gitlab-runner Simon Spannagel @ 2019-09-19 14:16 ` Adrian Bunk 2019-09-19 14:35 ` gitlab-runner Yann Dirson 1 sibling, 1 reply; 8+ messages in thread From: Adrian Bunk @ 2019-09-19 14:16 UTC (permalink / raw) To: Randy MacLeod; +Cc: yocto, simon.spannagel On Thu, Sep 19, 2019 at 09:39:55AM -0400, Randy MacLeod wrote: > On 9/19/19 2:56 AM, Robert Berger@yocto.user wrote: > > Hi, > > > > Does someone happen to have a BitBake recipe for gitlab-runner?[1] > > > > [1] https://gitlab.com/gitlab-org/gitlab-runner > > > > A quick search did not show up anything;) > > There's nothing in the layer index: > > https://layers.openembedded.org/layerindex/branch/master/recipes/?q=runner > > (It wasn't clear if you knew about the index.) > > I did find: > https://gitlab.cern.ch/Caribou/meta-caribou/tree/master/misc/gitlab-ci > that mentions gitlab-runner but it doesn't seem like that layer provides > a recipe but you might want to check it out anyway and let us know if > it works for you. >... It just downloads an ARM binary from the internet. Any layer actually building gitlab-runner would have to provide 200 Go libraries. > ,./Randy cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gitlab-runner 2019-09-19 14:16 ` gitlab-runner Adrian Bunk @ 2019-09-19 14:35 ` Yann Dirson 2019-09-20 6:05 ` gitlab-runner Robert Berger@yocto.user 0 siblings, 1 reply; 8+ messages in thread From: Yann Dirson @ 2019-09-19 14:35 UTC (permalink / raw) To: robert.berger.yocto.user; +Cc: yocto, simon.spannagel, Adrian Bunk Do you want a recipe for gitlab-runner, or something for getting gitlab-runned to tun a bitbake build ? The latter I have, though imperfect and not readily packaged, but I can possibly try to publish something (planned for a long time, but hey...) 2019-09-19 16:16 UTC+02:00, Adrian Bunk <bunk@stusta.de>: > On Thu, Sep 19, 2019 at 09:39:55AM -0400, Randy MacLeod wrote: >> On 9/19/19 2:56 AM, Robert Berger@yocto.user wrote: >> > Hi, >> > >> > Does someone happen to have a BitBake recipe for gitlab-runner?[1] >> > >> > [1] https://gitlab.com/gitlab-org/gitlab-runner >> > >> > A quick search did not show up anything;) >> >> There's nothing in the layer index: >> >> https://layers.openembedded.org/layerindex/branch/master/recipes/?q=runner >> >> (It wasn't clear if you knew about the index.) >> >> I did find: >> https://gitlab.cern.ch/Caribou/meta-caribou/tree/master/misc/gitlab-ci >> that mentions gitlab-runner but it doesn't seem like that layer provides >> a recipe but you might want to check it out anyway and let us know if >> it works for you. >>... > > It just downloads an ARM binary from the internet. > > Any layer actually building gitlab-runner would have to provide > 200 Go libraries. > >> ,./Randy > > cu > Adrian > > -- > > "Is there not promise of rain?" Ling Tan asked suddenly out > of the darkness. There had been need of rain for many days. > "Only a promise," Lao Er said. > Pearl S. Buck - Dragon Seed > > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- Yann Dirson <yann@blade-group.com> Blade / Shadow -- http://shadow.tech ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gitlab-runner 2019-09-19 14:35 ` gitlab-runner Yann Dirson @ 2019-09-20 6:05 ` Robert Berger@yocto.user 2019-09-20 12:18 ` gitlab-runner Yann Dirson 0 siblings, 1 reply; 8+ messages in thread From: Robert Berger@yocto.user @ 2019-09-20 6:05 UTC (permalink / raw) To: Yann Dirson; +Cc: yocto, simon.spannagel, Adrian Bunk Hi Yann, Please se my comments in-line On 19/09/2019 16:35, Yann Dirson wrote: > Do you want a recipe for gitlab-runner, or something for getting > gitlab-runned to tun a bitbake build ? The latter I have, though > imperfect and not readily packaged, but I can possibly try to publish > something (planned for a long time, but hey...) Actually both. It's some setup of a customer who does not use Yocto yet on their boards ad I would like to help them replace some Linux distro with the yocto project and therefor need gitlab-runner on the boards as well as kicking off a bitbake. In case you have something which already does something it's more than I have and we can try to polish it ;) Regards, Robert > > 2019-09-19 16:16 UTC+02:00, Adrian Bunk <bunk@stusta.de>: >> On Thu, Sep 19, 2019 at 09:39:55AM -0400, Randy MacLeod wrote: >>> On 9/19/19 2:56 AM, Robert Berger@yocto.user wrote: >>>> Hi, >>>> >>>> Does someone happen to have a BitBake recipe for gitlab-runner?[1] >>>> >>>> [1] https://gitlab.com/gitlab-org/gitlab-runner >>>> >>>> A quick search did not show up anything;) >>> >>> There's nothing in the layer index: >>> >>> https://layers.openembedded.org/layerindex/branch/master/recipes/?q=runner >>> >>> (It wasn't clear if you knew about the index.) >>> >>> I did find: >>> https://gitlab.cern.ch/Caribou/meta-caribou/tree/master/misc/gitlab-ci >>> that mentions gitlab-runner but it doesn't seem like that layer provides >>> a recipe but you might want to check it out anyway and let us know if >>> it works for you. >>> ... >> >> It just downloads an ARM binary from the internet. >> >> Any layer actually building gitlab-runner would have to provide >> 200 Go libraries. >> >>> ,./Randy >> >> cu >> Adrian >> >> -- >> >> "Is there not promise of rain?" Ling Tan asked suddenly out >> of the darkness. There had been need of rain for many days. >> "Only a promise," Lao Er said. >> Pearl S. Buck - Dragon Seed >> >> -- >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto >> > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gitlab-runner 2019-09-20 6:05 ` gitlab-runner Robert Berger@yocto.user @ 2019-09-20 12:18 ` Yann Dirson 0 siblings, 0 replies; 8+ messages in thread From: Yann Dirson @ 2019-09-20 12:18 UTC (permalink / raw) To: Robert Berger@yocto.user; +Cc: yocto, simon.spannagel, Adrian Bunk Ok, I'll find time to publish that some time before monday 2019-09-20 8:05 UTC+02:00, Robert Berger@yocto.user <robert.berger.yocto.user@gmail.com>: > Hi Yann, > > Please se my comments in-line > > On 19/09/2019 16:35, Yann Dirson wrote: >> Do you want a recipe for gitlab-runner, or something for getting >> gitlab-runned to tun a bitbake build ? The latter I have, though >> imperfect and not readily packaged, but I can possibly try to publish >> something (planned for a long time, but hey...) > > Actually both. It's some setup of a customer who does not use Yocto yet > on their boards ad I would like to help them replace some Linux distro > with the yocto project and therefor need gitlab-runner on the boards as > well as kicking off a bitbake. > > In case you have something which already does something it's more than I > have and we can try to polish it ;) > > Regards, > > Robert > >> >> 2019-09-19 16:16 UTC+02:00, Adrian Bunk <bunk@stusta.de>: >>> On Thu, Sep 19, 2019 at 09:39:55AM -0400, Randy MacLeod wrote: >>>> On 9/19/19 2:56 AM, Robert Berger@yocto.user wrote: >>>>> Hi, >>>>> >>>>> Does someone happen to have a BitBake recipe for gitlab-runner?[1] >>>>> >>>>> [1] https://gitlab.com/gitlab-org/gitlab-runner >>>>> >>>>> A quick search did not show up anything;) >>>> >>>> There's nothing in the layer index: >>>> >>>> https://layers.openembedded.org/layerindex/branch/master/recipes/?q=runner >>>> >>>> (It wasn't clear if you knew about the index.) >>>> >>>> I did find: >>>> https://gitlab.cern.ch/Caribou/meta-caribou/tree/master/misc/gitlab-ci >>>> that mentions gitlab-runner but it doesn't seem like that layer >>>> provides >>>> a recipe but you might want to check it out anyway and let us know if >>>> it works for you. >>>> ... >>> >>> It just downloads an ARM binary from the internet. >>> >>> Any layer actually building gitlab-runner would have to provide >>> 200 Go libraries. >>> >>>> ,./Randy >>> >>> cu >>> Adrian >>> >>> -- >>> >>> "Is there not promise of rain?" Ling Tan asked suddenly out >>> of the darkness. There had been need of rain for many days. >>> "Only a promise," Lao Er said. >>> Pearl S. Buck - Dragon Seed >>> >>> -- >>> _______________________________________________ >>> yocto mailing list >>> yocto@yoctoproject.org >>> https://lists.yoctoproject.org/listinfo/yocto >>> >> >> > > -- Yann Dirson <yann@blade-group.com> Blade / Shadow -- http://shadow.tech ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-09-20 12:18 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-09-19 6:56 gitlab-runner Robert Berger@yocto.user 2019-09-19 13:39 ` gitlab-runner Randy MacLeod 2019-09-19 13:48 ` gitlab-runner Simon Spannagel 2019-09-20 6:01 ` gitlab-runner Robert Berger@yocto.user 2019-09-19 14:16 ` gitlab-runner Adrian Bunk 2019-09-19 14:35 ` gitlab-runner Yann Dirson 2019-09-20 6:05 ` gitlab-runner Robert Berger@yocto.user 2019-09-20 12:18 ` gitlab-runner Yann Dirson
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.