Created
May 14, 2015 15:46
-
-
Save gregarndt/1fa147fc9146fde9a9ec to your computer and use it in GitHub Desktop.
testdroid device task
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"provisionerId": "aws-provisioner-v1", | |
"workerType": "testdroid-device", | |
"schedulerId": "task-graph-scheduler", | |
"taskGroupId": "-jkXrNuZSDaxUOTJAonaBA", | |
"routes": [ | |
"tc-treeherder-stage.b2g-inbound.8ffeb1702fd76f8752ece76b3ab0dde36b54f08f" | |
], | |
"retries": 5, | |
"created": "2015-05-14T11:06:06.261Z", | |
"deadline": "2015-05-15T11:06:12.703Z", | |
"expires": "2016-05-15T11:06:12.703Z", | |
"scopes": [ | |
"docker-worker:image:quay.io/mozilla/tester-device:0.0.3", | |
"queue:create-task:aws-provisioner/testdroid-device", | |
"docker-worker:cache:tc-vcs" | |
], | |
"payload": { | |
"features": { | |
"testdroidProxy": true | |
}, | |
"maxRunTime": 7200, | |
"image": "quay.io/mozilla/tester-device:0.0.3", | |
"cache": { | |
"tc-vcs": "/home/worker/.tc-vcs" | |
}, | |
"artifacts": { | |
"private/logs": { | |
"path": "/home/worker/upload/logs/", | |
"expires": "2016-05-13T11:06:12.703745Z", | |
"type": "directory" | |
}, | |
"private/device.json": { | |
"path": "/home/worker/data/device.json", | |
"expires": "2016-05-13T11:06:12.695768Z", | |
"type": "file" | |
} | |
}, | |
"command": [ | |
"gaiatest --testvars=/home/worker/data/gaia_testvars.json --testvars=/home/worker/data/device.json --adb-host=$PROXY_HOST --adb-port=$ADB_PORT --address=$PROXY_HOST:$MARIONETTE_PORT --device $SERIAL_ID --xml-output=/home/worker/upload/logs/xml_output.xml --timeout=10000 --log-html=/home/worker/upload/logs/index.html --restart --type=b2g+dsds --log-mach=- --log-raw=/home/worker/upload/logs/raw.log gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/manifest.ini\n" | |
], | |
"env": { | |
"MOZHARNESS_REPOSITORY": "https://hg.mozilla.org/build/mozharness", | |
"DEVICE_CAPABILITIES": "{\"type\":\"flame\",\"memory\":\"319\",\"sims\": \"2\",\"build\":\"https://queue.taskcluster.net/v1/task/FvweDihVTPqS726Dsw1sUw/artifacts/private/build/flame-kk.zip\"}", | |
"GAIA_REV": "f2da2aa0e6dff6c55c6d871e50cadf742a796cb0", | |
"MOZHARNESS_REV": "49f913fc2fb7", | |
"GAIA_BASE_REPOSITORY": "https://hg.mozilla.org/integration/gaia-central", | |
"GAIA_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/gaia-central", | |
"GAIA_REF": "f2da2aa0e6dff6c55c6d871e50cadf742a796cb0" | |
} | |
}, | |
"metadata": { | |
"owner": "[email protected]", | |
"source": "http://todo.com/soon", | |
"name": "[TC] Gaia Python Integration Functional DSDS Tests", | |
"description": "Gaia Python Integration Functional DSDS Tests run" | |
}, | |
"tags": { | |
"createdForUser": "ffxbld" | |
}, | |
"extra": { | |
"chunks": { | |
"current": 1, | |
"total": 1 | |
}, | |
"treeherder": { | |
"groupSymbol": "tc-Gip", | |
"collection": { | |
"opt": true | |
}, | |
"productName": "b2g", | |
"machine": { | |
"platform": "b2g-device-image" | |
}, | |
"groupName": "Gaia Python Integration Tests", | |
"build": { | |
"platform": "b2g-device-image" | |
}, | |
"symbol": "f-dsds" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment