From 9df52140e2c0a867d39973e2bea79c9c167b236e Mon Sep 17 00:00:00 2001 From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Tue, 15 Sep 2020 16:29:06 +0200 Subject: [PATCH] BUILD-838 Move CI to US region --- .cirrus.yml | 8 ++++---- 1 file 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 -- 2.39.5