[PATCH] automation: Advertise that ECLAIR jobs do not need prerequisites

Michal Orzel posted 1 patch 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230807134122.10878-1-michal.orzel@amd.com
automation/gitlab-ci/analyze.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] automation: Advertise that ECLAIR jobs do not need prerequisites
Posted by Michal Orzel 9 months, 1 week ago
While not required today (ECLAIR jobs come first), add "needs: []" for
future-proofing and consistency with other jobs in the pipeline.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
---
 automation/gitlab-ci/analyze.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/automation/gitlab-ci/analyze.yaml b/automation/gitlab-ci/analyze.yaml
index 3325ef9d9a44..4aa4abe2ee18 100644
--- a/automation/gitlab-ci/analyze.yaml
+++ b/automation/gitlab-ci/analyze.yaml
@@ -18,6 +18,7 @@
       - '*.log'
     reports:
       codequality: gl-code-quality-report.json
+  needs: []
 
 eclair-x86_64:
   extends: .eclair-analysis
-- 
2.25.1
Re: [PATCH] automation: Advertise that ECLAIR jobs do not need prerequisites
Posted by Stefano Stabellini 9 months, 1 week ago
On Mon, 7 Aug 2023, Michal Orzel wrote:
> While not required today (ECLAIR jobs come first), add "needs: []" for
> future-proofing and consistency with other jobs in the pipeline.
> 
> Signed-off-by: Michal Orzel <michal.orzel@amd.com>

Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
>  automation/gitlab-ci/analyze.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/automation/gitlab-ci/analyze.yaml b/automation/gitlab-ci/analyze.yaml
> index 3325ef9d9a44..4aa4abe2ee18 100644
> --- a/automation/gitlab-ci/analyze.yaml
> +++ b/automation/gitlab-ci/analyze.yaml
> @@ -18,6 +18,7 @@
>        - '*.log'
>      reports:
>        codequality: gl-code-quality-report.json
> +  needs: []
>  
>  eclair-x86_64:
>    extends: .eclair-analysis
> -- 
> 2.25.1
>