aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2023-02-07 10:12:45 +0100
committersonartech <sonartech@sonarsource.com>2023-02-07 20:47:56 +0000
commit233db75823c7a29a69423b79d6bb5016f7046759 (patch)
treecfe8bb77175726940a6384027a30086735f50246
parentbcd75f36ce26a17eeea53b392215414b2ba9c000 (diff)
downloadsonarqube-233db75823c7a29a69423b79d6bb5016f7046759.tar.gz
sonarqube-233db75823c7a29a69423b79d6bb5016f7046759.zip
[NO-JIRA] Better discrimate Gitlab task names
-rw-r--r--.cirrus.yml15
1 files changed, 10 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index e9eb0bc61ec..58e6f5917f5 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -405,6 +405,15 @@ qa_gitlab_task:
depends_on:
- build
- docker_gitlab_container_build
+ env:
+ QA_CATEGORY: GITLAB
+ matrix:
+ - name: qa_gitlab_latest
+ env:
+ - GITLAB_VERSION: latest
+ - name: qa_gitlab_oldest
+ env:
+ - GITLAB_VERSION: 15.6.2-ce.0
gke_container:
<<: *GKE_CONTAINER_TEMPLATE
cpu: 2.4
@@ -417,11 +426,7 @@ qa_gitlab_task:
- 443
cpu: 2
memory: 5Gb
- matrix:
- - image: us.gcr.io/sonarqube-team/sq-gitlab:latest
- - image: us.gcr.io/sonarqube-team/sq-gitlab:15.6.2-ce.0
- env:
- QA_CATEGORY: GITLAB
+ image: us.gcr.io/sonarqube-team/sq-gitlab:${GITLAB_VERSION}
script:
- ./private/cirrus/cirrus-qa.sh h2
<<: *DEFAULT_ARTIFACTS_TEMPLATE