ndimiduk commented on a change in pull request #1450: HBASE-24126 Up the 
container nproc uplimit from 10000 to 12500
URL: https://github.com/apache/hbase/pull/1450#discussion_r405872153
 
 

 ##########
 File path: dev-support/flaky-tests/flaky-reporting.Jenkinsfile
 ##########
 @@ -43,7 +43,7 @@ pipeline {
           flaky_args=("${flaky_args[@]}" --urls 
"${JENKINS_URL}/job/HBase%20Nightly/job/${BRANCH_NAME}" --is-yetus True 
--max-builds 10)
           flaky_args=("${flaky_args[@]}" --urls 
"${JENKINS_URL}/job/HBase-Flaky-Tests/job/${BRANCH_NAME}" --is-yetus False 
--max-builds 30)
           docker build -t hbase-dev-support dev-support
-          docker run -v "${WORKSPACE}":/hbase --workdir=/hbase 
hbase-dev-support python dev-support/flaky-tests/report-flakies.py --mvn -v 
"${flaky_args[@]}"
+          docker run --ulimit nproc=12500 -v "${WORKSPACE}":/hbase 
--workdir=/hbase hbase-dev-support python 
dev-support/flaky-tests/report-flakies.py --mvn -v "${flaky_args[@]}"
 
 Review comment:
   Yikes. This is just hiding over here in the corner. TODO: update flaky 
reporting to use yetus to run builds.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to