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 <quic_kishkris@quicinc.com>
This commit is contained in:
parent
e79aee3bbf
commit
acd79ebf24
1 changed files with 0 additions and 26 deletions
|
@ -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",
|
"Name": "NormalPerformance",
|
||||||
"Actions": [
|
"Actions": [
|
||||||
|
|
Loading…
Reference in a new issue