The way that buildbot sends status has changed with newer versions. This is the minimal change to execdb so that it works with the new status push code
Not that it's necessarily an issue, but why did you decide to rewrite the t_triggered? I'd rather keep the actual "this is the time the job triggered", or have the t_triggered removed altogether, if the information is not relevant/interesting/important.
t_triggered
Other than the t_triggered nitpick, this looks OK to my eyes.
1 new commit added
removing extra reset of t_triggered
removing correct extra reset of t_triggered
Bah, I set up this PR against the wrong branch and I'm not seeing any way to change this. I'll close this and open a new PR
Pull-Request has been closed by tflink
The way that buildbot sends status has changed with newer versions. This is the minimal change to execdb so that it works with the new status push code