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: publish-docs installs awscli into user space #9153

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

wes-turner
Copy link
Contributor

@wes-turner wes-turner commented Apr 11, 2024

PR #9126 removing the awscli installation was not well tested and doesn't work in production. This adds it back, but explicitly adds it to the user path so that the pip doesn't complain about installation into a system-managed python path.

MD-349

Ticket

Description

Test Plan

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.

PR #9126 removing the awscli installation was not well tested and
doesn't work in production. This adds it back, but explicitly adds it to
the user path so that the pip doesn't complain about installation
into a system-managed python path.
@wes-turner wes-turner added the to-cherry-pick Pull requests that need to be cherry-picked into the current release label Apr 11, 2024
@wes-turner wes-turner requested a review from a team as a code owner April 11, 2024 20:32
@cla-bot cla-bot bot added the cla-signed label Apr 11, 2024
Copy link

netlify bot commented Apr 11, 2024

Deploy Preview for determined-ui canceled.

Name Link
🔨 Latest commit 695e6fc
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/661848d0d60c3c0008ebf940

Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.01%. Comparing base (291565b) to head (695e6fc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9153      +/-   ##
==========================================
- Coverage   45.70%   42.01%   -3.69%     
==========================================
  Files        1179     1042     -137     
  Lines      146771   135762   -11009     
  Branches     2419     2419              
==========================================
- Hits        67077    57043   -10034     
+ Misses      79480    78505     -975     
  Partials      214      214              
Flag Coverage Δ
harness 53.50% <ø> (-10.52%) ⬇️
web 35.82% <ø> (ø)

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

see 200 files with indirect coverage changes

Copy link
Member

@dannysauer dannysauer left a comment

Choose a reason for hiding this comment

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

Hooray!

@wes-turner wes-turner merged commit 0228a95 into main Apr 11, 2024
54 of 84 checks passed
@wes-turner wes-turner deleted the wes/fix-publish-docs branch April 11, 2024 20:36
dai-release bot pushed a commit that referenced this pull request Apr 11, 2024
PR #9126 removing the awscli installation was not well tested and doesn't work in production. This adds it back, but explicitly adds it to the user path so that the pip doesn't complain about installation into a system-managed python path.

(cherry picked from commit 0228a95)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed to-cherry-pick Pull requests that need to be cherry-picked into the current release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants