Skip to content

Consider main job a success iff all downstream jobs are ok. #2

@adriaanm

Description

@adriaanm

To allow fine-grained rebuilds, we need to override a failed main job by the success of all its constituent jobs (status(sha).groupBy(_.context)(config.jenkins.job).success == status(sha).groupBy(_.context).collect(case (job, stati) if isDownstreamJenkinsJob(job) => stati.headOption.exists(success))

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions