diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2020-09-02 11:28:45 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-09-02 20:07:06 +0000 |
commit | 09c527420d6247af8c52e1cac7aea54b893675a7 (patch) | |
tree | b14f020b17074256831e645e3c40af099e03997f /.cirrus.yml | |
parent | 6fd40a8af54818efb8c29c8a01102121a529099e (diff) | |
download | sonarqube-09c527420d6247af8c52e1cac7aea54b893675a7.tar.gz sonarqube-09c527420d6247af8c52e1cac7aea54b893675a7.zip |
BUILD-811 Fix gitlab task.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f4860a6563f..e3a007e26b3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -176,17 +176,9 @@ qa_ha_task: # GitLab QA is executed in a dedicated task in order to not slow down the pipeline, as a GitLab on-prem server docker image is required. qa_gitlab_task: - depends_on: build - # Comment the following line and commit with message "DO NOT MERGE" in order to run - # this task on your branch - only_if: $CIRRUS_BRANCH == "branch-nightly-build" + <<: *TASK_ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE gke_container: - dockerfile: private/docker/Dockerfile-build - builder_image_project: ci-cd-215716 - builder_image_name: docker-builder-v1 - cluster_name: cirrus-uscentral1a-cluster - zone: us-central1-a - namespace: default + <<: *GKE_CONTAINER_TEMPLATE cpu: 2.4 memory: 5Gb additional_containers: @@ -221,10 +213,7 @@ qa_gitlab_task: # SAML QA is executed in a dedicated task in order to not slow down the pipeline, as a Keycloak server docker image is required. qa_saml_task: - depends_on: build - # Comment the following line and commit with message "DO NOT MERGE" in order to run - # this task on your branch - only_if: $CIRRUS_BRANCH == "branch-nightly-build" + <<: *TASK_ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE gke_container: <<: *GKE_CONTAINER_TEMPLATE cpu: 2.4 |