Skip to content

Commit

Permalink
update config file for ubuntu VM
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Jan 19, 2024
1 parent 58545b6 commit 6eb1fdb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/env/sofa-ci-dev-ubuntu2204-0
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

export VM_HAS_REQUIRED_LIBS="true"

export VM_MAKE_OPTIONS="-j7"
export VM_MAKE_OPTIONS="-j6"

export VM_MAX_PARALLEL_TESTS="7"

Expand Down
2 changes: 1 addition & 1 deletion scripts/env/sofa-ci-dev-ubuntu2204-1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

export VM_HAS_REQUIRED_LIBS="true"

export VM_MAKE_OPTIONS="-j7"
export VM_MAKE_OPTIONS="-j6"

export VM_MAX_PARALLEL_TESTS="7"

Expand Down
2 changes: 1 addition & 1 deletion scripts/env/sofa-ci-dev-ubuntu2204-2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

export VM_HAS_REQUIRED_LIBS="true"

export VM_MAKE_OPTIONS="-j5"
export VM_MAKE_OPTIONS="-j6"

export VM_MAX_PARALLEL_TESTS="7"

Expand Down
2 changes: 1 addition & 1 deletion scripts/env/sofa-ci-dev-ubuntu2204-3
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

export VM_HAS_REQUIRED_LIBS="true"

export VM_MAKE_OPTIONS="-j7"
export VM_MAKE_OPTIONS="-j6"

export VM_MAX_PARALLEL_TESTS="7"

Expand Down
2 changes: 1 addition & 1 deletion scripts/env/sofa-ci-dev-ubuntu2204-4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

export VM_HAS_REQUIRED_LIBS="true"

export VM_MAKE_OPTIONS="-j7"
export VM_MAKE_OPTIONS="-j6"

export VM_MAX_PARALLEL_TESTS="7"

Expand Down

0 comments on commit 6eb1fdb

Please sign in to comment.