You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by el...@apache.org on 2018/12/13 21:58:20 UTC

[11/11] hbase git commit: HBASE-20952 run the extended tests weekly until branch activity picks up.

HBASE-20952 run the extended tests weekly until branch activity picks up.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ebfc04d8
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ebfc04d8
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ebfc04d8

Branch: refs/heads/HBASE-20952
Commit: ebfc04d85e44d5af75afa68789ef1ae5e3b0ed35
Parents: 3ff274e
Author: Sean Busbey <bu...@apache.org>
Authored: Fri Nov 16 07:51:08 2018 -0600
Committer: Josh Elser <el...@apache.org>
Committed: Thu Dec 13 16:57:55 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ebfc04d8/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b333afb..bea425a 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
     }
   }
   triggers {
-    cron('@daily')
+    cron('@weekly')
   }
   options {
     buildDiscarder(logRotator(numToKeepStr: '30'))