1 Star 0 Fork 1

Lei/Marlin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
get_test_targets.py 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason Smith 提交于 2020-12-17 04:18 . Balance CI tests (#20485)
#!/usr/bin/env python
"""
Extract the builds used in Github CI, so that we can run them locally
"""
import yaml
with open('.github/workflows/test-builds.yml') as f:
github_configuration = yaml.safe_load(f)
test_platforms = github_configuration\
['jobs']['test_builds']['strategy']['matrix']['test-platform']
print(' '.join(test_platforms))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thundergold/Marlin.git
git@gitee.com:thundergold/Marlin.git
thundergold
Marlin
Marlin
bugfix-2.1.x

搜索帮助