-
-
Notifications
You must be signed in to change notification settings - Fork 3
Description
TSC Meeting (8th July 2025)
@StackStorm/tsc 1 hour meeting:
- Tuesday, 8th July 2025, 17:30 UTC
- See StackStorm TSC Meetings #33 for the schedule and how to join
- TLDR; Jitsi link: https://meet.jit.si/StackStormTSC
Timezone equivalences for 17:30 UTC
| standard | daylight savings | |
|---|---|---|
| America/Los_Angeles | 09:30 | 10:30 |
| America/New_York | 12:30 | 13:30 |
| Asia/Calcutta | 23:00 | 23:00 |
| Asia/Singapore | 01:30 | 01:30 |
| Asia/Tokyo | 02:30 | 02:30 |
| Europe/London | 17:30 | 18:30 |
| Europe/Paris | 18:30 | 19:30 |
| Pacific/Auckland | 06:30 | 05:30 |
| UTC | 17:30 | 17:30 |
Attendees
Present
- Carlos
nzlosh 90amper- Jake
skiedude - Jacob Floyd
cognifloyd
Absent
- AJ
guzzijones - Amanda McGuinness
amanda11 - Ankur Singh
rush-skills - Bradley Bishop
bishopbm1 - Dmitri Zimine
dzimine - Khushboo
khushboobhatia01 - Marcel Weinberg
winem - Mark Mercado
mamercad - Mick McGrath
mickmcgrath13 - Tomaz Muraus
Kami - W Chan
m4dcoder
Agenda
- StackStorm v3.9 release
- Pants
- Other talking points
Meeting Minutes
StackStorm v3.9 release
Following the installation script being fix, the package e2e tests were failing because of deprecated AMI id being used in the test workflow.
In addition to the re-write of the installation scripts, the installation URL now takes a version, which redirect to the github
branch so that the install script doesn't have to maintain backward compatibility.
New AMI ids have been configured for the e2e tests.
The e2e tests are still failing, in part due to the installation URL changes, so further investigation and fixes are required.
The pipeline uses the below packs:
- https://github.com/StackStorm/st2ci
- https://github.com/StackStorm/st2cd
- https://github.com/StackStorm/st2cicd
- https://github.com/StackStorm/st2tests
Pants
No updates this month.
Other talking points
pytest rbac / ldap backup
It was noticed that the st2 backends were overlooked as part of migrating tests from nose to pytest for Orquesta and St2 repositories. The below repositories must/should be migrated to pytest also.
Required for v3.9 release:
- https://github.com/StackStorm/st2-auth-ldap
- https://github.com/StackStorm/st2-auth-backend-flat-file
- https://github.com/StackStorm/st2-rbac-backend
Optional for v3.9 release:
- https://github.com/StackStorm/st2-auth-backend-vault
- https://github.com/StackStorm/st2-auth-backend-pam
- https://github.com/StackStorm/st2-auth-backend-mongodb
- https://github.com/StackStorm/st2-auth-backend-keystone
Special case for v3.10 release:
Community help with e2e test pipeline
The question of how to allow people to help with fixing the st2 release pipeline was raised. Despite the StackStorm packs being available on github in public repositories, access to the st2 instance is behind VPN access which is currently reserved for senior maintainers. Further discussion and brainstorming will be required to find a way to lower the barrier for entry without compromising security/resources.
Actions
- Carlos
nzloshand Jakeskiedudewill work together on this. - Jake
skiedudeto look into migrating rbac and auth-ldap to pytest.