summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-05 18:21:54 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-05 18:21:54 +0200
commit53ca09e447e80e6162750c493c16b1ab23b76d7f (patch)
treeed790c79977c3633abf982ec2936d686066bd692
parent502cc4f0865d64517b4a4588209cf92d3068e3ee (diff)
downloadqtlocation-mapboxgl-upstream/alexshalamov_ci_specific_metrics.tar.gz
[metrics] Run gfx, network and memory probes in 'rebaseline' modeupstream/alexshalamov_ci_specific_metrics
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 0368c44ab3..05ccf3c247 100644
--- a/circle.yml
+++ b/circle.yml
@@ -797,13 +797,13 @@ jobs:
steps:
- next-metrics:
step_name: 'Memory Metrics'
- metrics_params: 'render-tests -p metrics/$CIRCLE_JOB-probe-memory.json'
+ metrics_params: 'render-tests -u rebaseline -p metrics/$CIRCLE_JOB-probe-memory.json'
- when:
condition: << parameters.gfx_and_network_metrics >>
steps:
- next-metrics:
step_name: 'GFX and Network Metrics'
- metrics_params: 'render-tests -p metrics/$CIRCLE_JOB-probe-gfx-network.json'
+ metrics_params: 'render-tests -u rebaseline -p metrics/$CIRCLE_JOB-probe-gfx-network.json'
- next-save
# ------------------------------------------------------------------------------
node-linux-release: