diff mbox series

automation: Advertise that ECLAIR jobs do not need prerequisites

Message ID 20230807134122.10878-1-michal.orzel@amd.com (mailing list archive)
State New, archived
Headers show
Series automation: Advertise that ECLAIR jobs do not need prerequisites | expand

Commit Message

Michal Orzel Aug. 7, 2023, 1:41 p.m. UTC
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(+)

Comments

Stefano Stabellini Aug. 7, 2023, 7:09 p.m. UTC | #1
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
>
diff mbox series

Patch

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