-
Notifications
You must be signed in to change notification settings - Fork 107
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
Merge Everest into ert #8709
Merge Everest into ert #8709
Conversation
1a533fd
to
eca3fb1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8709 +/- ##
==========================================
- Coverage 91.48% 91.45% -0.03%
==========================================
Files 343 343
Lines 21257 21257
==========================================
- Hits 19447 19441 -6
- Misses 1810 1816 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fd29f58
to
5c12d76
Compare
Maybe future work / out of scope right now, so for now just an open question: How should we run tests on PRs? I guess now we just run all of it for all PRs. Some different scenarios
|
Very good. IMO its mergable as is. We will just need to monitor closely the next few weeks how everything works and fix issues as they show up |
Overall LGTM, imo mergeable after fixing up some smaller things:
Whatever remains can be fixed post-merge, not expecting/seeing too many obvious potential problems that can't be discovered/fixed after the merge |
Closes equinor/everest#121 |
This is a good point, this sets it up to do everything, while it is possible to filter so that some workflows only trigger on changes in a sub-directory, if that workflow is required, it will be marked as pending if it does not start, and will block merging. There are options to bypass this, but they come with their own complications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! 🚀
6cf1853
to
364e699
Compare
9a8f62d
to
ef52e17
Compare
ef52e17
to
31ecc09
Compare
🚀 |
Issue
Closes equinor/everest#67
One question is how to deal with the version, currently I checked in the version file, and we would track it manually.
git rebase -i 10 --exec 'pytest tests/unit_tests -n logical -m "not integration_test"'
)When applicable