提交 f2fa2b41 编写于 作者: T Ty Overby

fix perf runs

上级 3a2a0b0f
......@@ -23,3 +23,5 @@ if ( -not $? )
echo "perf run failed"
exit 1
}
./build/scripts/cleanup_perf.ps1 $CPCLocation -ShouldArchive
......@@ -23,14 +23,6 @@ def generate(boolean isPr) {
steps {
batchFile("""powershell -File ./build/scripts/run_perf.ps1""")
}
publishers {
postBuildScripts {
steps {
batchFile("""powershell -File ./build/scripts/cleanup_perf.ps1 -ShouldArchive""")
}
}
}
}
def archiveSettings = new ArchivalSettings()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册