From e86fdbec265cdd74df81dbdd4246e44aef0ebf99 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 24 Nov 2022 10:55:32 +0300 Subject: [PATCH] - Use mock_options instead of mock --- build_configs.json | 2 +- example.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_configs.json b/build_configs.json index 708e8be..7478efd 100644 --- a/build_configs.json +++ b/build_configs.json @@ -3,7 +3,7 @@ "c8": { "linked_builds": [1221,2323], "build_flavors": [7,8], - "mock": { + "mock_options": { "definitions": { "test": "1" }, diff --git a/example.json b/example.json index c1c9a27..d65001d 100644 --- a/example.json +++ b/example.json @@ -3,7 +3,7 @@ "branch_template(a9*, a9, a9-stream*,)": { "linked_builds": [], "build_flavors": [], - "mock": { + "mock_options": { "definitions": { "macro_name": "macro_value" },