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 daily build by disabling Pact tests due to upstream issue, disabling Microprofile OpenTracing module that does work after deps renaming and rename extensions #1706

Merged
merged 4 commits into from
Mar 15, 2024

Conversation

michalvavrik
Copy link
Member

@michalvavrik michalvavrik commented Mar 11, 2024

Summary

Fixes daily build and PRs CI by:

2024-03-12T20:09:18.7394676Z [WARNING] The POM for io.quarkus:quarkus-resteasy-reactive-spi-deployment:jar:999-SNAPSHOT is missing, no dependency information available

Reflect changes in Quarkus reactive extension names as had already been done in the quarkus-qe/beefy-scenarios#464:

Our own modules are not renamed as that would make backports hard and first and foremost, we need daily build green.

Please select the relevant options.

  • Bug fix (non-breaking change which fixes an issue)
  • Dependency update
  • Refactoring
  • Backport
  • New scenario (non-breaking change which adds functionality)
  • This change requires a documentation update
  • This change requires execution against OCP (use run tests phrase in comment)

Checklist:

  • Methods and classes used in PR scenarios are meaningful
  • Commits are well encapsulated and follow the best practices

@michalvavrik michalvavrik force-pushed the feature/disable-pact branch from a0a6c67 to a05fc9a Compare March 12, 2024 11:25
@michalvavrik michalvavrik force-pushed the feature/disable-pact branch from a05fc9a to fe8aa64 Compare March 12, 2024 18:35
@michalvavrik michalvavrik changed the title Disable Pact tests due to upstream issue Fix daily build by disabling Pact tests due to upstream issue and renaming dependencies Mar 12, 2024
@michalvavrik michalvavrik changed the title Fix daily build by disabling Pact tests due to upstream issue and renaming dependencies Fix daily build by disabling Pact tests due to upstream issue and by renaming Quarkus extensions Mar 12, 2024
@michalvavrik michalvavrik changed the title Fix daily build by disabling Pact tests due to upstream issue and by renaming Quarkus extensions Fix daily build by disabling Pact tests due to upstream issue, disabling Microprofile OpenTracing module that does work after deps renaming and rename extensions Mar 12, 2024
@michalvavrik michalvavrik force-pushed the feature/disable-pact branch 2 times, most recently from 28f5f68 to 68e1e8c Compare March 12, 2024 21:22
@michalvavrik michalvavrik force-pushed the feature/disable-pact branch from 68e1e8c to 93f1308 Compare March 13, 2024 08:10
@michalvavrik
Copy link
Member Author

michalvavrik commented Mar 13, 2024

I think CLI failures are expected because listed extensions still list resteasy-reactive, however that will change soon (probably with next release that is due any day now?). Change is correct.

@michalvavrik
Copy link
Member Author

I could probably postpone CLI changes till upstream is released, but it feels like something that is happening in next days and change is clear. I'll leave it on you.

@rsvoboda
Copy link
Member

CR1 release happened yesterday -quarkus-release/release#50

Full platform release is in 2 weeks. That's when registry, CLI version, etc. get updated.
I would disable the test for now and keep the changes. wdyt @mjurc

@mjurc
Copy link
Member

mjurc commented Mar 14, 2024

@rsvoboda I don't really have a strong opinion either way

@michalvavrik
Copy link
Member Author

Alright, disable it is.

@michalvavrik michalvavrik force-pushed the feature/disable-pact branch from 0c314ee to e38d4f2 Compare March 15, 2024 00:37
@michalvavrik
Copy link
Member Author

Awaiting approvals.

@mjurc mjurc requested review from mjurc and removed request for rsvoboda March 15, 2024 12:01
Copy link
Member

@mjurc mjurc left a comment

Choose a reason for hiding this comment

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

LGTM

@mjurc mjurc merged commit ddaf33e into quarkus-qe:main Mar 15, 2024
8 checks passed
@michalvavrik michalvavrik deleted the feature/disable-pact branch March 15, 2024 12:30
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.

3 participants