Skip to content

Commit

Permalink
testing nproc and nightly On
Browse files Browse the repository at this point in the history
  • Loading branch information
xalbertoisorna committed Nov 26, 2024
1 parent f87444d commit e3a366f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
description: 'The xmosdoc version'
)
booleanParam(name: 'NIGHTLY_TEST_ONLY',
defaultValue: false,
defaultValue: true, //TODO reset value to false
description: 'Tests that only run during nightly builds.')

}
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/helper_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function export_ci_build_vars {
export CI_BUILD_TOOL_ARGS=""
else
export CI_BUILD_TOOL="make"
export CI_BUILD_TOOL_ARGS="-j"
export CI_BUILD_TOOL_ARGS="-j$(nproc)"
fi
}

Expand Down

0 comments on commit e3a366f

Please sign in to comment.