summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-08-24 23:23:30 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-08-24 23:23:30 +0200
commit7f6fea0b2417d718aa614f19abdae8b629463bb1 (patch)
tree229a67a815dfbf6ca263af4d8b499f87e9db95a6 /taskgraph.json
parent0ee74224619e84abe3c4004fc8f756442574c3d9 (diff)
downloadbugzilla-7f6fea0b2417d718aa614f19abdae8b629463bb1.tar.gz
bugzilla-7f6fea0b2417d718aa614f19abdae8b629463bb1.tar.xz
- Updated CI docker images and test suite to work with new perl deps location
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 f3c9399d0..2e112093d 100644
--- a/taskgraph.json
+++ b/taskgraph.json
@@ -17,15 +17,15 @@
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
- "image": "dklawren/docker-bugzilla",
- "command": ["/runtests.sh"],
+ "image": "bugzilla/bugzilla-ci",
+ "command": ["/docker/runtests.sh"],
"env": {
"TEST_SUITE": "sanity"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
- "path": "/runtests.log",
+ "path": "/tmp/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
@@ -54,15 +54,15 @@
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
- "image": "dklawren/docker-bugzilla",
- "command": ["/runtests.sh"],
+ "image": "bugzilla/bugzilla-ci",
+ "command": ["/docker/runtests.sh"],
"env": {
"TEST_SUITE": "docs"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
- "path": "/runtests.log",
+ "path": "/tmp/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
@@ -91,15 +91,15 @@
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
- "image": "dklawren/docker-bugzilla",
- "command": ["/runtests.sh"],
+ "image": "bugzilla/bugzilla-ci",
+ "command": ["/docker/runtests.sh"],
"env": {
"TEST_SUITE": "webservices"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
- "path": "/runtests.log",
+ "path": "/tmp/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/docker-bugzilla",
- "command": ["/runtests.sh"],
+ "image": "bugzilla/bugzilla-ci",
+ "command": ["/docker/runtests.sh"],
"env": {
"TEST_SUITE": "selenium"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
- "path": "/runtests.log",
+ "path": "/tmp/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
@@ -151,7 +151,7 @@
},
"public/selenium_log": {
"type": "file",
- "path": "/selenium.log",
+ "path": "/tmp/selenium.log",
"expires": "2018-02-17T17:33:38.806Z"
}
}