python / python/release-tools

Further automate build and release process

未关闭
#108 2 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Python
星标
61
派生
48
平均合并
1 小时 22 分钟
30 天内合并 PR
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.py script once artifacts are automatically downloaded.

cc @ambv

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。