rdblue commented on a change in pull request #1789:
URL: https://github.com/apache/iceberg/pull/1789#discussion_r527900061
##########
File path: .github/workflows/java-ci.yml
##########
@@ -38,4 +38,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- run: ./gradlew check
+ - uses: actions/upload-artifact@v2
+ if: failure()
+ with:
+ name: test logs
+ path: |
+ **/build/testlogs
Review comment:
I think we just need to archive `**/build/reports`. The reports have the
full stack traces and usually have any stderr/stdout for each test. That may be
easier than creating a separate file since I think we already aggregate the
logs there.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]