Skip to content
Snippets Groups Projects
Commit aaee80ad authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

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

parents 2070f62b 1084b6e1
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ pipeline { ...@@ -46,7 +46,7 @@ pipeline {
triggerOnEvents: [ triggerOnEvents: [
commentAddedContains('^recheck$'), commentAddedContains('^recheck$'),
patchsetCreated(excludeDrafts: false, patchsetCreated(excludeDrafts: false,
excludeNoCodeChange: true, excludeNoCodeChange: false,
excludeTrivialRebase: false), excludeTrivialRebase: false),
draftPublished() draftPublished()
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment