From 43f73001cc752b3456a526bb9d3275884ac31f6b Mon Sep 17 00:00:00 2001 From: LiaoU3 <58060146+LiaoU3@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:52:24 +0800 Subject: [PATCH] Fix feild name for scaling_test and maxfreq_test log attach from after to depeneds (Bugfix) (#1069) 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