diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2018-11-06 13:47:27 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-11-07 20:21:01 +0100 |
commit | 137d3156ea4f0acc739e58ae9e99651c8217f335 (patch) | |
tree | 8d4612d3ee1f914e1d908a0ede584595789f3fbd /.cirrus.yml | |
parent | 7ace9bd0471a2600c970de7d0706e7b7e1a8ae2a (diff) | |
download | sonarqube-137d3156ea4f0acc739e58ae9e99651c8217f335.tar.gz sonarqube-137d3156ea4f0acc739e58ae9e99651c8217f335.zip |
Cirrus - Use new cluster with HDD nodes (no loss of performances)
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 4b30b1d97e0..23dffbcf293 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -34,7 +34,7 @@ build_task: timeout_in: 90m gke_container: image: gradle:4.10.1-jdk8 - cluster_name: cirrus-euw3-cluster + cluster_name: cirrus-euw3a-cluster zone: europe-west3-a namespace: default cpu: 3 @@ -54,7 +54,7 @@ deploy_docs_task: auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' gke_container: image: gcr.io/ci-cd-215716/sonar-enterprise-bash:0.0.1 - cluster_name: cirrus-euw3-cluster + cluster_name: cirrus-euw3a-cluster zone: europe-west3-a namespace: default cpu: 1 @@ -71,7 +71,7 @@ validate_task: timeout_in: 90m gke_container: image: gcr.io/ci-cd-215716/sonar-enterprise-build:0.0.3 - cluster_name: cirrus-euw3-cluster + cluster_name: cirrus-euw3a-cluster zone: europe-west3-a namespace: default cpu: 2.4 @@ -100,7 +100,7 @@ qa_task: auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' gke_container: image: gcr.io/ci-cd-215716/sonar-enterprise-qa:0.0.2 - cluster_name: cirrus-euw3-cluster + cluster_name: cirrus-euw3a-cluster zone: europe-west3-a namespace: default cpu: 2.4 @@ -146,7 +146,7 @@ promote_task: auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' gke_container: image: gcr.io/ci-cd-215716/sonar-enterprise-bash:0.0.1 - cluster_name: cirrus-euw3-cluster + cluster_name: cirrus-euw3a-cluster zone: europe-west3-a namespace: default cpu: 1 |