aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorBelen Pruvost <belen.pruvost@sonarsource.com>2021-12-28 12:12:27 +0100
committersonartech <sonartech@sonarsource.com>2022-01-03 20:02:55 +0000
commit77432d12c28a7f7801e0278f543511c34af95d6a (patch)
tree14412664721c1e1cb47aecdae8c22a5c309e1b24 /.cirrus.yml
parent83b1e2d1b7aeee70413fb705eac2592f56b2ebe1 (diff)
downloadsonarqube-77432d12c28a7f7801e0278f543511c34af95d6a.tar.gz
sonarqube-77432d12c28a7f7801e0278f543511c34af95d6a.zip
[NO-JIRA] Trigger DB Unit Tests on Dao changes
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 6684f66b947..75fc66296ba 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -38,7 +38,8 @@ only_upon_sql_changes_or_nightly_depending_on_build_template: &ONLY_UPON_SQL_CHA
depends_on: build
only_if: >-
$CIRRUS_BRANCH == "branch-nightly-build" ||
- ($CIRRUS_CRON == "" && changesInclude('server/sonar-db-dao/**/*Mapper.xml', 'server/sonar-db-migration/**/DbVersion*.java'))
+ ($CIRRUS_CRON == "" && changesInclude('server/sonar-db-dao/**/*Mapper.xml', 'server/sonar-db-migration/**/DbVersion*.java',
+ 'server/sonar-db-dao/**/*Dao.java'))
only_default_branches_template: &ONLY_DEFAULT_BRANCHES_TEMPLATE
only_if: >-