Merge "ci: Rerun unit tests when non-code changes occur."

changes/88/10988/1
George Joseph 8 years ago committed by Gerrit Code Review
commit 16084df36f

@ -46,7 +46,7 @@ pipeline {
triggerOnEvents: [
commentAddedContains('^recheck$'),
patchsetCreated(excludeDrafts: false,
excludeNoCodeChange: true,
excludeNoCodeChange: false,
excludeTrivialRebase: false),
draftPublished()
],

Loading…
Cancel
Save