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

Refactor release pipeline to make it runnable regularly #57

Open
zepatrik opened this issue Oct 4, 2021 · 5 comments
Open

Refactor release pipeline to make it runnable regularly #57

zepatrik opened this issue Oct 4, 2021 · 5 comments

Comments

@zepatrik
Copy link
Member

zepatrik commented Oct 4, 2021

The release process currently is only ever run on release, but between the releases many things change so we usually need multiple pre-releases to fix all the CI jobs before a release. Instead, the jobs should be regularly run/tested so that they always work.

@mohitsaxenaknoldus
Copy link

I'll work on this. Please assign it to me.

@aeneasr
Copy link
Member

aeneasr commented Oct 7, 2021

We can’t assign it but feel free to work on it :)

@mohitsaxenaknoldus
Copy link

@aeneasr @zepatrik If I am understanding this correctly then you want your CI checks to run on all releases right?

@zepatrik
Copy link
Member Author

zepatrik commented Oct 7, 2021

We have CI running on every release, but because we don't have releases every other day it usually is outdated and needs config adjustments once we properly release. We somehow have to check regularly that the release pipeline is still working as it should without making a release.

@mohitsaxenaknoldus
Copy link

One solution that comes to my mind instantly is making a mirror of this repo on GitLab and there we can keep running our tests? How does it sound to you guys? This way that other CI pipeline will keep informing us of the build statuses.

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

4 participants