summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-10-12 15:05:51 +0200
committerSonarTech <sonartech@sonarsource.com>2018-10-16 16:41:52 +0200
commit27f28caabeeead705a1e78154e8fed358be13151 (patch)
tree8e88a6069def9f9a8492acdf67d7c2880e849cf0 /.cirrus.yml
parent23cfcf9dbcbc6e52857b46a7e7773485d60460dd (diff)
downloadsonarqube-27f28caabeeead705a1e78154e8fed358be13151.tar.gz
sonarqube-27f28caabeeead705a1e78154e8fed358be13151.zip
Drop performance tests
https://discuss.sonarsource.com/t/replacing-our-performance-testing-machine-and-maybe-the-way-we-test-performances/1267/7
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index caacf5ad032..f6cd3237b13 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -23,9 +23,6 @@ env:
OPS_JENKINS_PASSWORD: ENCRYPTED[a035a2826c3bc971288284a59bd00dda193d8a81e7809e08bf4ec59b68894c16f30095a567e65755240bb7f919c2e0bf]
# DOCS_JOB_TOKEN: token required to launch the deployment of documentation job on ops-jenkins (see private/cirrus/cirrus-trigger-deploy-docs.sh)
DOCS_JOB_TOKEN: ENCRYPTED[7771f76a0fc0038f9929c32d98588963c8dcda6148ba054f57358bc17faa109ac638134c89067f3bacc8933d2fa2c541]
- # PERF_JOB_TOKEN: token required to launch the performance job on cix (see private/cirrus/cirrus-trigger-perf.sh)
- # token required to launch the performance job on cix (see private/cirrus/cirrus-trigger-perf.sh)
- PERF_JOB_TOKEN: ENCRYPTED[897955ea5d84f35a47fe71528d1c86b2e9d6deb189f62a43ce2b0d8879dd85cbc406f17ec4d0a4c97b7424ce40794eb5]
# analysis on next.sonarqube.com
SONARQUBE_NEXT_TOKEN: ENCRYPTED[e3d98fa0ecceb015e9803d47f78c3040f5a710d678a631107635d69f650d4e53ecaf2e2334cc1fe0c47037ec915dcda0]
# could be used in Artifactory statistics
@@ -146,8 +143,4 @@ promote_task:
cpu: 1
memory: 1Gb
script:
- # performance tests are executed on an internal infrastructure. Results are pushed to pipeline in burgr asynchronously,
- # so after the promotion of artifacts.
- # By default performance tests are executed only on master and maintenance branches.
- - if [ "$CIRRUS_BRANCH" == 'master' ] || [[ "$CIRRUS_BRANCH" == "branch-"* ]]; then ./private/cirrus/cirrus-trigger-perf.sh; fi
- ./private/cirrus/cirrus-promote.sh