diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2022-10-20 11:35:27 +0200 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2022-10-20 20:44:25 +0200 |
commit | 03327c29330215a869cc50a11fdb77bbc7aa0e97 (patch) | |
tree | eec5b74ebe4d520f4f5847b1a23c5756159ad6be /.cirrus.yml | |
parent | 5c518d6a6f1a30bed62836790c1233b3f2e763fd (diff) | |
download | sonar-scanner-cli-03327c29330215a869cc50a11fdb77bbc7aa0e97.tar.gz sonar-scanner-cli-03327c29330215a869cc50a11fdb77bbc7aa0e97.zip |
BUILD-2026 Remove the suffix of CirrusCI role and K8s Cluster name
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 1c2b4cb..22a594d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ aws_credentials: - role_arn: arn:aws:iam::275878209202:role/CirrusCI-prod + role_arn: arn:aws:iam::275878209202:role/CirrusCI role_session_name: cirrus region: eu-central-1 @@ -35,7 +35,7 @@ env: # eks_container: &EKS_CONTAINER region: eu-central-1 - cluster_name: CirrusCI-prod + cluster_name: CirrusCI namespace: default image: 275878209202.dkr.ecr.eu-central-1.amazonaws.com/base:j11-m3-latest cpu: 1 |