Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GHA release workflow #5717

Merged
merged 1 commit into from
Nov 25, 2022

Conversation

beni0888
Copy link
Collaborator

Signed-off-by: Jesús Benito Calzada bjesus@vmware.com

Description of the change

This commit aims to fix the Release Pipeline of the GHA workflows (better said, to make it support testing releases, those triggered by tags following the pattern test-vX.Y.Z). Currently, it is failing because in the Kubeapps General workflow, we are setting the running_on_tag output variable of the setup job based on whether the Git ref type is tag and it matches the pattern vX.Y.Z. Given that we are controlling what tag patterns can trigger a release in the Release Pipeline workflow, it doesn't make sense to have this condition, as we need to make sure that it's in sync with what there is in the workflow conditions, and it's error-prone.

Benefits

The Release Pipeline works as expected and supports testing releases.

Possible drawbacks

None.

Applicable issues

Signed-off-by: Jesús Benito Calzada <bjesus@vmware.com>
@netlify
Copy link

netlify bot commented Nov 25, 2022

Deploy Preview for kubeapps-dev canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 5e6fc32
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/63809c44538dbe000986cd3e

@beni0888 beni0888 self-assigned this Nov 25, 2022
@beni0888 beni0888 added component/ci Issue related to kubeapps ci system github_actions Pull requests that update GitHub Actions code labels Nov 25, 2022
@beni0888 beni0888 added this to the Migrate CI to GitHub Actions milestone Nov 25, 2022
@beni0888 beni0888 marked this pull request as ready for review November 25, 2022 10:44
@beni0888 beni0888 merged commit 1d779ed into vmware-tanzu:main Nov 25, 2022
@beni0888 beni0888 deleted the fix-gha-release-workflow branch November 25, 2022 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-not-required component/ci Issue related to kubeapps ci system github_actions Pull requests that update GitHub Actions code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants