Are there any Continuous Integration tools that will run on Google App Engine?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think so. The Google App Engine secure sandbox environment doesn’t seem compatible with the requirements of all CI engine I know (writing to the file system is a basic need of any engine to checkout sources, to compile them, to log during tests, to build reports, etc).
As I said in a comment, Amazon EC2 is appropriate for running a CI engine and I know many enterprise using it for this purpose. You should really look into this direction.