From 161dd3fa8d4eeea693bfd835d0de08026d6f82fa Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 13 Feb 2023 19:37:50 +0800 Subject: [PATCH] [KYUUBI #4317] Upload `kyuubi-spark-batch-submit.log.*` on CI failure ### _Why are the changes needed?_ ``` ... 07:43:26.520 KyuubiSessionManager-exec-pool: Thread-779 INFO ProcBuilder: Logging to /home/runner/work/kyuubi/kyuubi/kyuubi-server/target/work/runner/kyuubi-spark-batch-submit.log.0 ... ``` ### _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 - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4317 from pan3793/ci-log. Closes #4317 dbde5306 [Cheng Pan] Upload kyuubi-spark-batch-submit.log on CI failure Authored-by: Cheng Pan Signed-off-by: ulyssesyou --- .github/workflows/master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index fd0505999..ed7403fbc 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -102,6 +102,7 @@ jobs: path: | **/target/unit-tests.log **/kyuubi-spark-sql-engine.log* + **/kyuubi-spark-batch-submit.log* authz: name: Kyuubi-AuthZ and Spark Test