dongjoon-hyun commented on pull request #32397: URL: https://github.com/apache/spark/pull/32397#issuecomment-830707569
> Can I see logs about failure of build and test? Apache Spark GitHub Action is running in your GitHub Account. <img width="847" alt="Screen Shot 2021-05-01 at 4 11 15 PM" src="https://user-images.githubusercontent.com/9700541/116797196-dd07ed80-aa97-11eb-9405-d2c4c4683a91.png"> If you click the failure link, you can see the error log in your repo. The current failure occurs because your master branch is too outdate. Please follow the guideline to sync your master branch. - https://github.com/apache/spark/pull/32397/checks?check_run_id=2466811890 ``` Unable to detect the workflow run for testing the changes in your PR. If you did not enable GitHub Actions in your forked repository, please enable it. See also Disabling or limiting GitHub Actions for a repository for more details. It is possible your branch is based on the old master branch in Apache Spark, please sync your branch to the latest master branch. For example as below: git fetch upstream git rebase upstream/master git push origin YOUR_BRANCH --force ``` In addition, I also triggered Jenkins machine too. For those users, we have another test machine additionally. -- 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]
