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 2017/11/02 01:33:09 UTC

hbase git commit: WIP do not push. placeholder disabling of long-running unit tests. [Forced Update!]

Repository: hbase
Updated Branches:
  refs/heads/HBASE-19124 c192b9bb6 -> a5b5f9cfc (forced update)


WIP do not push. placeholder disabling of long-running unit tests.


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

Branch: refs/heads/HBASE-19124
Commit: a5b5f9cfc5e3da061dde47dbfd897ce5d66fe463
Parents: 851f239
Author: Sean Busbey <bu...@apache.org>
Authored: Wed Nov 1 17:13:05 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Wed Nov 1 20:32:53 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a5b5f9cf/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 5bd41aa..6fbc4f7 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -128,7 +128,11 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
       steps {
         unstash 'yetus'
         // TODO should this be a download from master, similar to how the personality is?
-        sh "${env.BASEDIR}/dev-support/hbase_nightly_yetus.sh"
+        // sh "${env.BASEDIR}/dev-support/hbase_nightly_yetus.sh"
+        sh '''
+          mkdir -p output-general
+          echo '<html><body>passed</body></html>' >output-general/console-report.html
+'''
       }
       post {
         always {
@@ -215,7 +219,11 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
       }
       steps {
         unstash 'yetus'
-        sh "${env.BASEDIR}/dev-support/hbase_nightly_yetus.sh"
+        //sh "${env.BASEDIR}/dev-support/hbase_nightly_yetus.sh"
+        sh '''
+          mkdir -p output-jdk8
+          echo '<html><body>passed</body></html>' >output-jdk8/console-report.html
+'''
       }
       post {
         always {