Further automate build and release process
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 61
- フォーク
- 48
- 平均マージ
- 1時間 22分
- マージ済み PR(30日)
- 4
説明
We also have partially automated the release process in GitHub Actions but haven't reached the level of automation that we have for Windows and Azure Pipelines.
Currently run_release requires humans to click around in the GitHub UI to manually execute the GitHub workflow, which wasn't the case before. We also lost the automatic local testing step in favor of testing on GitHub Actions, but local assurance is good to have for RMs.
- Further automate kicking off the build and release workflows on GitHub Actions.
- Automatically detect workflow completion and download artifacts from GitHub Actions.
- Add back local testing to
run_release.pyscript once artifacts are automatically downloaded.
cc @ambv
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
run_release.py スクリプトと、build および release に関係する GitHub Actions ワークフローから始めます。現在、ワークフローの完了とアーティファクトがどのように処理されているかを追跡し、その後、削除されたローカルテストの手順を特定します。ワークフローを検出してアーティファクトを自動的にダウンロードでき、run_release.py でローカルテストが復元されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github-actions, python
- 領域
- build-system, ci-cd, release
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100