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

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


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 4c4e73e695e HBASE-29852 GHA general check broken on branch-2* (#7672)
4c4e73e695e is described below

commit 4c4e73e695e0cc58963537e65a912e97eb9f6150
Author: Nick Dimiduk <[email protected]>
AuthorDate: Fri Jan 23 11:55:03 2026 +0100

    HBASE-29852 GHA general check broken on branch-2* (#7672)
    
    Signed-off-by: Duo Zhang <[email protected]>
---
 .github/workflows/yetus-general-check.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/yetus-general-check.yml 
b/.github/workflows/yetus-general-check.yml
index 26cb2842731..d46b2522622 100644
--- a/.github/workflows/yetus-general-check.yml
+++ b/.github/workflows/yetus-general-check.yml
@@ -71,9 +71,12 @@ jobs:
       - name: Run Yetus General Check
         env:
           ARCHIVE_PATTERN_LIST: 
"TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump"
+          CHANGE_TARGET: "${{ github.base_ref }}"
           DOCKERFILE: "${{ github.workspace 
}}/src/dev-support/docker/Dockerfile"
           GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
           GITHUB_USER: ${{ github.actor }}
+          HADOOP_PROFILE: "3.0"
+          JAVA8_HOME: "/usr/lib/jvm/java-8"
           PATCHDIR: "${{ github.workspace }}/yetus-general-check/output"
           PLUGINS: "all,-javadoc,-jira,-shadedjars,-unit"
           SET_JAVA_HOME: "/usr/lib/jvm/java-11"

Reply via email to