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

Releases are broken #130

Closed
chrisseto opened this issue Apr 30, 2024 · 4 comments
Closed

Releases are broken #130

chrisseto opened this issue Apr 30, 2024 · 4 comments

Comments

@chrisseto
Copy link
Contributor

chrisseto commented Apr 30, 2024

The release pipe line is currently gummed up. We have a buildkite job that watches for new tags getting pushed. When it sees them, it will run tests and then mint a release.

Notably, it seems that only v1 tests are run for the release. That in and of itself is a bit concerning to me.

@RafalKorepta recently tagged version v2.1.18 for release:

commit 3e1e2ddfdada263847790751a68f2a9f2ca06db6 (tag: v2.1.18-23.3.13)

Failures of kuttl/harness/decommission-on-delete are preventing anything from going out.

JIRA Link: K8S-218

@RafalKorepta
Copy link
Contributor

The failure is comming from operator v1 end to end tests. The release is not blocked as tag does not perform full suite at this moment.

@chrisseto
Copy link
Contributor Author

Does it not? From what I can cutting a tag triggers the k8s buildkite workflow which then runs task ci:k8s which runs goreleaser for the final task.

@chrisseto
Copy link
Contributor Author

This tag v2.1.16-23.3.11 technically hasn't been released. I'm under the impression that goreleaser is what turns it into an actual "release".

@RafalKorepta
Copy link
Contributor

It's complicated as migration tool, that is already removed, was creating artefacts to the release when tag was pushed to the repo. The release was published: https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.1.16-23.3.11

For 2.1.18 and 2.1.17 we didn't have Github action run, so it didn't interrupted operator release process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants