From e4bc792732f3d84848d36eeb86fd36b6b1302da9 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 14 Mar 2026 21:17:15 -0400 Subject: [PATCH] Tests: Limit test.build_jobs based on number of tests running --- test_regress/t/t_uvm_hello_all_v2017_1_0_dpi.py | 2 +- test_regress/t/t_uvm_hello_all_v2017_1_0_nodpi.py | 2 +- test_regress/t/t_uvm_hello_all_v2020_3_1_dpi.py | 2 +- test_regress/t/t_uvm_hello_all_v2020_3_1_nodpi.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test_regress/t/t_uvm_hello_all_v2017_1_0_dpi.py b/test_regress/t/t_uvm_hello_all_v2017_1_0_dpi.py index 2cdca660e..c410f628b 100755 --- a/test_regress/t/t_uvm_hello_all_v2017_1_0_dpi.py +++ b/test_regress/t/t_uvm_hello_all_v2017_1_0_dpi.py @@ -19,8 +19,8 @@ if test.have_dev_gcov: test.compile(v_flags2=[ "--binary", + test.build_jobs, "--vpi", - "-j 0", "--CFLAGS -O0", "-Wall", "+incdir+t/uvm", # diff --git a/test_regress/t/t_uvm_hello_all_v2017_1_0_nodpi.py b/test_regress/t/t_uvm_hello_all_v2017_1_0_nodpi.py index 9bb7b08fe..38987d1e9 100755 --- a/test_regress/t/t_uvm_hello_all_v2017_1_0_nodpi.py +++ b/test_regress/t/t_uvm_hello_all_v2017_1_0_nodpi.py @@ -18,7 +18,7 @@ if test.have_dev_gcov: test.compile(v_flags2=[ "--binary", - "-j 0", + test.build_jobs, "--CFLAGS -O0", "-Wall", "+incdir+t/uvm", # diff --git a/test_regress/t/t_uvm_hello_all_v2020_3_1_dpi.py b/test_regress/t/t_uvm_hello_all_v2020_3_1_dpi.py index 35b107f08..b6ffb1f15 100755 --- a/test_regress/t/t_uvm_hello_all_v2020_3_1_dpi.py +++ b/test_regress/t/t_uvm_hello_all_v2020_3_1_dpi.py @@ -19,8 +19,8 @@ if test.have_dev_gcov: test.compile(v_flags2=[ "--binary", + test.build_jobs, "--vpi", - "-j 0", "--CFLAGS -O0", "-Wall", "+incdir+t/uvm", # diff --git a/test_regress/t/t_uvm_hello_all_v2020_3_1_nodpi.py b/test_regress/t/t_uvm_hello_all_v2020_3_1_nodpi.py index 5184f0e79..0eeea63df 100755 --- a/test_regress/t/t_uvm_hello_all_v2020_3_1_nodpi.py +++ b/test_regress/t/t_uvm_hello_all_v2020_3_1_nodpi.py @@ -18,7 +18,7 @@ if test.have_dev_gcov: test.compile(v_flags2=[ "--binary", - "-j 0", + test.build_jobs, "--CFLAGS -O0", "-Wall", "+incdir+t/uvm", #