Skip to content

Update Code-Quality.gitlab-ci.yml with needs[]

Peter DiStefano requested to merge pfdistef85_git-master-patch-53716 into master

What does this MR do?

This Merge request adds a needs[] statement so that the Code-Quality job will start in parallel with the build job. This will save the amount of time that the build job takes since the Code quality job will not need to wait until the build job is complete. The code quality job is typically the longest running job of the test stage.

The only risk here is that this change is being made with Auto DevOps in mind. Will this affect customers that are using the code quality job that is not part of Auto DevOps?

Screenshots

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports