Skip to content
Snippets Groups Projects
Commit f5558647 authored by Joshua Colp's avatar Joshua Colp Committed by Joshua C. Colp
Browse files

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

This change makes it so that even if non-code changes
occur (such as commit message changing) unit tests
will still be run and result in a verification.

ASTERISK-28251

Change-Id: I6491fff7c93e5d5cd8e41054486968bf66c4f608
parent 3c91f2fe
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ pipeline { ...@@ -34,7 +34,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