Re: helping with testing resources

2020-06-07 Thread Jonas Hahnfeld
Am Freitag, den 05.06.2020, 07:33 -0400 schrieb Dan Eble: > On May 24, 2020, at 06:51, Jonas Hahnfeld wrote: > > I'm currently researching how GitLab schedules jobs. Unfortunately it > > seems to be first-come-first-serve, so no priority for currently online > > specific runners. But every

Re: helping with testing resources

2020-06-05 Thread Dan Eble
On May 24, 2020, at 06:51, Jonas Hahnfeld wrote: > > I'm currently researching how GitLab schedules jobs. Unfortunately it > seems to be first-come-first-serve, so no priority for currently online > specific runners. But every runner, if intermittent or not, has a > chance of getting a job

Re: helping with testing resources

2020-05-28 Thread Jonas Hahnfeld
Am Mittwoch, den 27.05.2020, 13:12 +0200 schrieb Davide Liessi: > Dear Jonas, > > Il giorno sab 23 mag 2020 alle ore 20:01 Jonas Hahnfeld > ha scritto: > > If you have spare hardware and / or want to help with CI testing, this > > is easy to setup with GitLab. > > I have setup my laptop for

Re: helping with testing resources

2020-05-27 Thread Davide Liessi
Dear Jonas, Il giorno sab 23 mag 2020 alle ore 20:01 Jonas Hahnfeld ha scritto: > If you have spare hardware and / or want to help with CI testing, this > is easy to setup with GitLab. I have setup my laptop for GitLab's CI (of course you already know it). A question which may be interesting

Re: helping with testing resources

2020-05-26 Thread Han-Wen Nienhuys
On Tue, May 26, 2020 at 7:45 PM Jonas Hahnfeld wrote: > > Am Dienstag, den 26.05.2020, 12:22 -0500 schrieb Karlin High: > > On 5/23/2020 1:00 PM, Jonas Hahnfeld wrote: > > > If you have spare hardware and / or want to help with CI testing > > > > I've built LilyPond from source a number of times,

Re: helping with testing resources

2020-05-26 Thread Jonas Hahnfeld
Am Dienstag, den 26.05.2020, 12:22 -0500 schrieb Karlin High: > On 5/23/2020 1:00 PM, Jonas Hahnfeld wrote: > > If you have spare hardware and / or want to help with CI testing > > I've built LilyPond from source a number of times, but not to mastery of > the process. And I have a computer shop

Re: helping with testing resources

2020-05-26 Thread Karlin High
On 5/23/2020 1:00 PM, Jonas Hahnfeld wrote: If you have spare hardware and / or want to help with CI testing I've built LilyPond from source a number of times, but not to mastery of the process. And I have a computer shop and lots of hardware choices, and wonder what to set up for best

Re: helping with testing resources

2020-05-24 Thread David Kastrup
Jonas Hahnfeld writes: > Am Sonntag, den 24.05.2020, 10:18 +0200 schrieb Jonas Hahnfeld: >> Am Sonntag, den 24.05.2020, 00:21 +0200 schrieb David Kastrup: >> > I think configure options should likely point to Guile-1.8 (for now) and >> > use --enable-checking and (to save CI minutes)

Re: helping with testing resources

2020-05-24 Thread Jonas Hahnfeld
Am Samstag, den 23.05.2020, 21:30 +0200 schrieb Valentin Villenave: > On 5/23/20, Jonas Hahnfeld wrote: > > If you have spare hardware and / or want to help with CI testing, this > > is easy to setup with GitLab. First you'll need their runner and I'll > > defer to the excellent documentation: >

Re: helping with testing resources

2020-05-24 Thread Jonas Hahnfeld
Am Sonntag, den 24.05.2020, 10:18 +0200 schrieb Jonas Hahnfeld: > Am Sonntag, den 24.05.2020, 00:21 +0200 schrieb David Kastrup: > > I think configure options should likely point to Guile-1.8 (for now) and > > use --enable-checking and (to save CI minutes) --enable-gs-api . > > > > Reasonable? >

Re: helping with testing resources

2020-05-24 Thread Jonas Hahnfeld
Am Sonntag, den 24.05.2020, 00:21 +0200 schrieb David Kastrup: > Jonas Hahnfeld writes: > > (see my previous message(s) for context on GitLab CI) > > > > If you have spare hardware and / or want to help with CI testing, this > > is easy to setup with GitLab. First you'll need their runner and

Re: helping with testing resources

2020-05-23 Thread David Kastrup
Jonas Hahnfeld writes: > (see my previous message(s) for context on GitLab CI) > > If you have spare hardware and / or want to help with CI testing, this > is easy to setup with GitLab. First you'll need their runner and I'll > defer to the excellent documentation:

Re: helping with testing resources

2020-05-23 Thread Valentin Villenave
On 5/23/20, Jonas Hahnfeld wrote: > If you have spare hardware and / or want to help with CI testing, this > is easy to setup with GitLab. First you'll need their runner and I'll > defer to the excellent documentation: https://docs.gitlab.com/runner/ > As testing uses Docker, those sections also

helping with testing resources

2020-05-23 Thread Jonas Hahnfeld
(see my previous message(s) for context on GitLab CI) If you have spare hardware and / or want to help with CI testing, this is easy to setup with GitLab. First you'll need their runner and I'll defer to the excellent documentation: https://docs.gitlab.com/runner/ As testing uses Docker, those