DeployBoard / DeployBoard/deployboard-python

Add the concept of a 'stage'

オープン
#21 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
api enhancement
主要言語
Python
スター
10
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

We currently have a 'status' that indicates if a Service is being deployed, but we would also like to be able to indicate the progress of the Deployment pipeline through the various stages. Many deployments have some form of a Pipeline that might be as simple as `stages = ['build', 'deploy']` while some are much more complicated such as `stages = ['lint', 'test', 'build_docker_image', 'push_image_to_ecr', 'create_new_task_definition_version', 'update_service_with_new_task_definition_version', 'force_new_deployment_on_ecs_service', 'smoke_test', 'regression_test', 'completed']`

While it is nice to have a status of 'Deploying' it would be more helpful to see what stage of the pipeline the deployment is at.

Tracking the stages also allows us to log how long each stage typically takes and graph it over time for easier viewing of where bottlenecks may occur within the pipeline itself, and give the user the knowledge to target those stages for improvement.

I see this being an extra field in the log, as well as being a field item in the service as well.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。