Remove the getPendingBuildTimes method from base scheduler#2008
Remove the getPendingBuildTimes method from base scheduler#2008tardyp merged 1 commit intobuildbot:masterfrom
Conversation
Current coverage is
|
|
This is good so far, but I see a lot more places this method is used and defined. Try |
|
git grep shows a few code more to kill |
|
Hi mike. do you want to finish this? |
|
Oh yes, sorry for the late reply! I will commit this PR ASAP!! |
|
@djmitche @tardyp Sorry for the late reply, I somehow miss the notification email until this weekend. Sorry :( Yeah I know we still have some more getPendingBuildTimes functions, but they are not for the BaseScheduler class. Should we remove them all? It only ask to remove getPendingBuildTimes methods from BaseScheduler in the issue description. |
|
Yes, please remove all of them -- the request implied all BaseScheduler subclasses, too :) |
babae25 to
6b61ad2
Compare
6b61ad2 to
9d9a754
Compare
|
👍 keeping it a bit for others to review |
This PR is about tickets 2653, which required remove no longer used method from base scheduler. Due to the discussion under the ticket and the comment in here, I just remove the getPendingBuildTimes method :)