Extend the Zuul parser to extract job requirements from job names and .zuul.yaml configuration, enabling validation of which jobs can run in containers.
Currently, StackBox can parse Zuul jobs to extract service lists and test regexes, but doesn't extract the technical requirements that determine container compatibility (driver types, boot modes, deploy interfaces, etc.). We need this information to validate whether each job will work in the containerized environment.
Extend the Zuul parser to extract job requirements from job names and
.zuul.yamlconfiguration, enabling validation of which jobs can run in containers.Currently, StackBox can parse Zuul jobs to extract service lists and test regexes, but doesn't extract the technical requirements that determine container compatibility (driver types, boot modes, deploy interfaces, etc.). We need this information to validate whether each job will work in the containerized environment.