From d9fd42ef5217a8dc111c25abc751aeffe263dc86 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 4 Jul 2019 22:46:12 +0200 Subject: [PATCH] Fix display of DB tests in Burgr Bypass the limitation of Burgr that ignores tasks when names are greater than 16 characters (BURGR-338) --- .cirrus.yml | 10 +++++----- 1 file 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 -- 2.39.5