From 445292b0793d06b506567765033f708e5ad729ac Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Tue, 26 Oct 2021 11:29:57 +0300 Subject: [PATCH] change pr type (#8143) --- tests/time_tests/test_runner/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/time_tests/test_runner/conftest.py b/tests/time_tests/test_runner/conftest.py index b7cce72c65f..e7901121c50 100644 --- a/tests/time_tests/test_runner/conftest.py +++ b/tests/time_tests/test_runner/conftest.py @@ -313,7 +313,7 @@ def manifest_metadata(request): { "type": "object", "properties": { - "product_type": {"enum": ["private_linux_ubuntu_18_04", "private_windows_vs2019"]}, + "product_type": {"type": "string"}, "repo_url": {"type": "string"}, "commit_sha": {"type": "string"}, "commit_date": {"type": "string"},