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: try to fix podman tests by building proto once #9267

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

NicholasBlaskey
Copy link
Contributor

@NicholasBlaskey NicholasBlaskey commented Apr 30, 2024

Ticket

Description

Fix failing podman tests

https://app.circleci.com/pipelines/github/determined-ai/determined/54910/workflows/19816278-7088-4c7e-910e-5a6c50699a96/jobs/2515396

Don't build proto again. We probably shouldn't be building proto more than once per CI. We also likely don't even need to build proto at all. My best guess of what is going on is somehow the store_artifacts is interacting weirdly with us building proto again so try making sure we always run after build proto is done.

Test Plan

Tests pass on main after landing

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.

Copy link

netlify bot commented Apr 30, 2024

Deploy Preview for determined-ui canceled.

Name Link
🔨 Latest commit 5c52662
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/6630eec187ade20008681a2d

Copy link

netlify bot commented Apr 30, 2024

Deploy Preview for determined-ui ready!

Name Link
🔨 Latest commit e042b13
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/66310db4d15e23000905ada4
😎 Deploy Preview https://deploy-preview-9267--determined-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.58%. Comparing base (55b7fd9) to head (e042b13).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9267      +/-   ##
==========================================
- Coverage   44.59%   44.58%   -0.02%     
==========================================
  Files        1273     1273              
  Lines      155832   155832              
  Branches     2439     2438       -1     
==========================================
- Hits        69501    69472      -29     
- Misses      86092    86121      +29     
  Partials      239      239              
Flag Coverage Δ
backend 41.68% <ø> (-0.06%) ⬇️
harness 64.05% <ø> (ø)
web 35.04% <ø> (ø)

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

see 6 files with indirect coverage changes

@NicholasBlaskey NicholasBlaskey changed the title ci: fix podman tests by removing unneeded proto build ci: try to fix podman tests by building proto once Apr 30, 2024
@NicholasBlaskey NicholasBlaskey marked this pull request as ready for review April 30, 2024 15:30
@NicholasBlaskey NicholasBlaskey requested a review from a team as a code owner April 30, 2024 15:30
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.

There have been some other questionable things recently where workspace data seems to be different in later steps after rebuilds, and rebuilding things repeatedly is part of why our tests are so dang slow to begin with. Thanks for this; hopefully it helps. :)

@NicholasBlaskey NicholasBlaskey merged commit f8f8672 into main Apr 30, 2024
91 of 103 checks passed
@NicholasBlaskey NicholasBlaskey deleted the fix_podman_tests branch April 30, 2024 16:39
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