You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/04/23 05:05:06 UTC

[kyuubi-shaded] branch master updated: [KYUUBI-SHADED #1] Make CI happy

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new e30781e  [KYUUBI-SHADED #1] Make CI happy
e30781e is described below

commit e30781ee2143f4b411f2bb91111f64a3bf5ffc9e
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Sun Apr 23 13:04:42 2023 +0800

    [KYUUBI-SHADED #1] Make CI happy
    
    ### _Why are the changes needed?_
    
    Make CI happy
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #1 from pan3793/ci.
    
    b44175a [Cheng Pan] rat
    4775c34 [Cheng Pan] Make CI happy
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/workflows/master.yml |  2 --
 .rat-excludes                | 30 ++++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index dbb491d..f1625ef 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -42,8 +42,6 @@ jobs:
       fail-fast: false
     steps:
       - uses: actions/checkout@v3
-      - name: Tune Runner VM
-        uses: ./.github/actions/tune-runner-vm
       - name: Setup JDK ${{ matrix.java }}
         uses: actions/setup-java@v3
         with:
diff --git a/.rat-excludes b/.rat-excludes
new file mode 100644
index 0000000..61118d9
--- /dev/null
+++ b/.rat-excludes
@@ -0,0 +1,30 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+**/.*/**
+**/*.json
+**/*.prefs
+**/*.log
+**/*.md
+**/*.iml
+**/target/**
+**/out/**
+**/licenses/LICENSE*
+**/licenses-binary/LICENSE*
+**/dependency-reduced-pom.xml
+NOTICE*
+build/apache-maven-*/**