Tests: Limit test.build_jobs based on number of tests running

This commit is contained in:
Wilson Snyder 2026-03-14 21:17:15 -04:00
parent d57324e5fb
commit e4bc792732
4 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ if test.have_dev_gcov:
test.compile(v_flags2=[ test.compile(v_flags2=[
"--binary", "--binary",
test.build_jobs,
"--vpi", "--vpi",
"-j 0",
"--CFLAGS -O0", "--CFLAGS -O0",
"-Wall", "-Wall",
"+incdir+t/uvm", # "+incdir+t/uvm", #

View File

@ -18,7 +18,7 @@ if test.have_dev_gcov:
test.compile(v_flags2=[ test.compile(v_flags2=[
"--binary", "--binary",
"-j 0", test.build_jobs,
"--CFLAGS -O0", "--CFLAGS -O0",
"-Wall", "-Wall",
"+incdir+t/uvm", # "+incdir+t/uvm", #

View File

@ -19,8 +19,8 @@ if test.have_dev_gcov:
test.compile(v_flags2=[ test.compile(v_flags2=[
"--binary", "--binary",
test.build_jobs,
"--vpi", "--vpi",
"-j 0",
"--CFLAGS -O0", "--CFLAGS -O0",
"-Wall", "-Wall",
"+incdir+t/uvm", # "+incdir+t/uvm", #

View File

@ -18,7 +18,7 @@ if test.have_dev_gcov:
test.compile(v_flags2=[ test.compile(v_flags2=[
"--binary", "--binary",
"-j 0", test.build_jobs,
"--CFLAGS -O0", "--CFLAGS -O0",
"-Wall", "-Wall",
"+incdir+t/uvm", # "+incdir+t/uvm", #