summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-08-30 02:12:58 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-08-30 02:12:58 +0200
commit21c5a4e25b7f431f55ac13e17af48c2ab2ffa6c7 (patch)
tree79fccba2ef2bbc3edb193b85746c8c1b0c404f95 /taskgraph.json
parent7f6fea0b2417d718aa614f19abdae8b629463bb1 (diff)
downloadbugzilla-21c5a4e25b7f431f55ac13e17af48c2ab2ffa6c7.tar.gz
bugzilla-21c5a4e25b7f431f55ac13e17af48c2ab2ffa6c7.tar.xz
- docker-bugzilla-ci changed location of bugzilla root and runtests.sh
Diffstat (limited to 'taskgraph.json')
-rw-r--r--taskgraph.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/taskgraph.json b/taskgraph.json
index 2e112093d..47bd78385 100644
--- a/taskgraph.json
+++ b/taskgraph.json
@@ -18,7 +18,7 @@
"workerType": "b2gtest",
"payload": {
"image": "bugzilla/bugzilla-ci",
- "command": ["/docker/runtests.sh"],
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "sanity"
},
@@ -55,7 +55,7 @@
"workerType": "b2gtest",
"payload": {
"image": "bugzilla/bugzilla-ci",
- "command": ["/docker/runtests.sh"],
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "docs"
},
@@ -92,7 +92,7 @@
"workerType": "b2gtest",
"payload": {
"image": "bugzilla/bugzilla-ci",
- "command": ["/docker/runtests.sh"],
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "webservices"
},
@@ -134,7 +134,7 @@
"workerType": "b2gtest",
"payload": {
"image": "bugzilla/bugzilla-ci",
- "command": ["/docker/runtests.sh"],
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "selenium"
},