public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: Mark Wielaard <mark@klomp.org>
Cc: overseers@sourceware.org
Subject: Re: [PATCH] Add openSUSE builders.
Date: Thu, 26 May 2022 10:44:46 +0200	[thread overview]
Message-ID: <dce7ce04-276d-2b71-de27-3b2d4079154d@suse.cz> (raw)
In-Reply-To: <Yo6kQ8JOSyCKvcJJ@wildebeest.org>

On 5/25/22 23:48, Mark Wielaard wrote:
> Hi Martin,
> 
> On Wed, May 25, 2022 at 10:01:30PM +0200, Martin Liška wrote:
>> Add builders for bzip2 and elfutils.
>>
>> Let's start with these for testing purpose. I'm going to add others soon..
> 
> Note you mispelled the container names in the elfutils builders (but
> they are correct in the bzip2 builders).

Sure, thanks for heads up.

> 
>> +elfutils_opensusetw_x86_64_builder = util.BuilderConfig(
>> +        name="elfutils-opensusetw-x86_64",
>> +	properties={'container-file':
>> +		    readContainerFile('opensusetw-latest')},
> 
> opensuse-tumbleweed
> 
>> +	workernames=vm_workers,
>> +        tags=["elfutils", "opensusetw", "x86_64"],
>> +        factory=elfutils_factory_distcheck)
>> +c['builders'].append(elfutils_opensusetw_x86_64_builder)
>> +
>> +elfutils_opensuseleap_x86_64_builder = util.BuilderConfig(
>> +        name="elfutils-opensuseleap-x86_64",
>> +	properties={'container-file':
>> +		    readContainerFile('opensuseleap-latest')},
> 
> opensuse-leap
> 
>> +	workernames=vm_workers,
>> +        tags=["elfutils", "opensuseleap", "x86_64"],
>> +        factory=elfutils_factory_distcheck)
>> +c['builders'].append(elfutils_opensuseleap_x86_64_builder)
> 
> Everything else looks correct. Note that I only noticed because I ran
> buildbot checkconfig builder locally.

Fixed and pushed.

> 
> I added you to the builder group so you can push yourself after the
> fix (and please do run checkconfig locally). And so you can help if
> anything blows up :)

Cool, thanks for the trust.

Cheers,
Martin

> 
> Cheers,
> 
> Mark


      reply	other threads:[~2022-05-26  8:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25 12:57 [PATCH] containers: add openSUSE containers (Leap, Tumbleweed) Martin Liška
2022-05-25 14:49 ` Mark Wielaard
2022-05-25 20:01   ` [PATCH] Add openSUSE builders Martin Liška
2022-05-25 21:48     ` Mark Wielaard
2022-05-26  8:44       ` Martin Liška [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dce7ce04-276d-2b71-de27-3b2d4079154d@suse.cz \
    --to=mliska@suse.cz \
    --cc=mark@klomp.org \
    --cc=overseers@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).