Browse Source

full drop usage of cirrus cache

tags/8.0
Sébastien Lesaint 4 years ago
parent
commit
be564cac30
1 changed files with 0 additions and 32 deletions
  1. 0
    32
      .cirrus.yml

+ 0
- 32
.cirrus.yml View File

@@ -42,8 +42,6 @@ build_task:
namespace: default
cpu: 1.7
memory: 5Gb
# gradle_cache:
# folder: ~/.gradle/caches
env:
# No need to clone the full history.
# Depth of 1 is not enough because it would fail the build in case of consecutive pushes
@@ -51,8 +49,6 @@ build_task:
CIRRUS_CLONE_DEPTH: 50
script:
- ./private/cirrus/cirrus-build.sh
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"
@@ -99,12 +95,8 @@ validate_task:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
# gradle_cache:
# folder: ~/.gradle/caches
script:
- ./private/cirrus/cirrus-validate.sh postgres106
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"
@@ -151,12 +143,8 @@ qa_task:
QA_CATEGORY: Branch
QA_CATEGORY: Upgrade
QA_CATEGORY: HA
# gradle_cache:
# folder: ~/.gradle/caches
script:
- ./private/cirrus/cirrus-qa.sh postgres106
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"
@@ -308,12 +296,8 @@ sql_mssql2017_task:
MSSQL_PID: Developer # this is the default edition
ACCEPT_EULA: Y
SA_PASSWORD: sonarqube!1
# gradle_cache:
# folder: ~/.gradle/caches
script:
- ./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/**/*"
@@ -345,12 +329,8 @@ sql_postgres93_task:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
# gradle_cache:
# folder: ~/.gradle/caches
script:
- ./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/**/*"
@@ -380,12 +360,8 @@ sql_oracle12_task:
memory: 5Gb
env:
ORACLE_PWD: sonarqube
# gradle_cache:
# folder: ~/.gradle/caches
script:
- ./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/**/*"
@@ -424,12 +400,8 @@ upgd_mssql2017_task:
CIRRUS_CLONE_DEPTH: 50
matrix:
QA_CATEGORY: Upgrade
# gradle_cache:
# folder: ~/.gradle/caches
script:
- ./private/cirrus/cirrus-qa.sh mssql2017
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"
@@ -467,12 +439,8 @@ upgd_oracle12_task:
CIRRUS_CLONE_DEPTH: 50
matrix:
QA_CATEGORY: Upgrade
# gradle_cache:
# folder: ~/.gradle/caches
script:
- ./private/cirrus/cirrus-qa.sh oracle12
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"

Loading…
Cancel
Save