Skip to content

run: Support filtering triggered/targeted tests

Extend support for the --triggered/--targeted options to all kpet run subcommands, and make them per-execution. This allows selecting only triggered/targeted tests for a run, essentially admitting certain minimal-coverage tests only.

Make it clear that the kpet run source list options --triggered and --targeted relate to sources, not tests, unlike similarly-named options for kpet run test list, by renaming them to --triggered-sources and --targeted-sources respectively.

Concerns: pipeline-definition#161 (closed)

Merge request reports