From: David Lawrence Date: Tue, 30 Aug 2016 00:12:58 +0000 (-0400) Subject: - docker-bugzilla-ci changed location of bugzilla root and runtests.sh X-Git-Tag: release-5.1.2~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21c5a4e25b7f431f55ac13e17af48c2ab2ffa6c7;p=thirdparty%2Fbugzilla.git - docker-bugzilla-ci changed location of bugzilla root and runtests.sh --- diff --git a/taskgraph.json b/taskgraph.json index 2e112093d7..47bd783859 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" }, diff --git a/xt/config/selenium_test.conf b/xt/config/selenium_test.conf index e4d7e44176..997ad97fbb 100644 --- a/xt/config/selenium_test.conf +++ b/xt/config/selenium_test.conf @@ -16,9 +16,9 @@ 'host' => 'localhost', 'port' => 4444, 'browser_url' => 'http://localhost', - 'attachment_file' => '/home/bugzilla/devel/htdocs/bugzilla/xt/config/patch.diff', + 'attachment_file' => '/var/www/html/bugzilla/xt/config/patch.diff', 'bugzilla_installation' => 'bugzilla', - 'bugzilla_path' => '/home/bugzilla/devel/htdocs/bugzilla', + 'bugzilla_path' => '/var/www/html/bugzilla', 'admin_user_login' => 'admin@my.company', 'admin_user_passwd' => '******', 'admin_user_username' => 'admin',