Oopenvela-robotcommon: Refactor sync mechanism
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
bot: Add initial bot implementation This adds initial bot implementation for Zephyr. Main features: * Fetch recent Zephyr sources * Apply changes to project configuration files * Build image * Flash board * Run test cases * Archive test execution logs * Put the results to Excel spreadsheet file * Send the files to the Google Drive * Create and send e-mail message TODO: * Demonize the bot * Add scheduler | 7 年前 | |
bot: Enable Zip64 option for large files This patch enabls allowZip64 option for large files. This was set to False by default on Python 2.7. Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> | 6 个月前 | |
Updated README.md and imports - Iron Python is not supported, deleted autopts.py - Autopts.py description is no longer in README - Added missing python modules to requirements (both server and client) - config.py.mynewt.sample fixes (probably some remnants from config.py.zephyr.sample) | 6 个月前 | |
zephyr: Fix using non-existing default.conf file The file was renamed to prj.conf. | 6 个月前 | |
common: Refactor sync mechanism New sync mechanism allows us to specify delay for each wid, honors order of sync elements, fixes tests that require two instances of PTS. This also required changes in Callback Thread. Now there is a separate callback thread for each PTS instance. This allows us to apply delay to each PTS instance individually, without blocking whole test execution. | 6 个月前 | |
Fix bot's requirements.txt | 6 个月前 | |
common: Refactor sync mechanism New sync mechanism allows us to specify delay for each wid, honors order of sync elements, fixes tests that require two instances of PTS. This also required changes in Callback Thread. Now there is a separate callback thread for each PTS instance. This allows us to apply delay to each PTS instance individually, without blocking whole test execution. | 6 个月前 |