Skip to content

Add three separate definitions for priority policy compliance

Kimaya Bedarkar requested to merge RTS/internships-2021:issue82_fix2 into master

This is a follow up from !188 (closed).

Instead of [respects_policy_at_preemption_time] we now have

  • [respects_JLDP_policy_at_preemption_point]
  • [respects_JLFP_policy_at_preemption_point]
  • [respects_FP_policy_at_preemption_point]

This helps in avoiding the issue we were having with preemptions discussed here

Merge request reports