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

namespace: default namespace: default
cpu: 1.7 cpu: 1.7
memory: 5Gb memory: 5Gb
# gradle_cache:
# folder: ~/.gradle/caches
env: env:
# No need to clone the full history. # No need to clone the full history.
# Depth of 1 is not enough because it would fail the build in case of consecutive pushes # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
CIRRUS_CLONE_DEPTH: 50 CIRRUS_CLONE_DEPTH: 50
script: script:
- ./private/cirrus/cirrus-build.sh - ./private/cirrus/cirrus-build.sh
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure: on_failure:
reports_artifacts: reports_artifacts:
path: "**/build/reports/**/*" path: "**/build/reports/**/*"
env: env:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
# gradle_cache:
# folder: ~/.gradle/caches
script: script:
- ./private/cirrus/cirrus-validate.sh postgres106 - ./private/cirrus/cirrus-validate.sh postgres106
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure: on_failure:
reports_artifacts: reports_artifacts:
path: "**/build/reports/**/*" path: "**/build/reports/**/*"
QA_CATEGORY: Branch QA_CATEGORY: Branch
QA_CATEGORY: Upgrade QA_CATEGORY: Upgrade
QA_CATEGORY: HA QA_CATEGORY: HA
# gradle_cache:
# folder: ~/.gradle/caches
script: script:
- ./private/cirrus/cirrus-qa.sh postgres106 - ./private/cirrus/cirrus-qa.sh postgres106
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure: on_failure:
reports_artifacts: reports_artifacts:
path: "**/build/reports/**/*" path: "**/build/reports/**/*"
MSSQL_PID: Developer # this is the default edition MSSQL_PID: Developer # this is the default edition
ACCEPT_EULA: Y ACCEPT_EULA: Y
SA_PASSWORD: sonarqube!1 SA_PASSWORD: sonarqube!1
# gradle_cache:
# folder: ~/.gradle/caches
script: script:
- ./private/cirrus/cirrus-db-unit-test.sh mssql2017 - ./private/cirrus/cirrus-db-unit-test.sh mssql2017
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure: on_failure:
reports_artifacts: reports_artifacts:
path: "**/build/reports/**/*" path: "**/build/reports/**/*"
env: env:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
# gradle_cache:
# folder: ~/.gradle/caches
script: script:
- ./private/cirrus/cirrus-db-unit-test.sh postgres93 - ./private/cirrus/cirrus-db-unit-test.sh postgres93
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure: on_failure:
reports_artifacts: reports_artifacts:
path: "**/build/reports/**/*" path: "**/build/reports/**/*"
memory: 5Gb memory: 5Gb
env: env:
ORACLE_PWD: sonarqube ORACLE_PWD: sonarqube
# gradle_cache:
# folder: ~/.gradle/caches
script: script:
- ./private/cirrus/cirrus-db-unit-test.sh oracle12 - ./private/cirrus/cirrus-db-unit-test.sh oracle12
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure: on_failure:
reports_artifacts: reports_artifacts:
path: "**/build/reports/**/*" path: "**/build/reports/**/*"
CIRRUS_CLONE_DEPTH: 50 CIRRUS_CLONE_DEPTH: 50
matrix: matrix:
QA_CATEGORY: Upgrade QA_CATEGORY: Upgrade
# gradle_cache:
# folder: ~/.gradle/caches
script: script:
- ./private/cirrus/cirrus-qa.sh mssql2017 - ./private/cirrus/cirrus-qa.sh mssql2017
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure: on_failure:
reports_artifacts: reports_artifacts:
path: "**/build/reports/**/*" path: "**/build/reports/**/*"
CIRRUS_CLONE_DEPTH: 50 CIRRUS_CLONE_DEPTH: 50
matrix: matrix:
QA_CATEGORY: Upgrade QA_CATEGORY: Upgrade
# gradle_cache:
# folder: ~/.gradle/caches
script: script:
- ./private/cirrus/cirrus-qa.sh oracle12 - ./private/cirrus/cirrus-qa.sh oracle12
# cleanup_before_cache_script:
# - ./private/cirrus/cleanup-gradle-cache.sh
on_failure: on_failure:
reports_artifacts: reports_artifacts:
path: "**/build/reports/**/*" path: "**/build/reports/**/*"

Loading…
Cancel
Save