diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2022-09-30 14:54:39 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-26 20:03:00 +0000 |
commit | 25c348dc73ec1580b1129df27f54066702abf91b (patch) | |
tree | a12a5894da32acc943b5e8ebe018ea63088e21b2 /.cirrus.star | |
parent | e59c738af8c72ac5e0e5590d40b064dea15cc163 (diff) | |
download | sonarqube-25c348dc73ec1580b1129df27f54066702abf91b.tar.gz sonarqube-25c348dc73ec1580b1129df27f54066702abf91b.zip |
BUILD-2275 Migrate CirrusCI to AWS
use eks_container instead of gke_container
use ec2_instance instead of gce_instance
tune containers
move GitLab build to re-ci-images
Reviewed-by: drautureau-sonarsource
Diffstat (limited to '.cirrus.star')
-rw-r--r-- | .cirrus.star | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.cirrus.star b/.cirrus.star index eadc3994256..28b17b70fc3 100644 --- a/.cirrus.star +++ b/.cirrus.star @@ -1,7 +1,4 @@ load("github.com/SonarSource/cirrus-modules@v2", "load_features") def main(ctx): - return load_features( - ctx, - features=["vault"] - )
\ No newline at end of file + return load_features(ctx) |