Skip to content

🌱 Remove experimental to experimental upgrade test - #2518

Merged
openshift-merge-bot[bot] merged 1 commit into
operator-framework:mainfrom
perdasilva:disable-exp2exp-upgrade-test
Feb 19, 2026
Merged

🌱 Remove experimental to experimental upgrade test#2518
openshift-merge-bot[bot] merged 1 commit into
operator-framework:mainfrom
perdasilva:disable-exp2exp-upgrade-test

Conversation

@perdasilva

@perdasilvaperdasilva commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

Description

This PR removes the experimental-to-experimental upgrade e2e test because we expect to be able to make breaking API changes in experimental. Even if we override the job and merge changes, subsequent PRs will still fail because we are always comparing the previous release to main.

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: Per G. da Silva <pegoncal@redhat.com>
CopilotAI review requested due to automatic review settings February 19, 2026 14:01
@netlify

netlifyBot commented Feb 19, 2026

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commit6f2dcb5
🔍 Latest deploy loghttps://app.netlify.com/projects/olmv1/deploys/699717a9337d1700081a4676
😎 Deploy Previewhttps://deploy-preview-2518--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 project configuration.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the CI E2E workflow by removing the “experimental to experimental” upgrade test entry from the e2e job matrix.

Changes:

  • Removed the upgrade-ex2ex-e2e matrix item from .github/workflows/e2e.yaml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@joelanford

Copy link
Copy Markdown
Member

/approve

@openshift-ci

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: joelanford

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ciopenshift-ciBot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 19, 2026
@tmshort

Copy link
Copy Markdown
Contributor

/hold
The reason for this test is to recognize when we make incompatible changes. It's not a require test, it's informative.
The proper fix is to re-tag the upstream, not remove the test.

@openshift-ciopenshift-ciBot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 19, 2026
@codecov

codecovBot commented Feb 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.25%. Comparing base (1fd37fa) to head (6f2dcb5).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #2518 +/- ##
==========================================
+ Coverage 69.46% 73.25% +3.78% 
==========================================
Files 103 103 Lines 8509 8516 +7 ==========================================
+ Hits 5911 6238 +327 + Misses 2129 1799 -330 - Partials 469 479 +10 
FlagCoverage Δ
e2e45.55% <ø> (-0.34%)⬇️
experimental-e2e53.65% <ø> (+40.87%)⬆️
unit57.94% <ø> (+0.03%)⬆️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tmshort

Copy link
Copy Markdown
Contributor

/unhold

@openshift-ciopenshift-ciBot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 19, 2026
@tmshort

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ciopenshift-ciBot added the lgtm Indicates that a PR is ready to be merged. label Feb 19, 2026
@openshift-merge-bot
openshift-merge-botBot merged commit 11f2db3 into operator-framework:mainFeb 19, 2026
34 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by an approver from all required OWNERS files.lgtmIndicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@perdasilva@joelanford@tmshort