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(app): point updates at dns not s3 #13798

Merged
merged 2 commits into from
Oct 18, 2023

Conversation

sfoster1
Copy link
Member

We're properly pointing at the builds.opentrons.com bucket for release
installs, but we were using the s3 provider config which will hit the s3
bucket's public url and not hit the CDN (or the DNS, for that matter,
which is like half the point of doing this...). So change that to look
at the actual normal url https://builds.opentrons.com/app in the same
way we do for internal releases.

@sfoster1 sfoster1 requested a review from a team as a code owner October 16, 2023 20:52
@sfoster1 sfoster1 requested review from shlokamin and removed request for a team October 16, 2023 20:52
We're properly pointing at the builds.opentrons.com _bucket_ for release
installs, but we were using the s3 provider config which will hit the s3
bucket's public url and not hit the CDN (or the DNS, for that matter,
which is like half the point of doing this...). So change that to look
at the actual normal url https://builds.opentrons.com/app in the same
way we do for internal releases.
@sfoster1 sfoster1 force-pushed the use-cloudfront-for-publish-app-build branch from d551a18 to 526ff90 Compare October 16, 2023 20:55
@sfoster1 sfoster1 requested review from a team as code owners October 16, 2023 20:55
@sfoster1 sfoster1 changed the base branch from chore_release-7.0.1 to edge October 16, 2023 20:55
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #13798 (526ff90) into edge (d16b7ec) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             edge   #13798   +/-   ##
=======================================
  Coverage   70.75%   70.75%           
=======================================
  Files        2465     2465           
  Lines       69346    69346           
  Branches     8338     8338           
=======================================
  Hits        49069    49069           
  Misses      18317    18317           
  Partials     1960     1960           
Flag Coverage Δ
app 68.11% <ø> (ø)
g-code-testing 96.44% <ø> (ø)
notify-server 89.13% <ø> (ø)
react-api-client 67.32% <ø> (ø)

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

@sfoster1 sfoster1 merged commit 5dc45fd into edge Oct 18, 2023
46 checks passed
@sfoster1 sfoster1 deleted the use-cloudfront-for-publish-app-build branch October 18, 2023 15:39
y3rsh added a commit that referenced this pull request Oct 25, 2023
* edge: (77 commits)
  fix(app): update move gantry text in change pipette flow (#13712)
  fix(app): fix CI after release merge back (#13816)
  chore(hardware): add opentrons hardware package to ot 2 build (#13770)
  feat(protocol-designer): correct step count in create file wizard (#13807)
  feat(protocol-designer): error handling in create file wizard (#13804)
  fix(app): invalidate OT2 calibration queries when calibration flows complete (#13809)
  always jog (#13806)
  chore(app): point updates at dns not s3 (#13798)
  docs(api): updated Flex default flow rates (#13796)
  fix(api): Flag pipette as not ready to aspirate after pushing out air (#13728)
  fix(api, hardware): allow OT3Controller to disable tip motors (#13805)
  more blank trials; longer scale stabilize wait; submerge 2.5mm (#13788)
  fix(app): unload adapters after checking position of labware on adapter on heater shaker module (#13803)
  feat(app): wire up location conflict modal for ODD (#13797)
  feat(app): add Deck configuration page component (#13784)
  fix(robot-server): add default to robot serial (#13802)
  feat(protocol-designer, components): prep work for deck config in PD (#13775)
  feat(app, protocol-designer): plug in waste chute asset (#13800)
  fix(app): do not check mag block in calibration status (#13799)
  feat(protocol-designer): edit additional items staging area support (#13752)
  ...
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.

2 participants