tinybirdco / ci

Collection of configuration files that enable CI flows for Tinybird projects
MIT License
2 stars 3 forks source link

Allow semver as parameter for release jobs #30

Closed jlmadurga closed 4 months ago

jlmadurga commented 8 months ago

Release jobs uses by default .tinyenv current version. It is ok for most cases except when removing one arbitrary release.

Add input parameter on release jobs to pass semver

alrocar commented 5 months ago

I added a job to tb release rm --oldest-rollback that should do the trick when you need to free resources, for the rest of jobs I guess it's fine running them against the .tinyenv version

alrocar commented 4 months ago

We removed deletion jobs to avoid mistakes