From acd79ebf24740e77c7580a11ba6cea6cf3c6d012 Mon Sep 17 00:00:00 2001 From: Kishor Krishna Bhat Date: Fri, 24 Jun 2022 12:56:02 +0530 Subject: [PATCH] dre: Remove frozen and unfrozen cgroup Removed frozen and unfrozen cgroup configuration which are outdated and are also not required. This passes testFreezerKillExitCode test case. Change-Id: I8fef53a3b957d529cd6ace75e648ce8a5847e046 Signed-off-by: Kishor Krishna Bhat --- configs/task_profiles.json | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/configs/task_profiles.json b/configs/task_profiles.json index 940b581..0fc4bd5 100644 --- a/configs/task_profiles.json +++ b/configs/task_profiles.json @@ -62,32 +62,6 @@ } ] }, - { - "Name": "Frozen", - "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "freezer", - "Path": "frozen" - } - } - ] - }, - { - "Name": "Unfrozen", - "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "freezer", - "Path": "" - } - } - ] - }, { "Name": "NormalPerformance", "Actions": [