You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by GitBox <gi...@apache.org> on 2020/08/22 14:36:04 UTC

[GitHub] [spark-website] kiszk commented on a change in pull request #286: Add descriptions about GitHub Actions in the "Useful Developer Tools" page

kiszk commented on a change in pull request #286:
URL: https://github.com/apache/spark-website/pull/286#discussion_r475096904



##########
File path: developer-tools.md
##########
@@ -228,6 +228,25 @@ Getting logs from the pods and containers directly is an exercise left to the re
 
 Kubernetes, and more importantly, minikube have rapid release cycles, and point releases have been found to be buggy and/or break older and existing functionality.  If you are having trouble getting tests to pass on Jenkins, but locally things work, don't hesitate to file a Jira issue.
 
+<h3>Running tests in your forked repository using GitHub Actions</h3>
+
+GitHub Actions is a functionality within GitHub that enables continuous integration and a wide range of automation.
+We have already started uing some action scripts and one of them is to run tests for Pull Requests.
+If you are planning to create a new Pull Reques, it is important to check if tests can pass on your branch before creating it.
+This is because our GitHub Acrions script automatically run tests for your Pull Request/following commits and
+this can burden our limited resources of GitHub Actions.
+
+Our script enables you to run tests for a branch in your forked repository.
+Let's say that you have a branch named "your_branch" for a Pull Request.
+To run tests on "your_branch" and check test reuslts:
+
+- Clicks a "Actions" tab in your forked repository.
+- Selects a "Build and test" workfolow in a "All workflows" list.
+- Pushs a "Run workflow" button and enters "your_branch" in a "Target branch to run" field.
+- When a "Build and test" workflow finished, clicks a "Report test results" workfolow to check test results.

Review comment:
       nit: `workfolow` -> `workflow`?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org