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

changes/89/10989/1
George Joseph 8 years ago committed by Gerrit Code Review
commit 44914234ba

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

Loading…
Cancel
Save