From f5a8c6fb89fb05350a190b8d930baf59cf73517c Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Thu, 14 May 2015 15:16:40 -0700
Subject: [PATCH] preempt/job_prio plugin: Implement "warm-up" time

preempt/job_prio plugin: Implement the concept of Warm-up Time here. Use
the QoS GraceTime as the amount of time to wait before preempting.
Basically, skip preemption if your time is not up.
---
 NEWS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/NEWS b/NEWS
index 5a47ed8f6d9..0a8bc123e04 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ documents those changes that are of interest to users and administrators.
  -- Fix issue with incorrect time calculation in the priority plugin when
     a job runs past it's time limit.
  -- Prevent users from setting job's partition to an invalid partition.
+ -- Fix sreport core dump when requesting 'job SizesByAccount grouping=individual'.
 
 * Changes in Slurm 14.11.7
 ==========================
-- 
GitLab