diff --git a/html/changelog.html b/html/changelog.html
index 66c7013aca0..dcc7821c818 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -47,6 +47,22 @@
Sectors blacklist mechanism.
Point Verdant: spaceport and waterdocks.
+ FluffyGhost updated:
+
+ - The CI now uses multiple pods to load-balance the tests in parallel.
+ - Pods configuration is loaded from config/unit_test/ut_pods_configuration.json with a personalized ID (set by the CI) that instructs SSunit_test on what to do.
+ - Labeler now downloads the PR, which I hope would help with the changelog required label.
+ - Away sites now have a tag that indicates in what CI pod they should be tested, for load balancing. The tag is mandatory.
+ - Unit tests now have tags, which are used to select which pods run which unit tests, using the 'has any tag in' logic.
+ - The CI now supports fail fast when running inside a merge queue.
+ - The CI now supports retrying a pod run up to N times, when running inside a merge queue.
+ - After the fixing of all the bad formatting of the code in a previous PR, megalinter is reintroduced, now it's only your code that's wrongly formatted.
+ - The CI now only uploads artifacts with the logs on test failure, saving space.
+ - The CI now sets the environment variables before any other step is done, so they are set correctly across the steps.
+ - The linters now run in parallel.
+ - Added the ability (off by default) to SSH into the unit test pods to diagnose issues.
+ - Introduced SSunit_tests_config, to store and manage the unit tests config.
+
Sniblet updated:
- Using psi-mend now gives intended feedback.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 9488b01d03a..c1949f1af6b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -32126,6 +32126,31 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Guaranteed spawn flag added to Point Verdant.
- rscadd: Sectors blacklist mechanism.
- rscadd: 'Point Verdant: spaceport and waterdocks.'
+ FluffyGhost:
+ - backend: The CI now uses multiple pods to load-balance the tests in parallel.
+ - backend: Pods configuration is loaded from config/unit_test/ut_pods_configuration.json
+ with a personalized ID (set by the CI) that instructs SSunit_test on what to
+ do.
+ - backend: Labeler now downloads the PR, which I hope would help with the changelog
+ required label.
+ - backend: Away sites now have a tag that indicates in what CI pod they should be
+ tested, for load balancing. The tag is mandatory.
+ - backend: Unit tests now have tags, which are used to select which pods run which
+ unit tests, using the 'has any tag in' logic.
+ - backend: The CI now supports fail fast when running inside a merge queue.
+ - backend: The CI now supports retrying a pod run up to N times, when running inside
+ a merge queue.
+ - backend: After the fixing of all the bad formatting of the code in a previous
+ PR, megalinter is reintroduced, now it's only your code that's wrongly
+ formatted.
+ - backend: The CI now only uploads artifacts with the logs on test failure, saving
+ space.
+ - backend: The CI now sets the environment variables before any other step is done,
+ so they are set correctly across the steps.
+ - backend: The linters now run in parallel.
+ - backend: Added the ability (off by default) to SSH into the unit test pods to
+ diagnose issues.
+ - backend: Introduced SSunit_tests_config, to store and manage the unit tests config.
Sniblet:
- bugfix: Using psi-mend now gives intended feedback.
- spellcheck: Attacks with psi-rend now make grammatical sense.
diff --git a/html/changelogs/fluffyghost-cibetter.yml b/html/changelogs/fluffyghost-cibetter.yml
deleted file mode 100644
index 096251f561f..00000000000
--- a/html/changelogs/fluffyghost-cibetter.yml
+++ /dev/null
@@ -1,53 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - backend: "The CI now uses multiple pods to load-balance the tests in parallel."
- - backend: "Pods configuration is loaded from config/unit_test/ut_pods_configuration.json with a personalized ID (set by the CI) that instructs SSunit_test on what to do."
- - backend: "Labeler now downloads the PR, which I hope would help with the changelog required label."
- - backend: "Away sites now have a tag that indicates in what CI pod they should be tested, for load balancing. The tag is mandatory."
- - backend: "Unit tests now have tags, which are used to select which pods run which unit tests, using the 'has any tag in' logic."
- - backend: "The CI now supports fail fast when running inside a merge queue."
- - backend: "The CI now supports retrying a pod run up to N times, when running inside a merge queue."
- - backend: "After the fixing of all the bad formatting of the code in a previous PR, megalinter is reintroduced, now it's only your code that's wrongly formatted."
- - backend: "The CI now only uploads artifacts with the logs on test failure, saving space."
- - backend: "The CI now sets the environment variables before any other step is done, so they are set correctly across the steps."
- - backend: "The linters now run in parallel."
- - backend: "Added the ability (off by default) to SSH into the unit test pods to diagnose issues."
- - backend: "Introduced SSunit_tests_config, to store and manage the unit tests config."