From 40367bbd1bd8dd62a5a4bf4552787b23fc3033b1 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Wed, 6 Nov 2019 21:13:57 +0100 Subject: [PATCH] Also run flicker tests on cloud Such that we can compare real device and cloud result Test: Builds Change-Id: I1f8cd0c7e6a2344a35c70e0222541058edf330ce --- tests/FlickerTests/TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/FlickerTests/TEST_MAPPING b/tests/FlickerTests/TEST_MAPPING index f34c43248e1a5..db251b907caa3 100644 --- a/tests/FlickerTests/TEST_MAPPING +++ b/tests/FlickerTests/TEST_MAPPING @@ -1,8 +1,13 @@ { "postsubmit": [ + // Run tests on real device { "name": "FlickerTests", "keywords": ["primary-device"] + }, + // Also run the tests in the cloud + { + "name": "FlickerTests" } ] } \ No newline at end of file