From 17c2f0477e57132fc7bcf3f94e3e5fa0f46618a2 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 24 Nov 2022 11:41:05 +0300 Subject: [PATCH] Add new test data --- build_configs.json | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/build_configs.json b/build_configs.json index ea0c162..0d49d49 100644 --- a/build_configs.json +++ b/build_configs.json @@ -13,5 +13,62 @@ "enable_modules": ["idm:DL1"] } } + }, + "almalinux-release": { + "c8": { + "linked_builds": [1221,2323], + "build_flavors": ["AlmaLinux-8-beta", "AlmaLinux-9-beta", "dotnet-build"], + "mock_options": { + "definitions": { + "test": "1" + }, + "with": ["test"], + "without": ["tests"], + "yum_exclude": ["release*"], + "enable_modules": ["idm:DL1"] + } + } + }, + "perl-DateTime-Locale": { + "c8": { + "linked_builds": [1221,2323], + "build_flavors": ["dotnet-build"], + "mock_options": { + "definitions": { + "test": "1" + }, + "with": ["test"], + "without": ["tests"], + "yum_exclude": ["release*"], + "enable_modules": ["idm:DL1"] + } + } + }, + "perl-DateTime-TimeZone": { + "c8": { + "mock_options": { + "definitions": { + "test": "1" + }, + "with": ["test"], + "without": ["tests"], + "yum_exclude": ["release*"], + "enable_modules": ["idm:DL1"] + } + } + }, + "perl-DateTime-Format-Strptime": { + "c8": { + "linked_builds": [1221], + "mock_options": { + "definitions": { + "test": "1" + }, + "with": ["test"], + "without": ["tests"], + "yum_exclude": ["release*"], + "enable_modules": ["idm:DL1"] + } + } } } \ No newline at end of file