Skip to content

Commit

Permalink
Removing -n4 option
Browse files Browse the repository at this point in the history
In this commit, "-n4" option is removed for LTP with direct, as it
is not supported on CentOS machines
  • Loading branch information
aniket-intelx authored and jinengandhi-intel committed Jan 12, 2022
1 parent e9a9d66 commit 734c7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/stage-test-direct.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stage('test-direct') {
// separately
sh '''
cd LibOS/shim/test/ltp
python3 -m pytest -v -n4 --junit-xml=ltp.xml
python3 -m pytest -v --junit-xml=ltp.xml
'''
/*
sh '''
Expand Down

0 comments on commit 734c7c8

Please sign in to comment.