summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-07-29 23:08:38 +0200
committerDylan William Hardison <dylan@hardison.net>2016-08-26 00:09:45 +0200
commit5801d06cc966e1f7a0dafd7e2955e2dd5dbfc13f (patch)
tree7fcacc02dc738305a156bba6bacf740cf4a2333f /taskgraph.json
parent806f97062f7b45516d7b564b5f943d7353cbd946 (diff)
downloadbugzilla-5801d06cc966e1f7a0dafd7e2955e2dd5dbfc13f.tar.gz
bugzilla-5801d06cc966e1f7a0dafd7e2955e2dd5dbfc13f.tar.xz
Bug 1290580 - Rebase docker infra off of CentOS 6
Diffstat (limited to 'taskgraph.json')
-rw-r--r--taskgraph.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/taskgraph.json b/taskgraph.json
index 9ab786b78..e0eda2044 100644
--- a/taskgraph.json
+++ b/taskgraph.json
@@ -3,7 +3,7 @@
"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/webtools-bmo-bugzilla/master/taskgraph.json"
+ "source": "https://raw.githubusercontent.com/mozilla-bteam/bmo/master/taskgraph.json"
},
"tasks": [
{
@@ -17,15 +17,15 @@
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
- "image": "dklawren/webtools-bmo-bugzilla",
- "command": ["/runtests.sh"],
+ "image": "mozillabteam/bmo-ci",
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "sanity"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
- "path": "/runtests.log",
+ "path": "/var/log/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
@@ -54,15 +54,15 @@
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
- "image": "dklawren/webtools-bmo-bugzilla",
- "command": ["/runtests.sh"],
+ "image": "mozillabteam/bmo-ci",
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "docs"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
- "path": "/runtests.log",
+ "path": "/var/log/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
@@ -91,15 +91,15 @@
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
- "image": "dklawren/webtools-bmo-bugzilla",
- "command": ["/runtests.sh"],
+ "image": "mozillabteam/bmo-ci",
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "webservices"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
- "path": "/runtests.log",
+ "path": "/var/log/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
@@ -133,15 +133,15 @@
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
- "image": "dklawren/webtools-bmo-bugzilla",
- "command": ["/runtests.sh"],
+ "image": "mozillabteam/bmo-ci",
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "selenium"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
- "path": "/runtests.log",
+ "path": "/var/log/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {