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

[ci] #1657: Update image to rust 1.57 #1666

Merged
merged 7 commits into from
Dec 3, 2021

Conversation

appetrosyan
Copy link
Contributor

@appetrosyan appetrosyan commented Dec 2, 2021

Signed-off-by: Aleksandr a-p-petrosyan@yandex.ru

Description of the Change

  • Made all cargo commands quiet to improve readability (this reduces the verbosity of test outputs, but still produces the full logs and messages for the failing tests).
  • Bump versions of nightly (2021-12-02 and stable (1.57) toolchains.

Issue

Closes #1657

Benefits

  • Better readability: no boilerplate messages should be present in the test output.
  • The check-pr-title workflow now accepts optional issues for some PR titles, as well as common abbreviations:

Possible Drawbacks

None found

Examples

[feat] #1666: refactor of CI runners
[docs]: CI
[ci]: Docs
[ci] #1330: not relevant feature, but can't check. 
[ci] #1630, #1637: This PR.

@github-actions github-actions bot added the iroha2-dev The re-implementation of a BFT hyperledger in RUST label Dec 2, 2021
@codecov
Copy link

codecov bot commented Dec 2, 2021

Codecov Report

Merging #1666 (c52f7b8) into iroha2-dev (c613d87) will increase coverage by 9.64%.
The diff coverage is 74.36%.

Impacted file tree graph

@@              Coverage Diff               @@
##           iroha2-dev    #1666      +/-   ##
==============================================
+ Coverage       67.63%   77.28%   +9.64%     
==============================================
  Files             128      128              
  Lines           23261    20467    -2794     
==============================================
+ Hits            15733    15817      +84     
+ Misses           7528     4650    -2878     
Impacted Files Coverage Δ
actor/src/lib.rs 83.95% <ø> (ø)
client/tests/integration_tests/add_account.rs 100.00% <ø> (ø)
client/tests/integration_tests/add_asset.rs 100.00% <ø> (ø)
client/tests/integration_tests/add_domain.rs 100.00% <ø> (ø)
...lient/tests/integration_tests/asset_propagation.rs 100.00% <ø> (ø)
client/tests/integration_tests/config.rs 100.00% <ø> (ø)
client/tests/integration_tests/events.rs 98.92% <ø> (ø)
...tests/integration_tests/multiple_blocks_created.rs 0.00% <ø> (ø)
.../tests/integration_tests/multisignature_account.rs 100.00% <ø> (ø)
...ts/integration_tests/multisignature_transaction.rs 100.00% <ø> (ø)
... and 89 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 498bc56...c52f7b8. Read the comment docs.

@appetrosyan appetrosyan marked this pull request as ready for review December 2, 2021 10:32
@appetrosyan appetrosyan added CI Optimization Something isn't working as well as it should labels Dec 2, 2021
.github/workflows/iroha2-dev-pr-title.yml Outdated Show resolved Hide resolved
.github/workflows/iroha2-dev-pr-static.yml Outdated Show resolved Hide resolved
@appetrosyan appetrosyan force-pushed the i2-ci-fix branch 2 times, most recently from ecf7360 to a69ce24 Compare December 2, 2021 14:03
mversic
mversic previously approved these changes Dec 2, 2021
@appetrosyan appetrosyan changed the title [fix] #1630: Move back to self-hosted runners. [fix] #(1630, 666): Move back to self-hosted runners. Dec 2, 2021
@appetrosyan appetrosyan changed the title [fix] #(1630, 666): Move back to self-hosted runners. [ci] #(1630, 666): Move back to self-hosted runners. Dec 2, 2021
@appetrosyan appetrosyan changed the title [ci] #(1630, 666): Move back to self-hosted runners. [fix] #(1630, 666): Move back to self-hosted runners. Dec 2, 2021
@appetrosyan appetrosyan changed the title [fix] #(1630, 666): Move back to self-hosted runners. [ci] #(1630, 666): Move back to self-hosted runners. Dec 2, 2021
@appetrosyan appetrosyan changed the title [ci] #(1630, 666): Move back to self-hosted runners. [fix] #(1630, 666): Move back to self-hosted runners. Dec 2, 2021
@appetrosyan appetrosyan changed the title [fix] #(1630, 666): Move back to self-hosted runners. [ci] #(1630, 666): Move back to self-hosted runners. Dec 2, 2021
@appetrosyan appetrosyan changed the title [ci] #(1630, 666): Move back to self-hosted runners. [Di] #(1630, 666): Move back to self-hosted runners. Dec 2, 2021
@appetrosyan appetrosyan changed the title [fix] #1630, #1657: Move back to self-hosted runners. [ci] #1630, #1657: Update image to rust 1.57 Dec 3, 2021
@appetrosyan appetrosyan changed the title [ci] #1630, #1657: Update image to rust 1.57 [ci] #1657: Update image to rust 1.57 Dec 3, 2021
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
mversic
mversic previously approved these changes Dec 3, 2021
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
config/derive/src/lib.rs Outdated Show resolved Hide resolved
core/src/sumeragi/mod.rs Outdated Show resolved Hide resolved
core/src/kura.rs Outdated Show resolved Hide resolved
core/src/kura.rs Outdated Show resolved Hide resolved
core/src/tx.rs Show resolved Hide resolved
lints.toml Show resolved Hide resolved
@mversic mversic self-requested a review December 3, 2021 13:07
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
e-ivkov
e-ivkov previously approved these changes Dec 3, 2021
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
@appetrosyan appetrosyan changed the title [ci] #1657: Update image to rust 1.57 DO NOT MERGE [ci] #1657: Update image to rust 1.57 Dec 3, 2021
//! Iroha simple actor framework.
//!
#![allow(clippy::same_name_method)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can remove this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll keep it for the time being, if you ran cargo clippy -- -W clippy::same_name_method, it would exclude this file, but keep highlighting others.

@appetrosyan appetrosyan changed the title DO NOT MERGE [ci] #1657: Update image to rust 1.57 [ci] #1657: Update image to rust 1.57 Dec 3, 2021
@appetrosyan appetrosyan merged commit 6cd608c into hyperledger:iroha2-dev Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI iroha2-dev The re-implementation of a BFT hyperledger in RUST Optimization Something isn't working as well as it should
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants