From 0de6ffc383022e3ebfb658a729a0c9d7d7b026c4 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Mon, 27 Jan 2020 16:31:33 +0200 Subject: [build] Cleanup CircleCI configuration - Remove the legacy build jobs - Remove the next- namespace. --- metrics/ios-render-test-runner-style.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 metrics/ios-render-test-runner-style.json (limited to 'metrics/ios-render-test-runner-style.json') diff --git a/metrics/ios-render-test-runner-style.json b/metrics/ios-render-test-runner-style.json new file mode 100644 index 0000000000..432edb11a2 --- /dev/null +++ b/metrics/ios-render-test-runner-style.json @@ -0,0 +1,18 @@ +{ + "base_test_path": "integration", + "cache_path": "cache-style.db", + "expectation_paths": [ + "expectations/platform-all", + "expectations/platform-ios" + ], + "ignore_paths": [ + "ignores/platform-all.json", + "ignores/platform-macos.json", + "ignores/platform-ios.json" + ], + "metric_path": "ios-render-test-runner", + "probes": [ + "probeGFX", + "probeNetwork" + ] +} \ No newline at end of file -- cgit v1.2.1