> > On Sun, Mar 28, 2021 at 12:29 PM Jeremy Kloth <jeremy.kl...@gmail.com>
> > wrote:
> > > Mostly I'm looking to differentiate the would be two Win10 workers

> > From: "David Bolen" <db3l....@gmail.com>
> > Personally, I'd prefer not to encode additional release details in the
> > worker name itself, leaving that stable, but it is a detail that could be
> > included in the worker info field, so I'll get that adjusted too.

On Mon, Mar 29, 2021 at 7:41 AM Charalampos Stratakis
<cstra...@redhat.com> wrote:
> I'm doing the same thing. For example I have a  cstratak-RHEL7-ppc64le named 
> worker which indicated the architecture and the OS major version, however the 
> minor version (7.9) is noted at the host's description. Whenever I'd update 
> (e.g. from 7.8 to 7.9) I'd just change the description.

While I appreciate the information, I believe that the names being
referred to here are the worker IDs.  I'm wondering about the worker
*display* names, those that are shown in the various status views.  In
the buildmaster config, this name forms the base of the builder names.
For example,

    # (name, worker, buildfactory, stability)
    ("AMD64 Windows7 SP1", "kloth-win64", Windows64Build, STABLE),
    ("AMD64 Windows10", "bolen-windows10", Windows64Build, STABLE),
    ("AMD64 Fedora Rawhide", "cstratak-fedora-rawhide-x86_64",
UnixBuild, UNSTABLE),
    ("AMD64 FreeBSD Shared", "koobs-freebsd-564d", SlowSharedUnixBuild, STABLE),

where I want to change my worker to:
    # update the `name` to reflect upgrades
    ("AMD64 Windows10", "kloth-win64", Windows64Build, STABLE),
    # keep worker going until 3.8 EOL
    ("AMD64 Windows7 SP1", "kloth-windows7", Windows64Build, STABLE),

Worker IDs are already unique, I was hoping for guidance on the would
be duplicate display name (as shown on the status views aka
Waterfall).  There currently isn't any other combination of (OS, arch,
build-conf) that do not result in a unique display name.  Officially,
the installed OS is "Windows 10 Pro", I suppose I could go with that
or I'm making too much of the potential confusion on the status views.
Personally, I just have a page loaded for my worker that I check
periodically so *I* don't mind the duplication.

Thanks again.
-- 
Jeremy Kloth
_______________________________________________
Python-Buildbots mailing list -- python-buildbots@python.org
To unsubscribe send an email to python-buildbots-le...@python.org
https://mail.python.org/mailman3/lists/python-buildbots.python.org/
Member address: arch...@mail-archive.com

Reply via email to