<HTML><BODY><div>LGTM<br><br> <blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">Четверг, 14 мая 2020, 13:29 +03:00 от Alexander V. Tikhonov <avtikhon@tarantool.org>:<br> <div id=""><div class="js-helper js-readmsg-msg"><style type="text/css"></style><div><div id="style_15894521800955766242_BODY">Release branches should be regularly run using gitlab-ci pipeline<br>schedules:<br>  <a href="https://gitlab.com/tarantool/tarantool/pipeline_schedules" target="_blank">https://gitlab.com/tarantool/tarantool/pipeline_schedules</a><br>It will help to detect flaky issues. But there is no need to rerun<br>too long running performance testing, to block it in schedules the<br>option 'schedules' in 'except:' field was set.<br><br>Part of #4974<br>---<br><br>Github: <a href="https://github.com/tarantool/tarantool/tree/avtikhon/schedule_except_perf" target="_blank">https://github.com/tarantool/tarantool/tree/avtikhon/schedule_except_perf</a><br>Issue: <a href="https://github.com/tarantool/tarantool/issues/4974" target="_blank">https://github.com/tarantool/tarantool/issues/4974</a><br><br> .gitlab-ci.yml | 2 ++<br> 1 file changed, 2 insertions(+)<br><br>diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml<br>index c7f58b98d..256b368c4 100644<br>--- a/.gitlab-ci.yml<br>+++ b/.gitlab-ci.yml<br>@@ -32,6 +32,8 @@ variables:<br>   only:<br>     - master<br>     - /^.*-perf$/<br>+ except:<br>+ - schedules<br>   variables: &perf_vars_definition<br>     IMAGE_PERF: "${CI_REGISTRY}/${CI_PROJECT_PATH}/perf/ubuntu-bionic:perf_master"<br>     IMAGE_PERF_BUILT: "${CI_REGISTRY}/${CI_PROJECT_PATH}/perf_tmp/ubuntu-bionic:perf_${CI_COMMIT_SHORT_SHA}"<br>--<br>2.17.1<br> </div></div></div></div></blockquote> <div> </div><div data-signature-widget="container"><div data-signature-widget="content"><div>--<br>Oleg Piskunov</div></div></div><div> </div></div></BODY></HTML>