-
Notifications
You must be signed in to change notification settings - Fork 588
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
Resurrect CI #2607
Comments
Any particular reason why you want to move? Adding GitHub Actions is great but the current release process should be fine on Azure DevOps? (Of course any future maintainer is free to use whatever she wants, just out of curiosity). The release process is basically bootstrapped by fake, so it just a matter of running fake with the correct arguments/environment variables. The only special thing is that the build deploys an artifact and then we bootstrap/use that artifact in the release process/later stages. Other that that (which could be simplified if one wants to) there is not anything special there as far as I can tell. It should be quite straightforward to move to a different system.
I hope that helps |
@matthid It's just that the need to know both GitHub and Azure DevOps seems unnecessary, I find Azure DevOps confusing and hard to navigate and the combination really difficult. To be honest I don't really understand everything and I just want things simplified to the point that someone can come in as a new maintainer and make progress without needing to know much. We also need to have strong confidence in the release process and understand the exact credentials at every step. |
@sergey-tihon @yazeedobaid It looks like we need to resurrect CI
First, we should move from Azure Dev Ops to in-repo GitHub Actions.. The Azure DevOps azure-pipelines.yml from AzureDevOps is below. More will be needed
@matthid If you can give us any assistance that would be great.
The text was updated successfully, but these errors were encountered: