cki-project / sktm

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

Don't retest the same baselines #143

Closed spbnick closed 5 years ago

spbnick commented 6 years ago

At the moment sktm submits baseline jobs unconditionally, whenever the "sktm baseline" command is invoked. This is a problem, since we can't improve our reaction time to pushes without retesting the same commits all the time.

Instead implement tracking which baselines were tested and don't retest them, so we can run "sktm baseline" e.g. every five minutes.