Hi dev,Apache CarbonData CI now is working for auto-checking all PRs
Posted by
Liang Chen on
Dec 06, 2016; 7:35am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Hi-dev-Apache-CarbonData-CI-now-is-working-for-auto-checking-all-PRs-tp3806.html
Hi dev
Apache CarbonData CI now is working for auto-checking all PRs.
This is a job in Jenkins CI with name ApacheCarbonPRBuilder, which is
running in cloud machine machine with IP
http://136.243.101.176:8080/ ,
anybody can access this machine and check the build status and result.
- When a new pull request is opened in the project and the author name
is in whitelist, the PR will be auto-checking automatically.
- When a new pull request is opened in the project and the author of the
pull request isn't whitelist, CarbonDataQA will ask "Can one of the admins
verify this patch and trigger the CI checking?".
Once the build is finished, the status of the build is commented on the
same pull request as follows
● Build Success
Build Success, Please check CI
http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/33/● Build Fail
Build Failed, Please check CI
http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/33/Regards
Liang