Skip to content
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

Merged
merged 2 commits into from
May 6, 2023

Conversation

Desiki-high
Copy link
Member

@Desiki-high Desiki-high commented May 6, 2023

changes

  1. update the Swatinem/rust-cache version
  2. reuse the rust cache in nydus-build, nydus-build-master and nydus-unit-tes.

reason

  1. nydus-build and nydus-build-master have same dep.
  2. nydus-unit-test dependences have partial similarity with the nydus-build, and it will use the cache create by nydus-build because of slower. So it will not block the smoke test.

close #1260.

@Desiki-high Desiki-high requested a review from a team as a code owner May 6, 2023 02:06
@Desiki-high Desiki-high requested review from bergwolf, imeoer and jiangliu and removed request for a team May 6, 2023 02:06
@anolis-bot
Copy link
Collaborator

@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
Copy link

codecov bot commented May 6, 2023

Codecov Report

Merging #1261 (900d705) into master (7a48992) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           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           

see 1 file with indirect coverage changes

@anolis-bot
Copy link
Collaborator

@Desiki-high , The CI test is completed, please check result:

Test CaseTest Result
build rust golang image✅ SUCCESS
compile nydusd✅ SUCCESS
compile ctr remote✅ SUCCESS
compile nydus snapshotter✅ SUCCESS
run container with rafs✅ SUCCESS
run container with zran✅ SUCCESS
run container with rafs and compile linux✅ SUCCESS

Congratulations, your test job passed!

@anolis-bot
Copy link
Collaborator

@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

.github/workflows/benchmark.yml Outdated Show resolved Hide resolved
@anolis-bot
Copy link
Collaborator

@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

@anolis-bot
Copy link
Collaborator

@Desiki-high , The CI test is completed, please check result:

Test CaseTest Result
build rust golang image✅ SUCCESS
compile nydusd✅ SUCCESS
compile ctr remote✅ SUCCESS
compile nydus snapshotter✅ SUCCESS
run container with rafs✅ SUCCESS
run container with zran✅ SUCCESS
run container with rafs and compile linux✅ SUCCESS

Congratulations, your test job passed!

@Desiki-high Desiki-high merged commit 6d1d56e into dragonflyoss:master May 6, 2023
@anolis-bot
Copy link
Collaborator

@Desiki-high , The CI test is completed, please check result:

Test CaseTest Result
build rust golang image✅ SUCCESS
compile nydusd✅ SUCCESS
compile ctr remote✅ SUCCESS
compile nydus snapshotter✅ SUCCESS
run container with rafs✅ SUCCESS
run container with zran✅ SUCCESS
run container with rafs and compile linux✅ SUCCESS

Congratulations, your test job passed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reuse the rust caches
3 participants