Also run flicker tests on cloud

Such that we can compare real device and cloud result

Test: Builds
Change-Id: I1f8cd0c7e6a2344a35c70e0222541058edf330ce
This commit is contained in:
Jorim Jaggi
2019-11-06 21:13:57 +01:00
parent 4bb8e78cbc
commit 40367bbd1b

View File

@@ -1,8 +1,13 @@
{
"postsubmit": [
// Run tests on real device
{
"name": "FlickerTests",
"keywords": ["primary-device"]
},
// Also run the tests in the cloud
{
"name": "FlickerTests"
}
]
}