From: Joshua Colp Date: Thu, 7 Feb 2019 15:52:56 +0000 (+0000) Subject: ci: Rerun unit tests when non-code changes occur. X-Git-Tag: 17.0.0-rc1~184^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ea9c90a28da36434a1774632db8d97c67e78bf;p=thirdparty%2Fasterisk.git 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 --- diff --git a/tests/CI/unittests.jenkinsfile b/tests/CI/unittests.jenkinsfile index 2916cb4ee7..a7a6c4327d 100644 --- a/tests/CI/unittests.jenkinsfile +++ b/tests/CI/unittests.jenkinsfile @@ -46,7 +46,7 @@ pipeline { triggerOnEvents: [ commentAddedContains('^recheck$'), patchsetCreated(excludeDrafts: false, - excludeNoCodeChange: true, + excludeNoCodeChange: false, excludeTrivialRebase: false), draftPublished() ],