Skip to content

Conversation

@kartikangiras
Copy link

@kartikangiras kartikangiras commented Dec 5, 2025

closes #7525

  • migrated from records.event (core.event) to events.event
  • migrates Antrea's event creation from the core/v1.Event API to the newer API.
  • all the tests passed successfully
  • all existing tests were updated to match the new event structure

@kartikangiras kartikangiras marked this pull request as draft December 5, 2025 14:45
@kartikangiras kartikangiras marked this pull request as ready for review December 6, 2025 06:40
@kartikangiras
Copy link
Author

@antoninbas PTAL

Copy link
Contributor

@antoninbas antoninbas left a comment

Choose a reason for hiding this comment

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

Thanks for the PR - please take a look at test/e2e/egress_test.go, we use the core API for events there and I think it should be replaced as part of this change?

@kartikangiras kartikangiras force-pushed the migrateevents branch 2 times, most recently from 08f18c9 to 2529a70 Compare December 19, 2025 17:59
@kartikangiras
Copy link
Author

@antoninbas i have made the necessary changes requested

@kartikangiras kartikangiras force-pushed the migrateevents branch 2 times, most recently from 8f87d55 to 2f44e86 Compare December 20, 2025 08:17
@kartikangiras
Copy link
Author

@antoninbas resolved the changes you asked for, thanks.

@antoninbas
Copy link
Contributor

@kartikangiras The e2e tests (TestEgress) are consistently failing in CI, so I guess your changes in test/e2e/egress_test.go are not valid.

update parameters

Signed-off-by: Kartik Angiras <[email protected]>
Signed-off-by: Kartik Angiras <[email protected]>
Signed-off-by: Kartik Angiras <[email protected]>
@kartikangiras
Copy link
Author

i have tested the changes locally they are working fine, i do not know why the e2e ci checks are failing.

@ThatDeparted2061
Copy link

ThatDeparted2061 commented Dec 25, 2025

@antoninbas I have been seeing many PRs with failing e2e ci, so maybe the failure is not be due to the PR ?
Should we investigate more into this ?

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.

Migrate from core.Event to events.Event

4 participants