]> source.dussan.org Git - sonarqube.git/commitdiff
Fix display of DB tests in Burgr
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 4 Jul 2019 20:46:12 +0000 (22:46 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 10 Jul 2019 06:36:54 +0000 (08:36 +0200)
Bypass the limitation of Burgr that ignores tasks when names
are greater than 16 characters (BURGR-338)

.cirrus.yml

index 2ba28179649d7def4b2f25c55576eda55f33861a..1b91bd93554e40c77be86059c87f7059c510ab83 100644 (file)
@@ -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