Skip to content

Commit

Permalink
[KYUUBI apache#2097] [CI] Upload Test Log for CI failure shall contai…
Browse files Browse the repository at this point in the history
…n trino engine log apache#2094

### _Why are the changes needed?_

Upload Test Log for CI failure shall contain trino engine log.

### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes apache#2097 from zhaomin1423/update_ci.

Closes apache#2097

5796174 [Min Zhao] [CI] Upload Test Log for CI failure shall contain trino engine log apache#2094

Authored-by: Min Zhao <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
  • Loading branch information
zhaomin1423 authored and wForget committed Mar 11, 2022
1 parent 19eab60 commit c7a5d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
**/target/unit-tests.log
**/kyuubi-flink-sql-engine.log*
**/kyuubi-spark-sql-engine.log*
**/kyuubi-trino-sql-engine.log*
**/target/scalastyle-output.xml
tpcds:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ jobs:
**/target/unit-tests.log
**/kyuubi-flink-sql-engine.log*
**/kyuubi-spark-sql-engine.log*
**/kyuubi-trino-sql-engine.log*

0 comments on commit c7a5d3f

Please sign in to comment.