diff options
author | David Lawrence <dkl@mozilla.com> | 2015-11-18 01:35:55 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-11-18 01:41:18 +0100 |
commit | f75de36e911ac72b3325e1074a627f067cc61fd1 (patch) | |
tree | c7165902bafc1c27c1519d20cde89f03b06c8ad8 | |
parent | 122ff33485adb0ed614bbfb7fb454cdd96fd8a11 (diff) | |
download | bugzilla-f75de36e911ac72b3325e1074a627f067cc61fd1.tar.gz bugzilla-f75de36e911ac72b3325e1074a627f067cc61fd1.tar.xz |
Revert "Bug 1224649 - Docker and QA scripts should just use the same checksetup_answers.txt file"
This reverts commit d36474ad4d0c34e5f1d2d1488ca550166565e2f0.
-rw-r--r-- | taskgraph.json | 8 |
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" }, |