Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
918 5751 d 4 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Performance improvements:
1. Use a second ReentrantLock/database Connection for planning builds. This is because the global select for update locking mechanism (i.e. limits the planning phase to 1 master thread at any one time, across all build machines) has been found to starve non planning database connection usage.
2. Use a third ReentrantLock for master threads with a low priority planning requirement. By that, if the previous planning session did not yield a build requirement, the subsequent planning session will be low priority. Through this mechanism, the number of master threads with a low priority planning requirement using the second ReentrantLock/database Connection for planning builds is limited to 1. This ensures master threads with a high priority planning requirement are very likely to plan and deliver a build sooner.
 
916 5752 d 7 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Performance improvements.
 
914 5857 d 12 h dpurdie /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Added a setup command to the Unix buildtool script
This will setup the run levels as required
 
912 5947 d 7 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
 
910 5975 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
908 6065 d 12 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
Backwardly compatible xml change (property addition)
 
906 6072 d 9 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
904 6081 d 11 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
902 6085 d 9 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
 
900 6092 d 8 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
Turn off auto-commit for design adherence
Use of the standard Java Service Provider Interface in ojdbc6.jar and JSE 6 registers the driver class OracleDriver automatically.
This enables the OracleDatabaseJDBC-Thin build dependency to be dropped.
[REMOVED] OracleDatabaseJDBC-Thin
 
898 6095 d 12 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fix
DEVI fix attempt in the case of 54846.
 
896 6102 d 12 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
DEVI fixes
Non backwardly compatible code requires schema patch (addition of PLANNED_VERSIONS.PLANNED_TIME). Daemons will fail to operate without this.
 
894 6113 d 6 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
React to config changes, eg /abtscratch partition, change of default mail server, unset GBE_PLATFORM (Unix), jats -NoExportVars use
DEVI fixes
Removal of traces for DEVI-48831
 
892 6232 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import  
890 6242 d 4 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
MasterThread is not inserting its record into the Run_Level table. Extremely minor fix for usability.
 
888 6242 d 6 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import  
886 6249 d 12 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Requires:
- oramgrdb-cr-patch > 1.0.22000.cr
- core_devl > 2.77.3000.cr
- Release_Manager 3.30.9000.cr
 
884 6260 d 5 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import  
882 6260 d 11 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Dropped query on archive_manager database now its data (package version wise) has been retrieved in the release_manager database.
 
880 6277 d 9 h mhunt /buildtool/trunk/ DevTools/buildtool: Checkin by Svn Import
Put back the mechanism to exclude packages dependent upon packages which are not reproducible in escrow mode. This mechanism was relaxed in 13.1.2000.cr in daemon and escrow mode, and should have only been relaxed in daemon mode, due to Seattle's current state of play (configuration management wise).
 

Show All