-
Notifications
You must be signed in to change notification settings - Fork 205
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
action: reuse rust caches #1261
Conversation
@Desiki-high , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/71165 |
Codecov Report
@@ Coverage Diff @@
## master #1261 +/- ##
=======================================
Coverage 45.05% 45.05%
=======================================
Files 126 126
Lines 37395 37395
Branches 37395 37395
=======================================
+ Hits 16848 16849 +1
+ Misses 19658 19657 -1
Partials 889 889 |
@Desiki-high , The CI test is completed, please check result:
Congratulations, your test job passed! |
@Desiki-high , the title has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/71176 |
Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
2964265
to
900d705
Compare
@Desiki-high , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/71183 |
@Desiki-high , The CI test is completed, please check result:
Congratulations, your test job passed! |
@Desiki-high , The CI test is completed, please check result:
Congratulations, your test job passed! |
changes
nydus-build
,nydus-build-master
andnydus-unit-tes
.reason
nydus-build
andnydus-build-master
have same dep.nydus-unit-test
dependences have partial similarity with thenydus-build
, and it will use the cache create bynydus-build
because of slower. So it will not block the smoke test.close #1260.