haikuwebkit/Websites/bugs.webkit.org/taskgraph.json

265 lines
6.9 KiB
JSON
Raw Permalink Normal View History

{
"metadata": {
"name": "Bugzilla Task Graph",
"description": "A suite of tests to check the quality of the Bugzilla codebase.",
"owner": "dlawrence@mozilla.com",
"source": "https://raw.githubusercontent.com/bugzilla/bugzilla/5.0/taskgraph.json"
},
"tasks": [
{
"reruns": 3,
"maxRunTime": 3000,
"task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": {
"name": "Basic Sanity Tests"
},
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"image": "bugzilla/bugzilla-ci",
"command": ["runtests.sh"],
"env": {
"TEST_SUITE": "sanity"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
},
"extra": {
"treeherder": {
"symbol": "San",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
}
}
}
},
{
"reruns": 3,
"maxRunTime": 3000,
"task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": {
"name": "Documentation Build Test"
},
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"image": "bugzilla/bugzilla-ci",
"command": ["runtests.sh"],
"env": {
"TEST_SUITE": "docs"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
},
"extra": {
"treeherder": {
"symbol": "Doc",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
}
}
}
},
{
"reruns": 3,
"maxRunTime": 7200,
"task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": {
"name": "WebService API Tests (MySQL)"
},
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"image": "bugzilla/bugzilla-ci",
"command": ["runtests.sh"],
"env": {
"TEST_SUITE": "webservices"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
},
"extra": {
"treeherder": {
"symbol": "API",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
}
}
}
},
{
"reruns": 3,
"maxRunTime": 7200,
"task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": {
"name": "Selenium Tests (MySQL)"
},
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"image": "bugzilla/bugzilla-ci",
"command": ["runtests.sh"],
"env": {
"TEST_SUITE": "selenium"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"path": "/tmp/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2018-02-17T17:33:38.806Z"
},
"public/selenium_log": {
"type": "file",
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"path": "/tmp/selenium.log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
},
"extra": {
"treeherder": {
"symbol": "Sel",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
}
}
}
},
{
"reruns": 3,
"maxRunTime": 7200,
"task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": {
"name": "WebService API Tests (Pg)"
},
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"image": "bugzilla/bugzilla-ci",
"command": ["runtests.sh"],
"env": {
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"BUGS_DB_DRIVER": "pg",
"TEST_SUITE": "webservices"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"path": "/tmp/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
},
"extra": {
"treeherder": {
"symbol": "API-Pg",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
}
}
}
},
{
"reruns": 3,
"maxRunTime": 7200,
"task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": {
"name": "Selenium Tests (Pg)"
},
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"image": "bugzilla/bugzilla-ci",
"command": ["runtests.sh"],
"env": {
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"BUGS_DB_DRIVER": "pg",
"TEST_SUITE": "selenium"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"path": "/tmp/runtests.log",
"expires": "2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2018-02-17T17:33:38.806Z"
},
"public/selenium_log": {
"type": "file",
Update Bugzilla running on bugs.webkit.org and bugs.webkit-uat.org to version 5.0.4 https://bugs.webkit.org/show_bug.cgi?id=193477 <rdar://problem/37618737> Patch by Ling Ho <lingho@apple.com> on 2019-01-18 Reviewed by Lucas Forschler. * Bugzilla/Config.pm: (write_params): (read_param_file): * Bugzilla/Constants.pm: * Bugzilla/DB/Sqlite.pm: (sql_date_format): * Bugzilla/Install/Filesystem.pm: (update_filesystem): (_update_old_mining_filenames): * Bugzilla/Install/Requirements.pm: (REQUIRED_MODULES): * Bugzilla/JobQueue.pm: (subprocess_worker): (kill_worker): * Bugzilla/Migrate.pm: (parse_date): * Bugzilla/Template.pm: (_concatenate_css): (_concatenate_js): * Bugzilla/Util.pm: (read_text): (write_text): (datetime_from): * contrib/jb2bz.py: (process_reply_file): (maybe_add_attachment): (process_text_plain): (process_multi_part): (process_jitterbug): (process_mime_body): Deleted. * docs/en/rst/conf.py: * docs/en/rst/installing/linux.rst: * docs/en/rst/installing/mac-os-x.rst: * docs/en/rst/installing/migrating-from-2.inc.rst: * docs/en/rst/installing/migrating.rst: * docs/en/rst/installing/quick-start.rst: * docs/en/rst/installing/upgrading-with-git.rst: * docs/en/rst/installing/windows.rst: * docs/en/rst/integrating/extensions.rst: * docs/en/rst/integrating/skins.rst: * editflagtypes.cgi: (get_products_and_components): * taskgraph.json: * template/en/default/pages/release-notes.html.tmpl: Canonical link: https://commits.webkit.org/208091@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-18 20:39:32 +00:00
"path": "/tmp/selenium.log",
"expires": "2018-02-17T17:33:38.806Z"
}
}
},
"extra": {
"treeherder": {
"symbol": "Sel-Pg",
"machine": {
"platform": "linux64"
},
"build": {
"platform": "linux64"
}
}
}
}
}
]
}