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/08/22 02:10:16 UTC

hbase git commit: HBASE-18467 switch to ubuntu label instead of Hadoop.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 1bf1ad005 -> f1785a542


HBASE-18467 switch to ubuntu label instead of Hadoop.


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

Branch: refs/heads/HBASE-18467
Commit: f1785a5426d711a7ad6d129eede5a4862923902a
Parents: 1bf1ad0
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Aug 21 21:10:02 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Aug 21 21:10:02 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f1785a54/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 71b0baa..2ada0ea 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -17,7 +17,9 @@
 pipeline {
   agent {
     node {
-      label 'Hadoop'
+//      label 'Hadoop'
+// temp go to ubuntu since it seems like no one uses those
+      label 'ubuntu'
     }
   }
   triggers {