diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-07-04 22:46:12 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-10-17 15:24:48 +0200 |
commit | d9fd42ef5217a8dc111c25abc751aeffe263dc86 (patch) | |
tree | cd758eb54dcd0fc166049f944cbd836d9df61ee0 | |
parent | 2b1e37a88b934c7dbe0236b5afb964285e6f6f63 (diff) | |
download | sonarqube-d9fd42ef5217a8dc111c25abc751aeffe263dc86.tar.gz sonarqube-d9fd42ef5217a8dc111c25abc751aeffe263dc86.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)
-rw-r--r-- | .cirrus.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index b0b9d0c2b1e..415d59f5cf9 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 @@ -229,7 +229,7 @@ test_sql_mssql2017_task: # 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 @@ -265,7 +265,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 @@ -300,7 +300,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 @@ -345,7 +345,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 |