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

Run everest test in komodo #8827

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

DanSava
Copy link
Contributor

@DanSava DanSava commented Oct 1, 2024

Issue
Resolves #8783

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

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.48%. Comparing base (8e0afc1) to head (ba9cf74).
Report is 22 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8827      +/-   ##
==========================================
+ Coverage   91.36%   91.48%   +0.11%     
==========================================
  Files         344      345       +1     
  Lines       21122    21267     +145     
==========================================
+ Hits        19299    19457     +158     
+ Misses       1823     1810      -13     
Flag Coverage Δ
cli-tests 39.45% <ø> (-0.13%) ⬇️
gui-tests 73.30% <ø> (-0.25%) ⬇️
performance-tests 50.15% <ø> (+<0.01%) ⬆️
unit-tests 80.27% <ø> (+0.18%) ⬆️

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.

@DanSava DanSava force-pushed the run_everest_tests_in_komodo branch 2 times, most recently from 5e3db8c to 7a0ab13 Compare October 1, 2024 10:01
@DanSava DanSava self-assigned this Oct 1, 2024
@DanSava DanSava force-pushed the run_everest_tests_in_komodo branch 3 times, most recently from 97eeab8 to c1ce014 Compare October 4, 2024 07:39
ci/testkomodo.sh Outdated
@@ -33,6 +34,20 @@ run_ert_with_opm () {
popd
}

run_everest_tests () {
if [[ -n "${CI_PR_RUN}" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

I do not think that this CI_PR_RUN variable will ever be set in komodo, so i suggest removing the if statement and only keep the first branch?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is good to have a confirmation that CI_PR_RUN is not a thing anymore in komodo, but why keep the first branch and the else branch? The first branch is not running the UI tests.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, I just assumed that it was the first that we used to run due to the comment, but I agree that we should also run the ui tests then.

@DanSava DanSava force-pushed the run_everest_tests_in_komodo branch from c1ce014 to ba9cf74 Compare October 8, 2024 13:17
Copy link
Contributor

@larsevj larsevj left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@DanSava DanSava merged commit 7651fff into equinor:main Oct 9, 2024
57 checks passed
@DanSava DanSava deleted the run_everest_tests_in_komodo branch October 9, 2024 05:50
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.

Run everest tests in komodo
3 participants