mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
fba4486214
## About The Pull Request Gateway test CI seems to be running out of memory often now, this was fixed in https://github.com/tgstation/tgstation/pull/94771 but given how behind we are in upstreams I just want to selectively apply this and it can be overwritten once upstream syncs have caught up. **The changes to `space_ruin_levels` and `minetype` can safely be overwritten once https://github.com/tgstation/tgstation/pull/94771 is pulled, and the additions to `ignored_unit_tests` should be removed once https://github.com/tgstation/tgstation/pull/94821 is pulled (as it provides a better fix).** ## Why It's Good For The Game Gateway_test is failing a lot
21 lines
623 B
JSON
21 lines
623 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Gateway Test",
|
|
"map_path": "map_files/debug",
|
|
"map_file": "gateway_test.dmm",
|
|
"space_ruin_levels": 0,
|
|
"minetype": "none",
|
|
"load_all_away_missions": true,
|
|
"ignored_unit_tests": [
|
|
"/datum/unit_test/antag_moodlets",
|
|
"/datum/unit_test/cargo_dep_order_locations",
|
|
"/datum/unit_test/maptest_job_roundstart_spawnpoints",
|
|
"/datum/unit_test/maptest_required_map_items",
|
|
"/datum/unit_test/space_dragon_expiration",
|
|
"/datum/unit_test/spy_bounty",
|
|
"/datum/unit_test/traitor",
|
|
"/datum/unit_test/lungs/lungs_sanity_ashwalker",
|
|
"/datum/unit_test/breath/breath_sanity_ashwalker"
|
|
]
|
|
}
|