From ef1c3c49fb588b34c53f6c8c2b4352a9dcbfc789 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Wed, 3 Apr 2024 17:41:55 +0300 Subject: [PATCH] ci: do not install metrics for reusable test metrics 1.0.0 cannot be installed together with Tarantool 3.x: they override built-in ones, but they're too old to work with 3.x config default setup which uses [1]. 1. https://github.com/tarantool/metrics/commit/4865675c22f1b94248cb6ed5d818a73ea7713270 --- .github/workflows/reusable_test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/reusable_test.yml b/.github/workflows/reusable_test.yml index f5a73280..35f12d9a 100644 --- a/.github/workflows/reusable_test.yml +++ b/.github/workflows/reusable_test.yml @@ -40,11 +40,6 @@ jobs: - name: Install requirements run: ./deps.sh - - name: Install metrics - run: | - tt init - tt rocks install metrics 1.0.0 - # This server starts and listen on 8084 port that is used for tests - name: Stop Mono server run: sudo kill -9 $(sudo lsof -t -i tcp:8084) || true