How to coordinate breaking changes across multiple repositories in the Konflux ecosystem
๐ See Also: E2E Testing Flow | E2E Tests for infra-deployments
PR Pairing is a mechanism that allows you to test coordinated changes across multiple repositories in the same CI run. This is crucial when making breaking changes that require updates to both a component repository and its deployment manifests (or test code).
You're working on integration-service and need to add a new required field to the Integration API. This requires:
integration-serviceinfra-deploymentse2e-testsYour normal PR description...
Depends on {org}/{repo}#{pr-number}
org/repo#number