[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/6] CI: Remove guesswork about which artefacts to preserve
- To: Andrew Cooper <Andrew.Cooper3@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Wed, 4 Jan 2023 13:18:59 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=citrix.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=owsf/i7YRUA/xls2EfGwWANAD2PSYeWoOIm1GTKWhJs=; b=m3sicxencausxZSruM0KMq5xqkefUdOWIplYs50FDHeSSS4P4QxYfx9XlMVCsToBhumuGVGFrD1hBA0Qyd+y23s8ipMBCQCeiddKso9OKbjWzq9tMYPpmBMCBbfrchL0+7n9V1UEmeBv1v5v8PC3TViUfDhr76LmLgSYUI3DpSZ5rzMLMvuKmMIF9qL8WwSXYLaprPqacaudpaAnpPbrZqLAOLUpfkqGnKSV5jV90f7+GRaMlREdv/SOMxHBZmeHG4Ui7PqgNI+m+9LhfumzKC+xOmcXl9bGDcH3kvQ2FXN6fudhVJLGMrlrlB7xyn+5TBCrV2kOkvBUlPJPgyYBRw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZEmue9qvMhHZsyPXoDTayU+NimjKOXrhG+ZpRKQvxKm4rqeHPAu6N5ZKoHBTWYpthOM4nLncmGH+XqofpqRiwEJdSaoAm7OnMHcS2nZXyXNZvsmX+SswPQPpF4vlcxI3cpddJHqHEKSsqvBTEOiaaseQKi4nHrOk2N1sdfQYwl5SDKQO6Yu9N2Nft1fpagNdZwKMo6HPWzXN1IbSf5ReOAp9IKK3bnxF4hevGsu6arPO8PT0tiS8x4QSginkM1bwFCVs4zP0iaMalp5fW9gPlosQgmU2yjVdxpka/ZENVXj+M5HLuMFgoybdaYtDBUUcadMiBwVgMMrxoaH/LoWqfg==
- Cc: Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Anthony Perard <anthony.perard@xxxxxxxxxx>, "Oleksii Kurochko" <oleksii.kurochko@xxxxxxxxx>
- Delivery-date: Wed, 04 Jan 2023 12:19:12 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 04/01/2023 13:12, Andrew Cooper wrote:
>
>
> On 02/01/2023 2:00 pm, Michal Orzel wrote:
>> Hi Andrew,
>>
>> On 30/12/2022 01:38, Andrew Cooper wrote:
>>> Caution: This message originated from an External Source. Use proper
>>> caution when opening attachments, clicking links, or responding.
>>>
>>>
>>> Preserve the artefacts based on the `make` rune we actually ran, rather than
>>> guesswork about which rune we would have run based on other settings.
>>>
>>> Note that the ARM qemu smoke tests depend on finding binaries/xen even from
>>> full builds. Also that the Jessie-32 containers build tools but not Xen.
>>>
>>> This means the x86_32 builds now store relevant artefacts. No change in
>>> other
>>> configurations.
>>>
>>> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
>> I'd prefer to keep using "artifacts" and not "artefacts" as the former is
>> what GitLab uses
>> and what we use in build/test.yaml.
>
> Xen is written in British English. We're forced to compromise for
> external dependencies, but xen.git is mostly British not American.
True, but from the consistency perspective and easy grepping, it is beneficial
to stick
to what a subsystem uses by default.
>
> ~Andrew
~Michal
|