diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-10-12 14:06:06 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-16 16:41:52 +0200 |
commit | 23cfcf9dbcbc6e52857b46a7e7773485d60460dd (patch) | |
tree | 9e8dd42518ed7ba230eaf17fda8b0f88d658c849 /.cirrus.yml | |
parent | 86db744a5fc2ac3c998fc5c126c1298e9c085df9 (diff) | |
download | sonarqube-23cfcf9dbcbc6e52857b46a7e7773485d60460dd.tar.gz sonarqube-23cfcf9dbcbc6e52857b46a7e7773485d60460dd.zip |
Move Cirrus builds to Europe
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 009f983b1da..caacf5ad032 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -37,8 +37,8 @@ build_task: timeout_in: 90m gke_container: image: gradle:4.10.1-jdk8 - cluster_name: cirrus-cluster - zone: us-central1-a + cluster_name: cirrus-euw3-cluster + zone: europe-west3-a namespace: default cpu: 3 memory: 10Gb @@ -55,8 +55,8 @@ 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-cluster - zone: us-central1-a + cluster_name: cirrus-euw3-cluster + zone: europe-west3-a namespace: default cpu: 1 memory: 1Gb @@ -70,8 +70,8 @@ validate_task: timeout_in: 90m gke_container: image: gcr.io/ci-cd-215716/sonar-enterprise-build:0.0.3 - cluster_name: cirrus-cluster - zone: us-central1-a + cluster_name: cirrus-euw3-cluster + zone: europe-west3-a namespace: default cpu: 2.4 memory: 10Gb @@ -97,8 +97,8 @@ 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-cluster - zone: us-central1-a + cluster_name: cirrus-euw3-cluster + zone: europe-west3-a namespace: default cpu: 2.4 memory: 10Gb @@ -140,8 +140,8 @@ 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-cluster - zone: us-central1-a + cluster_name: cirrus-euw3-cluster + zone: europe-west3-a namespace: default cpu: 1 memory: 1Gb |