This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 74729e0aa82 HIVE-26806: Increase Split to 22. (#3827). (Ayush Saxena,
reviewed by Stamatis Zampetakis, Alessandro Solimando)
74729e0aa82 is described below
commit 74729e0aa82951387dd5449862203a9a32282801
Author: Ayush Saxena <[email protected]>
AuthorDate: Fri Dec 2 20:10:21 2022 +0530
HIVE-26806: Increase Split to 22. (#3827). (Ayush Saxena, reviewed by
Stamatis Zampetakis, Alessandro Solimando)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index d9c30510143..f4eb2c89f52 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,7 +22,7 @@ properties([
// do not run multiple testruns on the same branch
disableConcurrentBuilds(),
parameters([
- string(name: 'SPLIT', defaultValue: '20', description: 'Number of
buckets to split tests into.'),
+ string(name: 'SPLIT', defaultValue: '22', description: 'Number of
buckets to split tests into.'),
string(name: 'OPTS', defaultValue: '', description: 'additional maven
opts'),
])
])