rmetzger commented on a change in pull request #10976: [FLINK-13978][build 
system] Add experimental support for building on Azure Pipelines
URL: https://github.com/apache/flink/pull/10976#discussion_r378393191
 
 

 ##########
 File path: tools/travis_watchdog.sh
 ##########
 @@ -166,7 +171,7 @@ print_stacktraces () {
 put_yarn_logs_to_artifacts() {
        # Make sure to be in project root
        cd $HERE/../
-       for file in `find ./flink-yarn-tests/target/flink-yarn-tests* -type f 
-name '*.log'`; do
+       for file in `find ./flink-yarn-tests/target -type f -name '*.log'`; do
 
 Review comment:
   I was debugging failing YARN tests as part of the migration. IIRC, some of 
the newer YARN tests log into a different directory. It doesn't hurt to search 
for log files to be included in the debugging file a bit more broadly.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to