Details
-
Type:
Story
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: 6.2.0 CE M2
-
Fix Version/s: 6.2.0 CE M5
-
Component/s: Tools, Tools > Testing
-
Labels:
-
Similar Issues:
Description
Currently pull requests are sent from developers to other developers for review. The goal of this work is to make it very easy for the reviewers to know whether the pull request is breaking any automated tests automatically so that if it does he can just send it back to the developer and thus save time.
The system is very easy:
- A Liferay portal developer sends a pull to a peer in order to be reviewed
- At that time, the CI system builds a process which includes all the changes included in the previous pull request
- Once the previous process has finished; the pull request status will be updated in the Github page. Using this approach, the reviewer could know in "real time" if the pull he has received has broken the build.
