From 3255a37b9f8feab6ce9f2b7cc6ef9709a12a4f4c Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov Date: Wed, 24 Jun 2020 18:55:49 +0300 Subject: [PATCH] Do not update PVS Studio docker automatically. They keep removing the old image every couple of weeks, and the entire docker update fails. --- docker/images.json | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/images.json b/docker/images.json index 7a8b4e57244..749129e65dd 100644 --- a/docker/images.json +++ b/docker/images.json @@ -6,7 +6,6 @@ "docker/test/compatibility/ubuntu": "yandex/clickhouse-test-old-ubuntu", "docker/test/integration/base": "yandex/clickhouse-integration-test", "docker/test/performance-comparison": "yandex/clickhouse-performance-comparison", - "docker/test/pvs": "yandex/clickhouse-pvs-test", "docker/test/stateful": "yandex/clickhouse-stateful-test", "docker/test/stateful_with_coverage": "yandex/clickhouse-stateful-test-with-coverage", "docker/test/stateless": "yandex/clickhouse-stateless-test",