User:Krishnatejaperannagari: Difference between revisions

From SambaWiki
m (Created page with " == Improving build farm look and speed: == The project to improve build farm look and speed is accepted this year for Google summer of code. Mentors '''Jelmer Vernooij''' and…")
 
Line 8: Line 8:
1. To replace the existing build farm style with new style that is used in the main website
1. To replace the existing build farm style with new style that is used in the main website
2. Adding new features like:
2. Adding new features like:
a. Auto adjust to screen size
a. Auto adjust to screen size
b. A better search feature to view builds,hosts and check-ins by listing only the valid combinations
b. A better search feature to view builds,hosts and check-ins by listing only the valid combinations
c. A page that displays a only the failed builds. the cause of the failure and other information to help the developers in determining the problem with the hosts and identify bugs.
c. A page that displays a only the failed builds. the cause of the failure and other information to help the developers in determining the problem with the hosts and identify bugs.
3. Improve page loading speed by:
3. Improve page loading speed by:
a. Building a separate daemon to process the build logs as they come
a. Building a separate daemon to process the build logs as they come
b. Use of Ajax
b. Use of Ajax
4. Reduce email alerts and sending mail with correct cause of failure
4. Reduce email alerts and sending mail with correct cause of failure
5. Make test errors quickly accessible by modifying the structure of the log and page display
5. Make test errors quickly accessible by modifying the structure of the log and page display

Revision as of 16:17, 6 May 2014


Improving build farm look and speed:

The project to improve build farm look and speed is accepted this year for Google summer of code. Mentors Jelmer Vernooij and Kai Blin will be assisting the summer of code intern. The following are some of the main ideas and deliverables of this project:

1. To replace the existing build farm style with new style that is used in the main website 2. Adding new features like: a. Auto adjust to screen size b. A better search feature to view builds,hosts and check-ins by listing only the valid combinations c. A page that displays a only the failed builds. the cause of the failure and other information to help the developers in determining the problem with the hosts and identify bugs. 3. Improve page loading speed by: a. Building a separate daemon to process the build logs as they come b. Use of Ajax 4. Reduce email alerts and sending mail with correct cause of failure 5. Make test errors quickly accessible by modifying the structure of the log and page display 6. A better parser to find the cause of failure in build logs

The Project is scheduled to be complete by august 11th. Most of the changes will be incorporated with only minor modifications in the existing code.