瀏覽代碼

Move Cirrus pipeline to europe-west3-a

tags/7.5
Simon Brandhof 5 年之前
父節點
當前提交
f208a86ce9
共有 1 個文件被更改,包括 10 次插入10 次删除
  1. 10
    10
      .cirrus.yml

+ 10
- 10
.cirrus.yml 查看文件

timeout_in: 90m timeout_in: 90m
gke_container: gke_container:
image: gradle:4.10.1-jdk8 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 namespace: default
cpu: 3 cpu: 3
memory: 10Gb memory: 10Gb
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next'
gke_container: gke_container:
image: gcr.io/ci-cd-215716/sonar-enterprise-bash:0.0.1 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 namespace: default
cpu: 1 cpu: 1
memory: 1Gb memory: 1Gb
timeout_in: 90m timeout_in: 90m
gke_container: gke_container:
image: gcr.io/ci-cd-215716/sonar-enterprise-build:0.0.3 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 namespace: default
cpu: 2.4 cpu: 2.4
memory: 10Gb memory: 10Gb
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next'
gke_container: gke_container:
image: gcr.io/ci-cd-215716/sonar-enterprise-qa:0.0.2 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 namespace: default
cpu: 2.4 cpu: 2.4
memory: 10Gb memory: 10Gb
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next'
gke_container: gke_container:
image: gcr.io/ci-cd-215716/sonar-enterprise-bash:0.0.1 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 namespace: default
cpu: 1 cpu: 1
memory: 1Gb memory: 1Gb

Loading…
取消
儲存