diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2020-09-15 16:29:06 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-09-15 20:07:25 +0000 |
commit | 9df52140e2c0a867d39973e2bea79c9c167b236e (patch) | |
tree | 07476045ba324242a7b3f2eb502f121c56ca1ded /.cirrus.yml | |
parent | ad4424906d27fc58f51e250532e49009a421fb87 (diff) | |
download | sonarqube-9df52140e2c0a867d39973e2bea79c9c167b236e.tar.gz sonarqube-9df52140e2c0a867d39973e2bea79c9c167b236e.zip |
BUILD-838 Move CI to US region
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index cf0dc0e2a2b..efea6e4cded 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -35,16 +35,16 @@ task_only_nightly_depending_on_build_template: &TASK_ONLY_NIGHTLY_DEPENDING_ON_B docker_build_container_template: &GKE_CONTAINER_TEMPLATE dockerfile: private/docker/Dockerfile-build builder_image_project: sonarqube-team - builder_image_name: docker-builder-v20200821 + builder_image_name: docker-builder-v20200915 cluster_name: cirrus-ci-cluster - zone: europe-west4-a + zone: us-central1-a namespace: default cpu: 1 memory: 1Gb oracle_additional_container_template: &ORACLE_ADDITIONAL_CONTAINER_TEMPLATE name: oracle - image: gcr.io/sonarqube-team/oracle12:0.0.1 # see https://github.com/SonarSource/vms/blob/master/docker/README.md#oracle-12c to build it + image: us.gcr.io/sonarqube-team/oracle12:0.0.1 # see https://github.com/SonarSource/vms/blob/master/docker/README.md#oracle-12c to build it port: 1521 cpu: 2 memory: 5Gb @@ -400,4 +400,4 @@ upgd_oracle12_task: script: - ./private/cirrus/cirrus-qa.sh oracle12 on_failure: - <<: *REPORTS_JUNIT_ON_FAILURE_TEMPLATE
\ No newline at end of file + <<: *REPORTS_JUNIT_ON_FAILURE_TEMPLATE |