https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b9f466f0a9e1de587c3c9a7d5cc006abdf414ff0 authored by Ryan VanderMeulen on 29 June 2015, 15:32:20 UTC
No bug - Pin mozharness.json to mozilla-b2g37_v2_2 rather than tracking a specific revision since the branch is only receiving targeted landings. a=test-only
Tip revision: b9f466f
machine-configuration.json
{
    "win7": {
        "screen_resolution": {
            "x": 1280,
            "y": 1024 
        },
        "mouse_position": {
            "x": 1010,
            "y": 10
        }
    }
}
back to top