require {input} in target_env or target_options for generator and coverage tasks (#1106)

Fixes #925
This commit is contained in:
bmc-msft
2021-07-23 10:58:42 -04:00
committed by GitHub
parent b90ee03fd9
commit 7e6a42cdd6
3 changed files with 22 additions and 0 deletions

View File

@ -21,6 +21,7 @@ TASK_DEFINITIONS = {
TaskFeature.target_options,
TaskFeature.target_timeout,
TaskFeature.coverage_filter,
TaskFeature.target_must_use_input,
],
vm=VmDefinition(compare=Compare.Equal, value=1),
containers=[
@ -375,6 +376,7 @@ TASK_DEFINITIONS = {
TaskFeature.check_debugger,
TaskFeature.check_retry_count,
TaskFeature.ensemble_sync_delay,
TaskFeature.target_must_use_input,
],
vm=VmDefinition(compare=Compare.AtLeast, value=1),
containers=[