From 4d07af93ef1cc3665e102f8374095ea65cc4e519 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 18 Sep 2018 20:06:35 +0200 Subject: [PATCH] Improve documentation of performance tests in .cirrus.yml --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5