| Our github PR pipelines involved 3 jobs, the init job, the ezbake job, and the acceptance tests. The PR job reports immediately after ezbake finishes It looks like we fall into use-case 2 on https://github.com/puppetlabs/ci-job-configs/blob/main/doc/pipelines/pr.md
2. Upstream / downstream interconnected jobs
and are hitting the documented con
By default it only calls one job, and returns the status of that one job, while your pipeline may have many more ...
and the solution is
This can be worked around by adding the macro 'set-github-pr-status-{p_pr_enabled}' to all the jobs in the pipeline
|