You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2022/12/02 21:40:28 UTC

[hive] branch master updated: HIVE-26806: Increase (temporarily) Jenkins executor timeout to allow tests to pass (Stamatis Zampetakis)

This is an automated email from the ASF dual-hosted git repository.

zabetak 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 ffdebaf67dd HIVE-26806: Increase (temporarily) Jenkins executor timeout to allow tests to pass (Stamatis Zampetakis)
ffdebaf67dd is described below

commit ffdebaf67ddc96463ea5b69d21fa376b70ef08b3
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Fri Dec 2 22:36:35 2022 +0100

    HIVE-26806: Increase (temporarily) Jenkins executor timeout to allow tests to pass (Stamatis Zampetakis)
    
    Hopefully after getting a successful run the Parallel Test Executor
    plugin will rebalance the tests correctly in subsequent jobs and we
    will be able to restore the timeout to the old value.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f4eb2c89f52..2c551a21568 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -67,7 +67,7 @@ setPrLabel("PENDING");
 
 def executorNode(run) {
   hdbPodTemplate {
-    timeout(time: 6, unit: 'HOURS') {
+    timeout(time: 12, unit: 'HOURS') {
       node(POD_LABEL) {
         container('hdb') {
           run()