Automatic Changelog compile [ci skip]

This commit is contained in:
AuroraBuildBot
2023-11-13 20:35:46 +00:00
parent 8cf49025ae
commit ffe3c3bdc5
3 changed files with 41 additions and 53 deletions
+16
View File
@@ -47,6 +47,22 @@
<li class="rscadd">Sectors blacklist mechanism.</li>
<li class="rscadd">Point Verdant: spaceport and waterdocks.</li>
</ul>
<h3 class="author">FluffyGhost updated:</h3>
<ul class="changes bgimages16">
<li class="backend">The CI now uses multiple pods to load-balance the tests in parallel.</li>
<li class="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.</li>
<li class="backend">Labeler now downloads the PR, which I hope would help with the changelog required label.</li>
<li class="backend">Away sites now have a tag that indicates in what CI pod they should be tested, for load balancing. The tag is mandatory.</li>
<li class="backend">Unit tests now have tags, which are used to select which pods run which unit tests, using the &#x27;has any tag in&#x27; logic.</li>
<li class="backend">The CI now supports fail fast when running inside a merge queue.</li>
<li class="backend">The CI now supports retrying a pod run up to N times, when running inside a merge queue.</li>
<li class="backend">After the fixing of all the bad formatting of the code in a previous PR, megalinter is reintroduced, now it&#x27;s only your code that&#x27;s wrongly formatted.</li>
<li class="backend">The CI now only uploads artifacts with the logs on test failure, saving space.</li>
<li class="backend">The CI now sets the environment variables before any other step is done, so they are set correctly across the steps.</li>
<li class="backend">The linters now run in parallel.</li>
<li class="backend">Added the ability (off by default) to SSH into the unit test pods to diagnose issues.</li>
<li class="backend">Introduced SSunit_tests_config, to store and manage the unit tests config.</li>
</ul>
<h3 class="author">Sniblet updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Using psi-mend now gives intended feedback.</li>
+25
View File
@@ -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 &#x27;has any tag in&#x27; 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&#x27;s only your code that&#x27;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.
-53
View File
@@ -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."