Skip to content

ci: use ubuntu 2004 to build weekly#895

Merged
killme2008 merged 1 commit intodevelopfrom
fix/ubuntu2004-builder
Jan 20, 2023
Merged

ci: use ubuntu 2004 to build weekly#895
killme2008 merged 1 commit intodevelopfrom
fix/ubuntu2004-builder

Conversation

@sunng87
Copy link
Copy Markdown
Member

@sunng87 sunng87 commented Jan 18, 2023

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

This patch fixes #893 by assigning our ubuntu 20.04 runners to release tasks. We also changed lto to thin to speed up binary building.

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

@sunng87 sunng87 requested a review from zyy17 January 18, 2023 04:04
@sunng87 sunng87 marked this pull request as ready for review January 18, 2023 04:04
@sunng87 sunng87 changed the title feat: use ubuntu 2004 to build weekly ci: use ubuntu 2004 to build weekly Jan 18, 2023
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 18, 2023

Codecov Report

Merging #895 (3d8b8d3) into develop (6f5639f) will increase coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #895      +/-   ##
===========================================
+ Coverage    86.31%   86.33%   +0.01%     
===========================================
  Files          427      427              
  Lines        57260    57295      +35     
===========================================
+ Hits         49426    49466      +40     
+ Misses        7834     7829       -5     
Flag Coverage Δ
rust 86.33% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/servers/src/shutdown.rs 80.95% <0.00%> (-9.53%) ⬇️
src/meta-srv/src/error.rs 94.76% <0.00%> (-1.14%) ⬇️
src/cmd/src/datanode.rs 77.48% <0.00%> (-0.75%) ⬇️
src/datanode/src/instance.rs 65.55% <0.00%> (-0.32%) ⬇️
src/datanode/src/mock.rs 100.00% <0.00%> (ø)
src/datanode/src/datanode.rs 58.92% <0.00%> (+0.74%) ⬆️
src/servers/src/opentsdb.rs 98.41% <0.00%> (+1.58%) ⬆️
src/common/substrait/src/df_logical.rs 78.77% <0.00%> (+1.75%) ⬆️
src/datanode/src/heartbeat.rs 85.96% <0.00%> (+4.35%) ⬆️
src/servers/src/error.rs 40.74% <0.00%> (+5.55%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Copy Markdown
Collaborator

@zyy17 zyy17 left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Copy Markdown
Member

@killme2008 killme2008 left a comment

Choose a reason for hiding this comment

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

LGTM

@killme2008 killme2008 merged commit 302d7ec into develop Jan 20, 2023
@killme2008 killme2008 deleted the fix/ubuntu2004-builder branch January 20, 2023 00:36
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
feat: use ubuntu 2004 to build weekly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build weekly binary with ubuntu 20.04

3 participants