From 21c5a4e25b7f431f55ac13e17af48c2ab2ffa6c7 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 29 Aug 2016 20:12:58 -0400 Subject: - docker-bugzilla-ci changed location of bugzilla root and runtests.sh --- taskgraph.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'taskgraph.json') 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" }, -- cgit v1.2.3-24-g4f1b