From c8929277cb579d252ca713a025ea0c09f8337204 Mon Sep 17 00:00:00 2001 From: liaou3 Date: Fri, 15 Mar 2024 17:39:41 +0800 Subject: [PATCH] Fix flags for scaling_test and maxfreq_test log attach --- providers/base/units/cpu/jobs.pxu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/base/units/cpu/jobs.pxu b/providers/base/units/cpu/jobs.pxu index dbddbec0c..6e560970c 100644 --- a/providers/base/units/cpu/jobs.pxu +++ b/providers/base/units/cpu/jobs.pxu @@ -56,7 +56,7 @@ plugin: attachment category_id: com.canonical.plainbox::cpu id: after-suspend-cpu/scaling_test-log-attach estimated_duration: 1.0 -after: after-suspend-cpu/scaling_test +depends: after-suspend-cpu/scaling_test command: [[ -e "${PLAINBOX_SESSION_SHARE}"/scaling_test_after_suspend.log ]] && cat "${PLAINBOX_SESSION_SHARE}"/scaling_test_after_suspend.log _summary: Attach CPU scaling capabilities log @@ -116,7 +116,7 @@ plugin: attachment category_id: com.canonical.plainbox::cpu id: after-suspend-cpu/maxfreq_test-log-attach estimated_duration: 1.0 -after: after-suspend-cpu/maxfreq_test +depends: after-suspend-cpu/maxfreq_test command: [ -e "$PLAINBOX_SESSION_SHARE"/maxfreq_test.log ] && cat "$PLAINBOX_SESSION_SHARE"/maxfreq_test.log _summary: Attach CPU max frequency log