summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-11-18 01:35:55 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-11-18 01:41:18 +0100
commitf75de36e911ac72b3325e1074a627f067cc61fd1 (patch)
treec7165902bafc1c27c1519d20cde89f03b06c8ad8 /taskgraph.json
parent122ff33485adb0ed614bbfb7fb454cdd96fd8a11 (diff)
downloadbugzilla-f75de36e911ac72b3325e1074a627f067cc61fd1.tar.gz
bugzilla-f75de36e911ac72b3325e1074a627f067cc61fd1.tar.xz
Revert "Bug 1224649 - Docker and QA scripts should just use the same checksetup_answers.txt file"
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 8ce3c1236..aa89eb097 100644
--- a/taskgraph.json
+++ b/taskgraph.json
@@ -17,7 +17,7 @@
"workerType": "b2gtest",
"payload": {
"image": "dklawren/webtools-bmo-bugzilla",
- "command": ["/scripts/runtests.sh"],
+ "command": ["/runtests.sh"],
"env": {
"TEST_SUITE": "sanity"
},
@@ -47,7 +47,7 @@
"workerType": "b2gtest",
"payload": {
"image": "dklawren/webtools-bmo-bugzilla",
- "command": ["/scripts/runtests.sh"],
+ "command": ["/runtests.sh"],
"env": {
"TEST_SUITE": "docs"
},
@@ -77,7 +77,7 @@
"workerType": "b2gtest",
"payload": {
"image": "dklawren/webtools-bmo-bugzilla",
- "command": ["/scripts/runtests.sh"],
+ "command": ["/runtests.sh"],
"env": {
"TEST_SUITE": "webservices"
},
@@ -112,7 +112,7 @@
"workerType": "b2gtest",
"payload": {
"image": "dklawren/webtools-bmo-bugzilla",
- "command": ["/scripts/runtests.sh"],
+ "command": ["/runtests.sh"],
"env": {
"TEST_SUITE": "selenium"
},