On 2014-10-08 19:26:15 +0000 (+0000), T. Phan wrote: > If Zuul has a frozen queue, no job is executed in Jenkins, but the queue is > still sitting there. > I don't want to restart zuul since it must be a way to flush out the queued > jobs. > Could you help to give me a hint?
If dequeue-on-new-patchset is true on that pipeline (the default in recent zuul versions, you have to explicitly set it false to disable) then a new patchset for the pending change should dequeue the old one. Aside from that, there's currently no solution but stopping the zuul scheduler daemon to flush its state. Creation of a `zuul dequeue` command for the CLI client[1] would be most welcome, but the review which was adding it[2] has stalled and needs someone to pick it back up. [1] http://ci.openstack.org/zuul/client.html [2] https://review.openstack.org/95035 -- Jeremy Stanley _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
