Skip to content

Switch Auto-DevOps Test from only/except to rules

James Fargher requested to merge auto_devops_test_rules into master

What does this MR do?

#34304 (closed)

Auto-DevOps Test currently use only/exists. This syntax does not support checking the existence of files. The new rules syntax does, but they cannot be used together. See https://docs.gitlab.com/ee/ci/yaml/#onlyexcept-basic

We know that we are likely to want to integrate the herokuish file detection here, so as a first step this MR switches Auto-DevOps test to use the new rules syntax.

Screenshots

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
Edited by 🤖 GitLab Bot 🤖

Merge request reports