瀏覽代碼

Download build reports from Cirrus

tags/7.8
Simon Brandhof 5 年之前
父節點
當前提交
ac9d6846fb
共有 1 個檔案被更改,包括 37 行新增0 行删除
  1. 37
    0
      .cirrus.yml

+ 37
- 0
.cirrus.yml 查看文件

@@ -51,6 +51,9 @@ build_task:
- ./private/cirrus/cirrus-build.sh
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"

deploy_docs_task:
depends_on: build
@@ -100,6 +103,9 @@ validate_task:
- ./private/cirrus/cirrus-validate.sh postgres106
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"

qa_task:
depends_on: build
@@ -146,6 +152,9 @@ qa_task:
- ./private/cirrus/cirrus-qa.sh postgres106
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"

promote_task:
depends_on:
@@ -199,6 +208,10 @@ test_sql_mysql57_task:
- ./private/cirrus/cirrus-db-unit-test.sh mysql57
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"


test_sql_mssql2017_task:
depends_on: build
@@ -228,6 +241,10 @@ test_sql_mssql2017_task:
- ./private/cirrus/cirrus-db-unit-test.sh mssql2017
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"


test_sql_mssql2019_task:
depends_on: build
@@ -257,6 +274,10 @@ test_sql_mssql2019_task:
- ./private/cirrus/cirrus-db-unit-test.sh mssql2019
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"


# this is the oldest compatible version of PostgreSQL
test_sql_postgres93_task:
@@ -286,6 +307,9 @@ test_sql_postgres93_task:
- ./private/cirrus/cirrus-db-unit-test.sh postgres93
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"

test_sql_oracle12_task:
depends_on: build
@@ -313,6 +337,9 @@ test_sql_oracle12_task:
- ./private/cirrus/cirrus-db-unit-test.sh oracle12
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"


test_upgrade_mysql57_task:
@@ -353,6 +380,10 @@ test_upgrade_mysql57_task:
- ./private/cirrus/cirrus-qa.sh mysql57
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"


test_upgrade_mssql2017_task:
depends_on: build
@@ -391,6 +422,9 @@ test_upgrade_mssql2017_task:
- ./private/cirrus/cirrus-qa.sh mssql2017
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"


test_upgrade_oracle12_task:
@@ -428,3 +462,6 @@ test_upgrade_oracle12_task:
- ./private/cirrus/cirrus-qa.sh oracle12
cleanup_before_cache_script:
- ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"

Loading…
取消
儲存