-
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
Use scheduler to submit Everserver #9126
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9126 +/- ##
==========================================
- Coverage 90.75% 90.75% -0.01%
==========================================
Files 351 351
Lines 21901 21901
==========================================
- Hits 19877 19876 -1
- Misses 2024 2025 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ad2cd54
to
716e76a
Compare
7882483
to
0df6429
Compare
0df6429
to
96d830f
Compare
assert config.config_directory is not None | ||
assert config.config_file is not None | ||
|
||
site_config = ErtConfig.read_site_config() |
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.
Need support for this, but this should be moved to happen earlier.
Issue
Resolves #8905
Approach
Short description of the approach
(Screenshot of new behavior in GUI if applicable)
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable