cki-project / sktm

"Sonic Kernel Testing Manager" - a job scheduler for skt
GNU General Public License v2.0
0 stars 6 forks source link

Refactor check_pending() and retry Jenkins completion check #115

Open major opened 6 years ago

major commented 6 years ago

This PR refactors check_pending(), improves readability, and wraps the completion check in try/except. It also includes a removal of the baseline checking logic.

Fixes #106.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 375


Changes Missing Coverage Covered Lines Changed/Added Lines %
sktm/init.py 0 23 0.0%
<!-- Total: 0 23 0.0% -->
Totals Coverage Status
Change from base Build 373: 0.1%
Covered Lines: 319
Relevant Lines: 933

💛 - Coveralls
spbnick commented 6 years ago

@major, should we still work on this?