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

Fix: Update e2e tests patches #1178

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Fix: Update e2e tests patches #1178

merged 2 commits into from
Jan 23, 2025

Conversation

denisonbarbosa
Copy link
Member

@denisonbarbosa denisonbarbosa commented Jan 22, 2025

After #1175, we bumped the minimum Go version to 1.23. On a toolchain level, this should not make such a difference since Go is able to update itself as needed according to what's specified in go.mod.

However, the PR also introduced changes to d/control and those broke the patches that we need to apply in order to run the e2e tests.

@denisonbarbosa
Copy link
Member Author

denisonbarbosa commented Jan 22, 2025

E2E tests are now working properly after the changes in this PR: https://github.com/ubuntu/adsys/actions/runs/12908744057

@denisonbarbosa denisonbarbosa marked this pull request as ready for review January 22, 2025 13:19
@denisonbarbosa denisonbarbosa requested a review from a team as a code owner January 22, 2025 13:19
Copy link
Member

@didrocks didrocks left a comment

Choose a reason for hiding this comment

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

I’m unsure this is the right fixes, please have a second look. Also I’m puzzed why we have 2 golang-go in the diff, shouldn’t we only have one?

e2e/scripts/patches/focal.patch Show resolved Hide resolved
e2e/scripts/patches/jammy.patch Show resolved Hide resolved
Copy link
Member

@didrocks didrocks left a comment

Choose a reason for hiding this comment

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

This looks better, thanks!

@denisonbarbosa denisonbarbosa force-pushed the fix-e2e-patches branch 2 times, most recently from 41ba272 to bd07c7a Compare January 23, 2025 13:07
After adsys#1175, we bumped the minimum Go version to 1.23. On a
toolchain level, this should not make such a difference since Go is able
to update itself as needed according to what's specified in go.mod.
However, the PR also introduced changes to d/control and those broke the
patches that we need to apply in order to run the e2e tests.
Now that the lifecycle of Mantic is over, we don't need a patch for it
anymore, but we do need a patch for Noble (golang-go is version 1.22
there), so let's reuse the Mantic patch symlink and apply it to noble
instead.
@denisonbarbosa denisonbarbosa merged commit eb0b8b2 into main Jan 23, 2025
4 checks passed
@denisonbarbosa denisonbarbosa deleted the fix-e2e-patches branch January 23, 2025 14:03
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.

2 participants