Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove image after measurement | Karel Kočí | 2015-09-14 |
| | | | | | Image should be removed after it was measured. Otherwise Linux images are piling up in jobfolder. | ||
* | Fix multithreading | Karel Kočí | 2015-09-14 |
| | | | | | | | When multithreading was enabled, same configuration could been build multiple times. Adding list of built configurations and filtering list of configurations sourced from database solves this problem. Now script is aware of configurations that was prepared and not yet been measured. | ||
* | Fix terminate variable for single thread mode | Karel Kočí | 2015-08-26 |
| | | | | Latest changes for multithreading broke single thread mode. | ||
* | Use event for thread synchronization in multithread mode | Karel Kočí | 2015-08-26 |
| | |||
* | Fix thread alive check | Karel Kočí | 2015-08-26 |
| | |||
* | Add print to signal thread start and stop in multithread mode | Karel Kočí | 2015-08-26 |
| | |||
* | Fix multithread locking and terminating | Karel Kočí | 2015-08-26 |
| | |||
* | Fix multithreading | Karel Kočí | 2015-08-26 |
| | |||
* | Fix missing utils include in loop.py | Karel Kočí | 2015-08-19 |
| | |||
* | Added dirty repository check | Karel Kočí | 2015-08-19 |
| | | | | | Test run and initialization now shows warning about dirty repository and loop can't be executed if linux or root repository is dirty. | ||
* | Add message about what configuration is measured | Karel Kočí | 2015-08-19 |
| | |||
* | Generated configuration is now fully stored to database | Karel Kočí | 2015-08-17 |
| | | | | | | Managing configurations in files and in database could cause inconsistence. Adding all generated configurations to database allow us to clean project files without loosing data. | ||
* | Fix thread cooperation in loop | Karel Kočí | 2015-08-13 |
| | | | | | Measure function requires img and config as atributes. But only config was provided. | ||
* | Catch NoApplicableConfiguration exception in prepare thread | Karel Kočí | 2015-08-13 |
| | |||
* | Fix link error | Karel Kočí | 2015-08-12 |
| | | | | | Creation of link to linux image wasn't done right. Outcome was, wrong path in link. | ||
* | Scripts changed to use database. | Karel Kočí | 2015-07-28 |
| | | | | | | | | | | | | | Also initial implementation of multithread execution. A lot of functionality changed. Phases removed. Output parsing is now part of measure (boot) process. Utils cleared. Add dot_measure file for inverted dot_config. Configuration generating is now prepared for multiple generating types. Fist implemented is generating configurations with single selected configuration. Test is modified to be compatible with new changes. | ||
* | Rename solution script to configurations | Karel Kočí | 2015-07-22 |
| | | | | New name more better resembles what script does. | ||
* | Remove possibility of generating next solution in loop. | Karel Kočí | 2015-07-17 |
| | | | | | Only possibility now is generating all solutions on initialisation. Remove solution generating phase. | ||
* | Fix NoAppliableSolution in loop and changed looping phase | Karel Kočí | 2015-05-16 |
| | |||
* | Fix solution generation in case of gen_all_solution_oninit | Karel Kočí | 2015-05-14 |
| | |||
* | Fix env | Karel Kočí | 2015-05-13 |
| | |||
* | Add possibility of calling pahe_set from outside of loop.py | Karel Kočí | 2015-05-06 |
| | |||
* | Separate initialisation | Karel Kočí | 2015-05-06 |
| | | | | Initialisation now can be executed without loop it self. | ||
* | Add some configuration options and clean write_conf | Karel Kočí | 2015-05-04 |
| | |||
* | Add possibility of running step-by-step | Karel Kočí | 2015-04-28 |
| | |||
* | Include iteration and phase code to loop | Karel Kočí | 2015-04-28 |
| | |||
* | Add boot phase | Karel Kočí | 2015-04-28 |
| | |||
* | Rename script main_loop to loop | Karel Kočí | 2015-04-26 |