Skip to content

Commit

Permalink
DAOS-14391 il: reduce eq count and build jobs for vm build test (#13070)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
  • Loading branch information
mchaarawi authored Sep 22, 2023
1 parent 281b4fa commit 0277433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/ftest/dfuse/daos_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def run_build_test(self, cache_mode, intercept=False, run_on_vms=False):
remote_env = {}
if run_on_vms:
dfuse_namespace = dfuse_namespace = "/run/dfuse_vm/*"
build_jobs = 6 * 2
remote_env['D_IL_MAX_EQ'] = '6'
build_jobs = 6
remote_env['D_IL_MAX_EQ'] = '2'

intercept_jobs = build_jobs
if intercept:
Expand Down

0 comments on commit 0277433

Please sign in to comment.