[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] automation: add missing "needs"
- To: Stefano Stabellini <sstabellini@xxxxxxxxxx>, <cardoe@xxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Fri, 4 Aug 2023 09:25:23 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=kernel.org 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=AKPSK1lqQOIFIWEEzp1G0NWYivJnxa4llFHfkl7Hosk=; b=YyX8w23kk3Koy7UXmq5kfZSXEL4riVz3Un0bGYOhIVeuPG/6rnUeSk71ARbu0c5njzfqokosLQlbd9TrqpmLWghHtgae8jQyBtDGObShObdbyldiY8C7pE4KttopjkCKL8vQbDtLddK+46L8s2PKXqYxYNfKWgiIWuAU7Yfk5TUVovsedABwNSWBB+/dFQufobCabbjwWpD5VwXEXJGieTs6wATeYMGL7hbpN0eNw7GJNyq/I30X64dDyvaz8WWOsjuTp2aTBWoGz8l5gJrkuTAfXidf5XvAqxR7zLV2BIIUyO0HupOO2B2+WDyjOBmaeeSSTSPF1UGGPzWeT4yWtA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VcybARHiuQaG6UnvvnF6PA1DuOr4UrWc/paMINd41ubtTllen7rPJ2yrkHvyH0XzNkl/4huOJvA2o3fBX/MqVmQUUXLkqIkHVf4Gl3DUo7bITD1fxE43ESAFi5jIXaCT08tU9ME+50tYPo7D+OQBwBG+4eTZ3yoewpcaEt6WkzRNEe5D28biHEoLUxzAiZ17TthOy7632TGIz7SqKy6qi7+EZILdCo+tHK+OqPR2hLsHieMsotaBIv3aRk3qxiUGoLQ8NHQVhY7tstoimUk0SDY4t7caHAvDrx5A14RvuHrYVPF7qUCN5njA+A3FL4OhVn9rayG5vvjDcB0tnRpvBw==
- Cc: <andrew.cooper3@xxxxxxxxxx>, <simone.ballarin@xxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxx>
- Delivery-date: Fri, 04 Aug 2023 07:25:50 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 04/08/2023 03:10, Stefano Stabellini wrote:
>
>
> From: Stefano Stabellini <stefano.stabellini@xxxxxxx>
>
> The test artifacts export jobs don't need prerequisites, so we should
> specify "needs" with an empty array for them. That way, they are not
> going to fruitlessly wait for previous jobs (ECLAIR jobs) to complete
> before continuing.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
Looking at the whole pipeline, I can see that now only ECLAIR jobs do not
specify needs.
Shouldn't we also add "needs: []" for them?
~Michal
|