You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/11/16 13:51:56 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/HBASE-20952 86cbbdea9 -> 9bfd69e9b


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/9bfd69e9
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9bfd69e9
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9bfd69e9

Branch: refs/heads/HBASE-20952
Commit: 9bfd69e9be7f1892872e75afb0efe60e79568315
Parents: 86cbbde
Author: Sean Busbey <bu...@apache.org>
Authored: Fri Nov 16 07:51:08 2018 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Nov 16 07:51:08 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/9bfd69e9/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'))