-
Notifications
You must be signed in to change notification settings - Fork 52
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
ci: github worflow新增push PKU repository #708
Conversation
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #708 +/- ##
=======================================
Coverage 65.12% 65.12%
=======================================
Files 129 129
Lines 3773 3773
Branches 500 500
=======================================
Hits 2457 2457
Misses 1249 1249
Partials 67 67 ☔ View full report in Codecov by Sentry. |
push速度的问题影响到 #710 (comment) |
回滚#708。由于github actions访问北大镜像库速度较慢,故此PR使CI时不push镜像到北大镜像库中。北大镜像库 中通过webhook和镜像的方式从ghcr中同步镜像。
改动:
mirrors.eecser.com
,此账号密码保存在github secrets内,key分别为PKUREGISTRY_USERNAME
和PKUREGISTRY_PASSWORD
。mirrors.eecser.com/pkuhpc-icode/xxx: {tag}
下mirror.pku.edu.cn/pkuhpc-icode/xxx: {tag}
可以拉到最新push到mirrors.eecser.com/pkuhpc-icode/xxx: {tag}
的镜像自测:
已在58集群拉取到该image
关于push的速度问题: 经测试偶尔时间达到将近十多分钟,可以考虑后续只对release或者合master的image 推到该仓库,其他pr的image继续使用github的仓库即可。