]> 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>
Thu, 17 Oct 2019 13:24:48 +0000 (15:24 +0200)
Bypass the limitation of Burgr that ignores tasks when names
are greater than 16 characters (BURGR-338)

.cirrus.yml

index b0b9d0c2b1e03878614df83d95e55a01f23b01ad..415d59f5cf9079be8456cce2573c62c31be0fb2d 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
@@ -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