diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-09-18 20:06:35 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-09-19 10:54:37 +0200 |
commit | 4d07af93ef1cc3665e102f8374095ea65cc4e519 (patch) | |
tree | 56c42e7d341b9fa49f8ba348ec403b394f9868cc /.cirrus.yml | |
parent | 7c794b63a150d22bf78ab8b3359baf66761588b8 (diff) | |
download | sonarqube-4d07af93ef1cc3665e102f8374095ea65cc4e519.tar.gz sonarqube-4d07af93ef1cc3665e102f8374095ea65cc4e519.zip |
Improve documentation of performance tests in .cirrus.yml
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 05d9034ee9b..b54fa23f4c7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -140,5 +140,8 @@ 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 |