Commit 21c5a4e2 authored by David Lawrence's avatar David Lawrence

- docker-bugzilla-ci changed location of bugzilla root and runtests.sh

parent 7f6fea0b
......@@ -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"
},
......
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment