summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-06-25 05:35:16 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-06-25 05:35:16 +0200
commita6238e079b4e8e62d3e23f019e0895c626133c83 (patch)
tree5c840202b0e02237a9a6b6acfdd613d78d38624a /taskgraph.json
parent28f425dac57db417b2a701fa99ef4ad73da0a729 (diff)
downloadbugzilla-a6238e079b4e8e62d3e23f019e0895c626133c83.tar.gz
bugzilla-a6238e079b4e8e62d3e23f019e0895c626133c83.tar.xz
Bug 1144485: Adapt upstream Selenium test suite to BMO
Diffstat (limited to 'taskgraph.json')
-rw-r--r--taskgraph.json79
1 files changed, 77 insertions, 2 deletions
diff --git a/taskgraph.json b/taskgraph.json
index a33606cd8..25270b328 100644
--- a/taskgraph.json
+++ b/taskgraph.json
@@ -13,8 +13,8 @@
"metadata": {
"name": "Basic Sanity Tests"
},
- "provisionerId": "aws-provisioner",
- "workerType": "gaia",
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
"payload": {
"image": "dklawren/webtools-bmo-bugzilla",
"command": ["/runtests.sh"],
@@ -35,6 +35,81 @@
}
}
}
+ },
+ {
+ "reruns": 3,
+ "maxRunTime": 7200,
+ "task": {
+ "metadata": {
+ "name": "WebService API Tests"
+ },
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
+ "payload": {
+ "image": "dklawren/webtools-bmo-bugzilla",
+ "command": ["/runtests.sh"],
+ "env": {
+ "TEST_SUITE": "webservices"
+ },
+ "artifacts": {
+ "public/runtests_log": {
+ "type": "file",
+ "path": "/runtests.log",
+ "expires": "2016-02-17T17:33:38.806Z"
+ },
+ "public/httpd_error_log": {
+ "type": "file",
+ "path": "/var/log/httpd/error_log",
+ "expires": "2016-02-17T17:33:38.806Z"
+ }
+ }
+ },
+ "extra": {
+ "treeherder": {
+ "symbol": "API"
+ }
+ }
+ }
+ },
+ {
+ "reruns": 3,
+ "maxRunTime": 7200,
+ "task": {
+ "metadata": {
+ "name": "Selenium Tests"
+ },
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
+ "payload": {
+ "image": "dklawren/webtools-bmo-bugzilla",
+ "command": ["/runtests.sh"],
+ "env": {
+ "TEST_SUITE": "selenium"
+ },
+ "artifacts": {
+ "public/runtests_log": {
+ "type": "file",
+ "path": "/runtests.log",
+ "expires": "2016-02-17T17:33:38.806Z"
+ },
+ "public/httpd_error_log": {
+ "type": "file",
+ "path": "/var/log/httpd/error_log",
+ "expires": "2016-02-17T17:33:38.806Z"
+ },
+ "public/selenium_log": {
+ "type": "file",
+ "path": "/selenium.log",
+ "expires": "2016-02-17T17:33:38.806Z"
+ }
+ }
+ },
+ "extra": {
+ "treeherder": {
+ "symbol": "Sel"
+ }
+ }
+ }
}
]
}