From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2B0A6C433EF for ; Fri, 20 May 2022 12:25:24 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4L4Qsv2d9qz3bsh for ; Fri, 20 May 2022 22:25:23 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=f19xTe4h; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::72d; helo=mail-qk1-x72d.google.com; envelope-from=geissonator@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=f19xTe4h; dkim-atps=neutral Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4L4Qs72PXFz2xss for ; Fri, 20 May 2022 22:24:42 +1000 (AEST) Received: by mail-qk1-x72d.google.com with SMTP id x65so2483425qke.2 for ; Fri, 20 May 2022 05:24:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:mime-version:subject:message-id:references:to:date; bh=Qw81m1rwlhtMqvSjiIJNpppkKKVqjR2LiJV28/XBhRc=; b=f19xTe4hD6jlohB1WNASw/OC4z3rGY3YvizhUnCUgeTt5AICVGX9rtA6sOe4w7MXqS q6VCw1KoV7oql0Z4euxZjARA8c7LkCMrdxUG3I/OlivrsUmQ+SJt1y20ym8FtVo1BdkC Fn0pNuBqJUp5sUk+zaCH3rEzm6yR7L2JebJnJBgtlIk4l8PXJS3LqkfV+qqq9avuCqeE pWWGq8WH+9kqCHD2+LHTHy210HwP8Nt45THCq48VhbP33zTVYwB0TsxdegUN6+PtyxdC 61L8zaBbCFPkUCOdJhN1kQ4W9jFMU0RYEHZMawmcMz98yaFlyg8Y0HhifQItWmRMZUlC LLzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:mime-version:subject:message-id:references :to:date; bh=Qw81m1rwlhtMqvSjiIJNpppkKKVqjR2LiJV28/XBhRc=; b=vqhPrA33S0NMQpWAnDeUFAWEE1dOIPKyO1DaPA43Tir7BQKFgXK0PuJDLgMMQz3GuT T+Fc8VxeBrVRXDmVD3b/qnrzucPhp/OTp2CWBmQcM3WHxnq6UE/rvuJIBnUd2buK5x7C b+rdc++kMnC6E6VLMSAGs0VacJ+AsA+9d7KPPlVgATI27V2ExXpU3d5j4jU8ErhpJXzj rT+dnlT+zy/FVJV5LA7Tz9injqvHo9bOTdJA0sgATjWPghwMmc3+rvjRmhzlLJouAjh8 HxpEEVedX15GgKWPojdd/mhI6WJ7oQkdFNlpKkSl3eMPm4SHU8rFIpLm6mICYnmhGkTN BmdQ== X-Gm-Message-State: AOAM531OJq3O0Q0FkbxhbUt78W9+8SFm8+XQFMxZIsaWFMgpcahq0ZHN m2xCkDhzhYgKBlG34pAMq2i2C2LHIFs= X-Google-Smtp-Source: ABdhPJz08qh+Y9wykGQYOyKY60mxnVKkehpNs/MXkC9fo4jn5/+Q4Yh3z27lTbmTp92wZTvyb+0ylQ== X-Received: by 2002:a37:9204:0:b0:69b:f7ea:4638 with SMTP id u4-20020a379204000000b0069bf7ea4638mr6224438qkd.77.1653049478532; Fri, 20 May 2022 05:24:38 -0700 (PDT) Received: from smtpclient.apple ([2600:6c60:0:586f:1822:f1be:f903:44d7]) by smtp.gmail.com with ESMTPSA id e19-20020a05622a111300b002f90544c7ddsm3250490qty.50.2022.05.20.05.24.37 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 May 2022 05:24:38 -0700 (PDT) From: Andrew Geissler Content-Type: multipart/alternative; boundary="Apple-Mail=_5A716C9C-A42B-41E2-B32E-E6A977718FEF" Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: Fwd: Gerrit and Jenkins server transition May 20th (Today) Message-Id: <3E12FF01-9770-4281-B3E5-33A62426FF1B@gmail.com> References: To: openBMC Maillist Date: Fri, 20 May 2022 08:24:36 -0400 X-Mailer: Apple Mail (2.3654.120.0.1.13) X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" --Apple-Mail=_5A716C9C-A42B-41E2-B32E-E6A977718FEF Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Reminder that Gerrit and Jenkins will be down today for server transfer and upgrades. I=E2=80=99ll email the list when done. Gerrit may be up for periods of time as I test and get it working but no promises on any of the transactions done to it today being saved, so best to wait for the all-clear. Andrew > Begin forwarded message: >=20 > From: Andrew Geissler > Subject: Gerrit and Jenkins server transition May 20th > Date: May 13, 2022 at 10:12:22 AM EDT > To: OpenBMC Maillist >=20 > Greetings, >=20 > The current gerrit/jenkins/opengrok software is running on a bare = metal server > which is reaching end of life (it was a great ~5 years). >=20 > A new server has already been created and some basic testing has = passed. > My tentative plan is to take gerrit/jenkins/opengrok offline next = Friday, > May 20th, to do the swap to the new server. This would start around > 8:00am US Central time. >=20 > As with all of these types of events, I have no idea how long it=E2=80=99= s going > to take :) So plan on no access Fri-Sun. >=20 > I=E2=80=99ll send up a follow up email as we get closer and keep the = Infrastructure > channel in discord updated. >=20 > Andrew --Apple-Mail=_5A716C9C-A42B-41E2-B32E-E6A977718FEF Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Reminder that Gerrit and Jenkins will be down today for = server
transfer and upgrades.

I=E2=80=99ll email the list when done. = Gerrit may be up for periods of
time as I test and = get it working but no promises on any of
the = transactions done to it today being saved, so best to
wait for the all-clear.

Andrew

Begin = forwarded message:

From: = Andrew Geissler <geissonator@gmail.com>
Subject: = Gerrit and = Jenkins server transition May 20th
Date: = May 13, 2022 at 10:12:22 AM = EDT
To: = OpenBMC Maillist <openbmc@lists.ozlabs.org>
Greetings,

The current gerrit/jenkins/opengrok software is running on a = bare metal server
which is reaching end of life (it was a = great ~5 years).

A new server has already = been created and some basic testing has passed.
My = tentative plan is to take gerrit/jenkins/opengrok offline next = Friday,
May 20th, to do the swap to the new server. This = would start around
8:00am US Central time.
As with all of these types of events, I have no idea how = long it=E2=80=99s going
to take :)  So plan on no = access Fri-Sun.

I=E2=80=99ll send up a = follow up email as we get closer and keep the Infrastructure
channel in discord updated.

Andrew

= --Apple-Mail=_5A716C9C-A42B-41E2-B32E-E6A977718FEF--