aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2019-03-28 18:22:50 +0100
committerSonarTech <sonartech@sonarsource.com>2019-03-29 20:21:43 +0100
commit3ed0ac5e6166a0c866e258095db7c23eb74c97a3 (patch)
treed357ecffe3e428b89435bac9257c258b20a83297 /.cirrus.yml
parent1c87d6080058f7e4cc4b91f2fc86a473f3480538 (diff)
downloadsonarqube-3ed0ac5e6166a0c866e258095db7c23eb74c97a3.tar.gz
sonarqube-3ed0ac5e6166a0c866e258095db7c23eb74c97a3.zip
Do not run postgreSQL tasks in nightly build
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index fdac6b10fdc..8d67b86ac59 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -74,7 +74,7 @@ deploy_docs_task:
validate_task:
depends_on: build
- only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master"
+ only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_TAG != "nightly-build"
timeout_in: 90m
gke_container:
dockerfile: private/docker/Dockerfile-build
@@ -103,7 +103,7 @@ validate_task:
qa_task:
depends_on: build
- only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master"
+ only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_TAG != "nightly-build"
gke_container:
dockerfile: private/docker/Dockerfile-build
builder_image_project: ci-cd-215716
@@ -152,7 +152,7 @@ promote_task:
- build
- validate
- qa
- only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master"
+ only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_TAG != "nightly-build"
gke_container:
dockerfile: private/docker/Dockerfile-build
builder_image_project: ci-cd-215716