"workerType": "b2gtest",
"payload": {
"image": "bugzilla/bugzilla-ci",
- "command": ["/docker/runtests.sh"],
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "sanity"
},
"workerType": "b2gtest",
"payload": {
"image": "bugzilla/bugzilla-ci",
- "command": ["/docker/runtests.sh"],
+ "command": ["runtests.sh"],
"env": {
"TEST_SUITE": "docs"
},
"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"
},
'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',