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

chore: make devcluster to rebuild bindings before harness and webui. #8748

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

ioga
Copy link
Contributor

@ioga ioga commented Jan 24, 2024

Description

Existing setup leaves users exposed to stale bindings build. Let's have the harness and webui build keybindings rebuild the proto bindings as well.

Test Plan

Commentary (optional)

https://hpe-aiatscale.slack.com/archives/C04TUNDGKMF/p1706040175088669

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

Ticket

Copy link

netlify bot commented Jan 24, 2024

Deploy Preview for determined-ui canceled.

Name Link
🔨 Latest commit ed2dd01
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/65b18d390406670008eca868

Comment on lines +5 to +6
p: make -C bindings build && make -C harness clean build # rebuild Python
w: make -C bindings build && make -C webui build # rebuild Webui
Copy link
Member

Choose a reason for hiding this comment

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

make -C bindings build/python && make -C harness clean build
make -C bindings build/typescript && make -C webui build

Copy link
Member

Choose a reason for hiding this comment

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

I don't feel strongly about this

Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7f3ddfb) 47.41% compared to head (ed2dd01) 38.85%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #8748       +/-   ##
===========================================
- Coverage   47.41%   38.85%    -8.56%     
===========================================
  Files        1046      446      -600     
  Lines      166945    56000   -110945     
  Branches     2246        0     -2246     
===========================================
- Hits        79150    21760    -57390     
+ Misses      87636    34240    -53396     
+ Partials      159        0      -159     
Flag Coverage Δ
harness 34.29% <ø> (-30.07%) ⬇️
web ?

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

see 682 files with indirect coverage changes

c: make -C docs build # rebuild doCs
p: make -C bindings build && make -C harness clean build # rebuild Python
w: make -C bindings build && make -C webui build # rebuild Webui
c: make -C docs build # rebuild docs
Copy link
Member

Choose a reason for hiding this comment

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

the capital letter was the mnemonic, same with Python and Webui

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ha

Copy link
Member

Choose a reason for hiding this comment

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

it works better in Warcraft III where they use yellow letters in a white font. But with ascii, you have to work with what you got

@ioga ioga merged commit 7c3650f into main Jan 24, 2024
41 of 76 checks passed
@ioga ioga deleted the devcluster-bindings branch January 24, 2024 22:24
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.

2 participants