gitlab-org--gitlab-foss/changelogs/unreleased/ci-config-on-policy.yml
drew ac77bb9376 Introducing new Syntax for Ci::Build inclusion rules
- Added Gitlab::Ci::Config::Entry::Rules and Gitlab::Ci::Config::Entry::Rules:Rule
  to handle lists of Rule objects to be evalauted for job inclusion
- Added `if:` and `changes:` as available Rules::Rule::Clause classes
- Added Rules handling logic to Seed::Build#included? with extra specs
- Use DisallowedKeysValidator to mutually exclude rules: from only:/except: on job config
2019-08-20 20:03:43 +00:00

5 lines
104 B
YAML

---
title: Introduced Build::Rules configuration for Ci::Build
merge_request: 29011
author:
type: added