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

16.3
George Joseph 6 years ago committed by Gerrit Code Review
commit aaee80adfe

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

Loading…
Cancel
Save