Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit the platform to perform the sleepgraph test (BugFix) (#1136)
Limit the platform to perform the sleepgraph test (BugFix) (#1054) * Prevent sleepgraph jobs from running on devices with an Nvidia GPU sleepgraph triggers suspend using sysfs node without notifying systemd (an upstream bug[1] has been opened for this). However, Nvidia uses a userspace daemon that relies on systemd status, so triggering suspend using sysfs directly may lead to issues on devices with Nvidia graphics cards. * Filter cpuinfo to GenuineIntel only * Align the sleep time with testing done on Microsoft Windows[2] [1] intel/pm-graph#28 [2] https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/modern-standby-stress-and-long-duration-validation#test-operation Signed-off-by: Kai-Chuan Hsieh <[email protected]>
- Loading branch information