From aca7af9d979a00f67fd892bd8aa4d6a5f67a0c96 Mon Sep 17 00:00:00 2001 From: Drew Scoggins Date: Fri, 20 Nov 2020 12:00:40 -0800 Subject: [PATCH] Add chmod for the SoD tool (#45014) * Add chmod for the SoD tool * crossgen.out input path --- eng/common/performance/crossgen_perf.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/performance/crossgen_perf.proj b/eng/common/performance/crossgen_perf.proj index 48455e7..eb8bdd9 100644 --- a/eng/common/performance/crossgen_perf.proj +++ b/eng/common/performance/crossgen_perf.proj @@ -19,7 +19,7 @@ python3 - $(HelixPreCommands);chmod +x $HELIX_WORKITEM_PAYLOAD/startup/Startup;chmod +x $HELIX_WORKITEM_PAYLOAD/startup/perfcollect;sudo apt update + $(HelixPreCommands);chmod +x $HELIX_WORKITEM_PAYLOAD/startup/Startup;chmod +x $HELIX_WORKITEM_PAYLOAD/startup/perfcollect;sudo apt update;chmod +x $HELIX_WORKITEM_PAYLOAD/SOD/SizeOnDisk $HELIX_CORRELATION_PAYLOAD/Core_Root $HELIX_CORRELATION_PAYLOAD/performance/src/scenarios/ $(ScenarioDirectory)crossgen/ -- 2.7.4