[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: Mon, 2 Jan 2023 15:00: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=ABCgx/a3xNCjBPacP85PXQGgbm8BLLReM5BWn7wRal4=; b=YTHiozJc7qQygkeKY11CSBPldE2VcMZ1ZfjzxL1GlpGW+5AbxcvPVg7CU2Lz+NpQMJd7zhRfr2JlTwLGEUsnE/5QL22HZJE06xXH9sSR/60xmjysYyFmc3OiHxi/Zovhgff1Y0cWeBA4SarOkRtXZYFRe7NVb8/ZmIR9FL277pVKO/Wqwenks8Uzv2DiGiJY6+IhFnXO/x5gf0XBWacEW98QCa2zYu29EGnNVDvccTHDewdf3dE00vudf+cdKB6osn8QGaqh6DlEfMwlgbC98752ZbdjlaElRL9pObjKmMOTT15VOc0zp8isDAyDSgYWd96ECnOBqLTER5uj++vZPg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=iTOhaNPCQopKF+VeJPvubk3OPDFMBCmITNpImUqg2rJQJ7yCyrHHZ6qusE2moXStFi84dNKUsDhyxuMzM/M3owBLoqoWQvWuhd3qgy+z4AE48E6AncLV8di8z0aOVB3kk0ip1N+PMXMOUpnkiIe8hxZn1VHTC0+UHj4cGpz9zWxUyTt0b57a287o5oMwFBbe1+qudt3W2G6uA0/FEHtME0/ULS1clYbdEULMZEB01EQeHKSQA5VhoHSHaSii7yjZ+cbrvHXyUT0NXDOOcCzHMug1hrDU8ujhnLCfbgm36OBG0lGNYql0r21BjX6cWwwEGGhfuwwRTCpDaXbf07+h9g==
- Cc: Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, "Oleksii Kurochko" <oleksii.kurochko@xxxxxxxxx>
- Delivery-date: Mon, 02 Jan 2023 14:01:41 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
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.
Apart from that:
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
|