From 27f28caabeeead705a1e78154e8fed358be13151 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 12 Oct 2018 15:05:51 +0200 Subject: [PATCH] Drop performance tests https://discuss.sonarsource.com/t/replacing-our-performance-testing-machine-and-maybe-the-way-we-test-performances/1267/7 --- .cirrus.yml | 7 ------- 1 file changed, 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 -- 2.39.5