Skip to content

Commit e27fb67

Browse files
BUILD-1577 migrate to new infra and BUILD-1551 update repox credentials (#87)
1 parent 1682f15 commit e27fb67

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.cirrus.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gcp_credentials: ENCRYPTED[!17c59813193e86cc337bce848b358412b90f50bc5fe1b8b39d363cdf14a41ebe76cfba0482e7f81d076994b9f6dbfb4c!]
1+
gcp_credentials: ENCRYPTED[!149d4005ecdba4cdd78bb5ba22756ebb98bf8e3367ee2e9ab08c5a1608c0d3e3b501904b67a1d67c0b63085e469d7dde!]
22

33
env:
44
ARTIFACTORY_URL: ENCRYPTED[!2f8fa307d3289faa0aa6791f18b961627ae44f1ef46b136e1a1e63b0b4c86454dbb25520d49b339e2d50a1e1e5f95c88!]
@@ -16,15 +16,16 @@ env:
1616
GITHUB_TOKEN: ENCRYPTED[!f458126aa9ed2ac526f220c5acb51dd9cc255726b34761a56fc78d4294c11089502a882888cef0ca7dd4085e72e611a5!]
1717

1818
container_definition: &CONTAINER_DEFINITION
19-
image: gcr.io/language-team/base:latest
20-
cluster_name: cirrus-ci-lt-cluster
21-
zone: us-central1-a
19+
image: eu.gcr.io/release-engineering-ci-prod/base:j11-latest
20+
cluster_name: cirrus-ci
21+
zone: europe-west4-b
2222
namespace: default
2323

2424
only_sonarsource_qa: &ONLY_SONARSOURCE_QA
25-
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
25+
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*" || $CIRRUS_BUILD_SOURCE == 'api' )
2626

2727
build_task:
28+
<<: *ONLY_SONARSOURCE_QA
2829
gke_container:
2930
<<: *CONTAINER_DEFINITION
3031
cpu: 2

0 commit comments

Comments
 (0)