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

Remove mac-everest test to be able to deploy #9309

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

berland
Copy link
Contributor

@berland berland commented Nov 22, 2024

Issue
Resolves ability to deploy

Approach
Short description of the approach

(Screenshot of new behavior in GUI if applicable)

  • PR title captures the intent of the changes, and is fitting for release notes.
  • Added appropriate release note label
  • Commit history is consistent and clean, in line with the contribution guidelines.
  • Make sure unit tests pass locally after every commit (git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"')

When applicable

  • When there are user facing changes: Updated documentation
  • New behavior or changes to existing untested code: Ensured that unit tests are added (See Ground Rules).
  • Large PR: Prepare changes in small commits for more convenient review
  • Bug fix: Add regression test for the bug
  • Bug fix: Create Backport PR to latest release

matrix:
test-type: [ 'test', 'integration-test', 'everest-models-test' ]
python-version: [ '3.8', '3.12' ]
os: [ 'macos-13', 'macos-14', 'macos-14-large']
Copy link
Contributor

Choose a reason for hiding this comment

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

Have you considered aligning the Everest matrix with the ert matrix?

        os: [ 'macos-13', 'macos-14']
        exclude:
          - os: 'macos-13'
            python-version: '3.12'

I think this will resolve your issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only trying to deploy, not to fix anything..

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.86%. Comparing base (4ea9e56) to head (e6d2bc1).

Additional details and impacted files
@@               Coverage Diff                @@
##           version-11.1    #9309      +/-   ##
================================================
+ Coverage         90.84%   90.86%   +0.01%     
================================================
  Files               352      352              
  Lines             21961    21961              
================================================
+ Hits              19950    19954       +4     
+ Misses             2011     2007       -4     
Flag Coverage Δ
cli-tests 39.20% <ø> (ø)
gui-tests 71.81% <ø> (-0.04%) ⬇️
performance-tests 49.35% <ø> (-0.04%) ⬇️
unit-tests 79.70% <ø> (+0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@andreas-el andreas-el left a comment

Choose a reason for hiding this comment

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

💯

@andreas-el andreas-el merged commit 83a673a into equinor:version-11.1 Nov 22, 2024
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants