You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/03/18 21:49:00 UTC

[jira] [Resolved] (HBASE-24016) Change nightly poll from cron @daily to pollSCM @daily; i.e. run nightly if a change ONLY

     [ https://issues.apache.org/jira/browse/HBASE-24016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack resolved HBASE-24016.
-----------------------------------
      Assignee: Michael Stack
    Resolution: Fixed

I pushed this change on all branches.

{code}
commit 0b34742812be9bdf9c91880804ac0983972a2eaa (HEAD -> 1.3, origin/branch-1.3)
Author: stack <st...@apache.org>
Date:   Wed Mar 18 14:37:28 2020 -0700

    HBASE-24016 Change nightly poll from cron @daily to pollSCM @daily; i.e. run nightly if a change ONLY

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index e9e35443af..1dc7ebb982 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
     }
   }
   triggers {
-    cron('@daily')
+    pollSCM('@daily')
   }
   options {
     buildDiscarder(logRotator(numToKeepStr: '15'))
{code}

> Change nightly poll from cron @daily to pollSCM @daily; i.e. run nightly if a change ONLY
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-24016
>                 URL: https://issues.apache.org/jira/browse/HBASE-24016
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Michael Stack
>            Assignee: Michael Stack
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0, 1.3.7, 2.1.10, 1.4.14, 2.2.5
>
>         Attachments: 0001-HBASE-24016-Change-nightly-poll-from-cron-daily-to-p.patch
>
>
> Change build on branch-1.3, 1.4, 2.1, and feature branches  HBASE-23162-branch-1 and   HBASE-22114-branch-1 to be pollSCM @daily -- i.e. poll once a day and if change run nightly -- rather than build every night regardless.
> See https://lists.apache.org/thread.html/r5dca2cacc123f2e5719c622add6853ac62b56b2a77885fe0b2eb53c3%40%3Cdev.hbase.apache.org%3E for dev list discussion on downing our nightly load.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)