"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "671f24be50c30bec8263f2ce3d22e899ac4ef662"
Commit 50d975e9 authored by Paul's avatar Paul
Browse files

Only use 32 for test level

parent 58a592e7
......@@ -9,7 +9,7 @@ def rocmtestnode(variant, name, body) {
mkdir build
cd build
CXX=${compiler} CXXFLAGS='-Werror -Wno-fallback' cmake ${flags} ..
CTEST_PARALLEL_LEVEL=\$(nproc) make -j\$(nproc) generate all doc package check
CTEST_PARALLEL_LEVEL=32 make -j\$(nproc) generate all doc package check
"""
echo cmd
sh cmd
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment