You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/02/11 03:51:14 UTC

[hbase] branch branch-2.4 updated: HBASE-26749 Migrate HBase main pre commit job to ci-hbase (#4107)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new a69e41d  HBASE-26749 Migrate HBase main pre commit job to ci-hbase (#4107)
a69e41d is described below

commit a69e41d850d5f5a9c064ca3726fa256103d80f33
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Feb 11 10:09:19 2022 +0800

    HBASE-26749 Migrate HBase main pre commit job to ci-hbase (#4107)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 dev-support/Jenkinsfile_GitHub | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index ae292f9..6c31695 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'Hadoop'
+        label 'hbase'
     }
 
     options {
@@ -44,8 +44,7 @@ pipeline {
         ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump'
         // These tests currently have known failures. Once they burn down to 0, remove from here so that new problems will cause a failure.
         TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite'
-        NEW_JENKINS_URL = 'https://ci-hbase.apache.org'
-        EXCLUDE_TESTS_URL = "${NEW_JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/${CHANGE_TARGET}/lastSuccessfulBuild/artifact/output/excludes"
+        EXCLUDE_TESTS_URL = "${JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/${CHANGE_TARGET}/lastSuccessfulBuild/artifact/output/excludes"
 
         // a global view of paths. parallel stages can land on the same host concurrently, so each
         // stage works in its own subdirectory. there is an "output" under each of these
@@ -70,7 +69,7 @@ pipeline {
                 stage ('yetus general check') {
                     agent {
                         node {
-                            label 'Hadoop'
+                            label 'hbase'
                         }
                     }
                     environment {
@@ -193,7 +192,7 @@ pipeline {
                 stage ('yetus jdk8 Hadoop2 checks') {
                     agent {
                         node {
-                            label 'Hadoop'
+                            label 'hbase'
                         }
                     }
                     environment {
@@ -324,7 +323,7 @@ pipeline {
                 stage ('yetus jdk11 hadoop3 checks') {
                     agent {
                         node {
-                            label 'Hadoop'
+                            label 'hbase'
                         }
                     }
                     environment {