diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-07-04 22:46:12 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-07-10 08:36:54 +0200 |
commit | 8aaec2a069c1b28a046ebe32df2bc2c5892dda6f (patch) | |
tree | 8e28d82ff590304dfac3570f3003d92f1af3bde5 /.cirrus.yml | |
parent | e55dfa2a1a23e8c0af37554dbdb3f6e96d6d1c81 (diff) | |
download | sonarqube-8aaec2a069c1b28a046ebe32df2bc2c5892dda6f.tar.gz sonarqube-8aaec2a069c1b28a046ebe32df2bc2c5892dda6f.zip |
Fix display of DB tests in Burgr
Bypass the limitation of Burgr that ignores tasks when names
are greater than 16 characters (BURGR-338)
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 2ba28179649..1b91bd93554 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -190,7 +190,7 @@ promote_task: script: - ./private/cirrus/cirrus-promote.sh -test_sql_mssql2017_task: +sql_mssql2017_task: depends_on: build # Comment the following line and commit with message "DO NOT MERGE" in order to run # this task on your branch @@ -228,7 +228,7 @@ test_sql_mssql2017_task: format: junit # this is the oldest compatible version of PostgreSQL -test_sql_postgres93_task: +sql_postgres93_task: depends_on: build # Comment the following line and commit with message "DO NOT MERGE" in order to run # this task on your branch @@ -264,7 +264,7 @@ test_sql_postgres93_task: path: "**/test-results/**/*.xml" format: junit -test_sql_oracle12_task: +sql_oracle12_task: depends_on: build # Comment the following line and commit with message "DO NOT MERGE" in order to run # this task on your branch @@ -299,7 +299,7 @@ test_sql_oracle12_task: path: "**/test-results/**/*.xml" format: junit -test_upgrade_mssql2017_task: +upgd_mssql2017_task: depends_on: build # Comment the following line and commit with message "DO NOT MERGE" in order to run # this task on your branch @@ -344,7 +344,7 @@ test_upgrade_mssql2017_task: format: junit -test_upgrade_oracle12_task: +upgd_oracle12_task: depends_on: build # Comment the following line and commit with message "DO NOT MERGE" in order to run # this task on your branch |