abderrahim opened a new pull request, #2005:
URL: https://github.com/apache/buildstream/pull/2005

   For instance, we shouldn't schedule new build jobs when asked to quit. 
However, not considering the build queue at all would miss pushing newly built 
elements.
   
   What this commit does is:
   * Pull elements forward through all queues (including the ones we no longer 
need)
   * Only schedule jobs after the imperative queue
   
   This means that elements in the build queue (or any imperative queue) will 
still get passed to the following queues, but no new build jobs get scheduled.
   
   Fixes https://github.com/apache/buildstream/issues/1787


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to