Skip to content

Conversation

@sbulage
Copy link
Collaborator

@sbulage sbulage commented Nov 13, 2025

  • Current code base has support for prime, prime-optimus, alpha, head etc. but not the newly added registry prime-alpha.
  • Adding prime-alpha to current regex will execute the tests for 2.12 and 2.13 onwards.
  • In the same PR, removing duplicate entry of ele-testhelpers from go.sum

@sbulage sbulage self-assigned this Nov 13, 2025
@sbulage sbulage added fleet-e2e-ci Improvements or additions to the CI framework automation Add or update automation labels Nov 13, 2025
@sbulage sbulage changed the title Accommodate 'prime-alpha' in regex Accommodate 'prime-alpha' and 'prime-rc' in regex Nov 14, 2025
@sbulage sbulage requested a review from mmartin24 November 14, 2025 10:40
@sbulage
Copy link
Collaborator Author

sbulage commented Nov 14, 2025

Above PR CI: only 3 tests failed, which are hiccup.

@sbulage
Copy link
Collaborator Author

sbulage commented Nov 14, 2025

CI for 2.12.4-alpha4 is passing: https://github.com/rancher/fleet-e2e/actions/runs/19360943874 (Failures are similar to 2.12-head CI run.)

github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/rancher-sandbox/ele-testhelpers v0.0.0-20251113092326-9b43cc34d982 h1:pQ0S4n8+impomKiOYBXuOGKGC6/8TV0rbFNLOhGtUFY=
Copy link
Collaborator

Choose a reason for hiding this comment

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

sorry. what is the consecuence of this removal?
Shouldn't be done in other pr?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No side effect of it, as it is just removal.

If it was addition then separate PR is required.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry, but a removal can be also problematic.
What is that removal and why is necessary?

Copy link
Collaborator

Choose a reason for hiding this comment

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

ok. the description has been updated to remove duplicated entry of go.sum.

Being a duplicated can be a reason to remove code, but not the removal itself, which can be dangerous.
The removal comes per my understanding from another pr trying to fix 2.12 lanes.
So that is the explanation I was looking.

Thanks approving.

Copy link
Collaborator Author

@sbulage sbulage Nov 14, 2025

Choose a reason for hiding this comment

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

This removal is not problematic as this is extra entry for ele-testhelpes modules.

But the entry from go.mod will be used, hence removing this unnecessary entry from go.sum.

@sbulage sbulage merged commit 461901f into main Nov 14, 2025
5 of 6 checks passed
@sbulage sbulage deleted the update-regex-2.12 branch November 14, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation Add or update automation fleet-e2e-ci Improvements or additions to the CI framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants