zuul clone gerrit repository when event triggered?how to stop this?

119 Views Asked by At

Every time patchset-created event triggered, zuul clone the whole repository. how to stop this? because it takes a too long time and makes job starts very slowly.

1

There are 1 best solutions below

0
On BEST ANSWER

This is not the expected way Git plugin works. Go to the job configuration > Source Code Management > Git > Additional Behaviours, and see if the "Wipe out repository & force clone" option is set like in the following example:

enter image description here