A green pipeline never exercised the path from the S3 drop through the orchestrated job to a scored output the downstream report reads. A silent contract break shipped last month. What should CI/CD add?
Select an answer to reveal the explanation.
Short Explanation
A green pipeline never exercised the S3 drop through the orchestrated job to a scored output. Add end-to-end tests of ingest, score, and output. A single HTTP ping is not that path, and local unit tests are not a scored output prefix.
Full Explanation
End-to-end tests in CI/CD exercise ingest through the orchestrated job to the scored output the downstream report reads. A single HTTP ping or a local unit test does not cover that contract. Personalize is not that test.