Skip to content

Move skip ci to be earlier in the pipeline processing

Marcel Amirault requested to merge move-ci-skip-before-syntax-validation into master

What does this MR do?

Moves ci skip to be executed earlier in the pipeline processing stack, so that we don't needlessly verify syntax/pipeline details in a pipeline that we're going to skip anyways.

Resolves #235855 (comment 625908259)

Screenshots or Screencasts (strongly suggested)

In my test, it seemed to work as expected. I pushed a commit with bad syntax:

Before

Screen_Shot_2021-07-14_at_21.52.57

After

Screen_Shot_2021-07-14_at_21.36.22

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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
Edited by Marcel Amirault

Merge request reports