Browse Source

Fix display of DB tests in Burgr

Bypass the limitation of Burgr that ignores tasks when names
are greater than 16 characters (BURGR-338)
tags/8.0
Simon Brandhof 4 years ago
parent
commit
8aaec2a069
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      .cirrus.yml

+ 5
- 5
.cirrus.yml View 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

Loading…
Cancel
Save