You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at parse-tag-name script to check why it didn't fail + Run build script job should have also failed. Both should have thrown meaningful errors and exit properly to "kill" workflow run.
UPDATE (9-dec-2024): Solution here is to have parse-tag-name fail if tag check is not met. We can't push responsibility to the publish script as it needs to be able so skip extension tag matching if it's not met and that happens on purpose, since we can have multiple extensions inside the same repo
The text was updated successfully, but these errors were encountered:
Moved milestone for related PRs to January releases
@aalves08 do we need a 2.10.x version too? I'm not sure how you're tracking everything in one ticket but I trust you to make sure things land in all the releases :)
Workflow
build-extension-charts
should fail on wrong tagging as per https://github.com/nwmac/rancher-dev-portal/actions/runs/12083482784/job/33696700701.Look at
parse-tag-name
script to check why it didn't fail +Run build script
job should have also failed. Both should have thrown meaningful errors and exit properly to "kill" workflow run.UPDATE (9-dec-2024): Solution here is to have
parse-tag-name
fail if tag check is not met. We can't push responsibility to thepublish
script as it needs to be able so skip extension tag matching if it's not met and that happens on purpose, since we can have multiple extensions inside the same repoThe text was updated successfully, but these errors were encountered: