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

🌱 Consolidate e2e CI jobs #993

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

m1kola
Copy link
Member

@m1kola m1kola commented Jul 1, 2024

Description

Consolidates 2 E2E jobs in a single workflow.

We will be adding another E2E (for operator-controller upgrade) and it would be good to have some consistency amongst these jobs (e.g. same triggers, etc).

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 1, 2024
Copy link

netlify bot commented Jul 1, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit b06ffe3
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/6682afadabe0ec000808c373
😎 Deploy Preview https://deploy-preview-993--olmv1.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.

Comment on lines -25 to -30
# By default make stops building on first non-zero exit code which
# in case of E2E tests will mean that code coverage will only be
# collected on successful runs. We want to collect coverage even
# after failing tests.
# With -k flag make will continue the build, but will return non-zero
# exit code in case of any errors.
Copy link
Member Author

Choose a reason for hiding this comment

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

This commit is not longer relevant since at some point -k was removed.

Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.19%. Comparing base (00eb488) to head (b06ffe3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #993   +/-   ##
=======================================
  Coverage   77.19%   77.19%           
=======================================
  Files          17       17           
  Lines        1206     1206           
=======================================
  Hits          931      931           
  Misses        193      193           
  Partials       82       82           
Flag Coverage Δ
e2e 56.54% <ø> (ø)
unit 51.90% <ø> (ø)

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.

@m1kola m1kola marked this pull request as ready for review July 1, 2024 13:38
@m1kola m1kola requested a review from a team as a code owner July 1, 2024 13:38
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 1, 2024
@everettraven everettraven added this pull request to the merge queue Jul 1, 2024
Merged via the queue into operator-framework:main with commit f681af0 Jul 1, 2024
17 checks passed
@m1kola m1kola deleted the consolidate_e2e branch July 1, 2024 14:05
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.

None yet

2 participants