diff options
author | David Lawrence <dkl@mozilla.com> | 2017-02-21 17:21:10 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-02-21 17:21:10 +0100 |
commit | bbd5ffb01a1f9feb277dd33e8b4333840fb26949 (patch) | |
tree | 17eac737f5d855001e87582bea480d90529359e0 | |
parent | bfebc6fe2d191092baec4a3f8106288e910c752e (diff) | |
download | bugzilla-bbd5ffb01a1f9feb277dd33e8b4333840fb26949.tar.gz bugzilla-bbd5ffb01a1f9feb277dd33e8b4333840fb26949.tar.xz |
- Removing taskgraph.json file to from master branch previously used for Treeherder/Taskcluster testing
-rw-r--r-- | taskgraph.json | 173 |
1 files changed, 0 insertions, 173 deletions
diff --git a/taskgraph.json b/taskgraph.json deleted file mode 100644 index e0eda2044..000000000 --- a/taskgraph.json +++ /dev/null @@ -1,173 +0,0 @@ -{ - "metadata": { - "name": "BMO Task Graph", - "description": "A suite of tests to check the quality of the BMO codebase.", - "owner": "dlawrence@mozilla.com", - "source": "https://raw.githubusercontent.com/mozilla-bteam/bmo/master/taskgraph.json" - }, - "tasks": [ - { - "reruns": 3, - "maxRunTime": 3000, - "task": { - "expires": "2018-02-18T17:33:38.806Z", - "metadata": { - "name": "Basic Sanity Tests" - }, - "provisionerId": "aws-provisioner-v1", - "workerType": "b2gtest", - "payload": { - "image": "mozillabteam/bmo-ci", - "command": ["runtests.sh"], - "env": { - "TEST_SUITE": "sanity" - }, - "artifacts": { - "public/runtests_log": { - "type": "file", - "path": "/var/log/runtests.log", - "expires": "2018-02-17T17:33:38.806Z" - } - } - }, - "extra": { - "treeherder": { - "symbol": "San", - "machine": { - "platform": "linux64" - }, - "build": { - "platform": "linux64" - } - } - } - } - }, - { - "reruns": 3, - "maxRunTime": 3000, - "task": { - "expires": "2018-02-18T17:33:38.806Z", - "metadata": { - "name": "Documentation Build Test" - }, - "provisionerId": "aws-provisioner-v1", - "workerType": "b2gtest", - "payload": { - "image": "mozillabteam/bmo-ci", - "command": ["runtests.sh"], - "env": { - "TEST_SUITE": "docs" - }, - "artifacts": { - "public/runtests_log": { - "type": "file", - "path": "/var/log/runtests.log", - "expires": "2018-02-17T17:33:38.806Z" - } - } - }, - "extra": { - "treeherder": { - "symbol": "Doc", - "machine": { - "platform": "linux64" - }, - "build": { - "platform": "linux64" - } - } - } - } - }, - { - "reruns": 3, - "maxRunTime": 7200, - "task": { - "expires": "2018-02-18T17:33:38.806Z", - "metadata": { - "name": "WebService API Tests" - }, - "provisionerId": "aws-provisioner-v1", - "workerType": "b2gtest", - "payload": { - "image": "mozillabteam/bmo-ci", - "command": ["runtests.sh"], - "env": { - "TEST_SUITE": "webservices" - }, - "artifacts": { - "public/runtests_log": { - "type": "file", - "path": "/var/log/runtests.log", - "expires": "2018-02-17T17:33:38.806Z" - }, - "public/httpd_error_log": { - "type": "file", - "path": "/var/log/httpd/error_log", - "expires": "2018-02-17T17:33:38.806Z" - } - } - }, - "extra": { - "treeherder": { - "symbol": "API", - "machine": { - "platform": "linux64" - }, - "build": { - "platform": "linux64" - } - } - } - } - }, - { - "reruns": 3, - "maxRunTime": 7200, - "task": { - "expires": "2018-02-18T17:33:38.806Z", - "metadata": { - "name": "Selenium Tests" - }, - "provisionerId": "aws-provisioner-v1", - "workerType": "b2gtest", - "payload": { - "image": "mozillabteam/bmo-ci", - "command": ["runtests.sh"], - "env": { - "TEST_SUITE": "selenium" - }, - "artifacts": { - "public/runtests_log": { - "type": "file", - "path": "/var/log/runtests.log", - "expires": "2018-02-17T17:33:38.806Z" - }, - "public/httpd_error_log": { - "type": "file", - "path": "/var/log/httpd/error_log", - "expires": "2018-02-17T17:33:38.806Z" - }, - "public/selenium_log": { - "type": "file", - "path": "/selenium.log", - "expires": "2018-02-17T17:33:38.806Z" - } - } - }, - "extra": { - "treeherder": { - "symbol": "Sel", - "machine": { - "platform": "linux64" - }, - "build": { - "platform": "linux64" - } - } - } - } - } - ] -} |