-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Take inline overrides into account in mandatory_include and bootstrap…
…_include sections of a test plan (BugFix) (#1079) * Take inline overrides into account in mandatory_include section of a test plan Although inline overrides were taking into account in the `include` section of a test plan, it was not the case for the `mandatory_include` section. So a test plan like this: unit: test plan id: test-plan name: My test plan mandatory_include: mandatory-cert-blocker-job certification_status=blocker include: regular-cert-blocker-job certification_status=blocker would only make "regular-cert-blocker-job" a cert-blocker, not "mandatory-cert-blocker-job". * Add support for bootstrap_include section - Move the V class one level above, so it can be used for the different include sections of the test plan. - Fix issue found by Max (`mandatory_include` was parsed only if there was an `include` section) - Add support for `bootstrap_include` for good measure * Add unit test to check bootstrap_include inline overrides
- Loading branch information
Showing
2 changed files
with
57 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters