Intermediate DevOps #testing #CI #collocations

CI Test Automation

5 exercises on the language of running tests in continuous integration — gating merges, green and red builds, triggers, parallelisation and flaky-test retries.

Key patterns
  • gate the merge → require a passing check
  • break / fix the build → red vs green
  • run on every push → automatic triggers
  • parallelise / shard tests → cut runtime
  • retry / quarantine flaky tests
0 / 5 completed
1 / 5
A team lead configures the pipeline: "We’ll add a required status check so failing tests ___ the merge — you can’t merge until CI is green."
Which verb is the standard collocation?