Open cognifloyd opened 1 week ago
Does the release process support Release Candidates?
As per the discussion of having a release candidate for v3.9
, it does appear the release design has the notion of release candidates as described here https://github.com/StackStorm/st2/wiki/Packaging
Release candidate support is present in the form of the staging-stable
repository however these packages are only updated during the release phase and we want feedback before attempting to release.
To get user acceptance and feedback to help decide if we should begin the release phase, the unstable
repository has all updates to be included in the upcoming release.
We would need to announce the availability of unstable v3.9
packages (perhaps a specific version such as 3.9-187 should also be mentioned) via the st2 social network account to get people involved in evaluating v3.9
readiness and provide us feedback.
That said, there are no packages being published for Ubuntu 22.04 (Jammy), so evaluating st2 on py3.10 will need this to be fixed first.
TSC Meeting (12 November 2024)
November 2024 @StackStorm/tsc 1 hour meeting:
Attendees
Present
guzzijones
nzlosh
cognifloyd
jk464
Absent
amanda11
rush-skills
bishopbm1
Stealthii
dzimine
FileMagic
khushboobhatia01
winem
mamercad
mickmcgrath13
Kami
m4dcoder
Agenda
No agenda set before the meeting started.
Meeting Minutes
ST2TESTS_PARALLEL_SLOT
numberst2.
tost2test{ST2TESTS_PARALLEL_SLOT}.
. Using vhost was one of the first things I tried, but that had a lot of downsides as the vhost has to be declared before running the tests, so running tests would become more difficult.[messaging].prefix
and defaults tost2
, which matches the current behavior.namespace
for the keys it uses. The driver's default namespace is_tooz
. So, I added&namespace=_st2_test{ST2TESTS_PARALLEL_SLOT}
to the coordination url.st2tests
. Luckily, we're already using a newer version ofoslo_config
that supports loading configuration values from env vars in addition to the conf file(s).ST2_<conf section>__<option name>
. For exampleST2_MESSAGING__URL
andST2_DATABASE__PASSWORD
.