Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Flouse
Copy link
Contributor

@Flouse Flouse commented Sep 11, 2023

What this PR does / why we need it?

When restoring cargo-test-cache without a exact match, the unit_test workflow sometimes failed due to a no space left error.

I think we could just use exact match mode for cargo-test-cache in the unit_test workflow.

What is the impact of this PR?

No Breaking Change

CI Settings

CI Usage

Tip: Check the CI you want to run below, and then comment /run-ci.

CI Switch

  • E2E Tests
  • Web3 Compatible Tests
  • OCT 1-5 And 12-15
  • OCT 6-10
  • OCT 11
  • OCT 16-19
  • v3 Core Tests

CI Description

CI Name Description
Chaos CI Test the liveness and robustness of Axon under terrible network condition
Cargo Clippy Run cargo clippy --all --all-targets --all-features
Coverage Test Get the unit test coverage report
E2E Test Run end-to-end test to check interfaces
Code Format Run cargo +nightly fmt --all -- --check and cargo sort -gwc
Web3 Compatible Test Test the Web3 compatibility of Axon
v3 Core Test Run the compatibility tests provided by Uniswap V3
OCT 1-5 | 6-10 | 11 | 12-15 | 16-19 Run the compatibility tests provided by OpenZeppelin

When restoring `cargo-test-cache` without a exact match,
the unit_test workflow sometimes failed due to a`no space left` error.
@Flouse Flouse linked an issue Sep 11, 2023 that may be closed by this pull request
@Flouse Flouse marked this pull request as ready for review September 11, 2023 10:20
@Flouse Flouse requested a review from a team as a code owner September 11, 2023 10:20
@Flouse Flouse requested review from Simon-Tl, chaoticlonghair, driftluo and wenyuanhust and removed request for wenyuanhust September 11, 2023 10:20
@KaoImin KaoImin enabled auto-merge September 12, 2023 06:49
@KaoImin KaoImin added this pull request to the merge queue Sep 12, 2023
Merged via the queue into main with commit 2997c5e Sep 12, 2023
@Flouse Flouse deleted the fix-out-of-disk-error-in-unit-test-workflow branch September 12, 2023 15:06
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.

Fix no space left error in .workflows/unit_test.yml

4 participants