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

This commit is contained in:
George Joseph
2019-02-11 09:27:59 -06:00
committed by Gerrit Code Review

View File

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