Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Fix GHA release workflow#5717

Merged
beni0888 merged 1 commit into
vmware-tanzu:mainfrom
beni0888:fix-gha-release-workflow
Nov 25, 2022
Merged

Fix GHA release workflow#5717
beni0888 merged 1 commit into
vmware-tanzu:mainfrom
beni0888:fix-gha-release-workflow

Conversation

@beni0888
Copy link
Copy Markdown
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
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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