]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
- docker-bugzilla-ci changed location of bugzilla root and runtests.sh
authorDavid Lawrence <dkl@mozilla.com>
Tue, 30 Aug 2016 00:12:58 +0000 (20:12 -0400)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 30 Aug 2016 00:12:58 +0000 (20:12 -0400)
taskgraph.json
xt/config/selenium_test.conf

index 2e112093d7590ef1c605b019ba1601c1e43a9a40..47bd783859eb78ce9989dc3d27f10a2d344f334d 100644 (file)
@@ -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"
           },
         "workerType": "b2gtest",
         "payload": {
           "image": "bugzilla/bugzilla-ci",
-          "command": ["/docker/runtests.sh"],
+          "command": ["runtests.sh"],
           "env": {
             "TEST_SUITE": "selenium"
           },
index e4d7e441768dbb991c473e4739fdacdc0da87914..997ad97fbbb7673e9b22afcf402ed43a19b764da 100644 (file)
@@ -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',