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

Create Bi-weekly job to run against Quarkus Latest Release #1518

Closed
riprasad opened this issue May 24, 2021 · 0 comments · Fixed by #1519
Closed

Create Bi-weekly job to run against Quarkus Latest Release #1518

riprasad opened this issue May 24, 2021 · 0 comments · Fixed by #1519
Assignees
Labels
Enhancement New feature or request

Comments

@riprasad
Copy link
Member

The existing job has two major drawbacks:-

  1. Runs against Quarkus Master - we are likely not going to be able to fix whatever issue that comes out because there is no quarkus release we can use. the issue we have now is like this:-
Error:  /home/runner/work/apicurio-registry/apicurio-registry/app/src/main/java/io/apicurio/registry/rest/v1/ArtifactsResourceImpl.java:[105,185] cannot find symbol
Error:    symbol:   method reusable()
Error:    location: @interface org.eclipse.microprofile.metrics.annotation.ConcurrentGauge

they probably changed some classes or dependency about monitoring, but we cannot fix issues like this in apicurio-registry master because it's 999-SNAPSHOT quarkus.

  1. Nightly Build - the builds are done every night and the bandwidth is not sufficient for doing the fix.

Thus, It is better to run Apicurio Registry twice a week and against the latest released version of quarkus. Thereby providing sufficient time for QE to work on the fix.

@riprasad riprasad added the Enhancement New feature or request label May 24, 2021
@riprasad riprasad self-assigned this May 24, 2021
@riprasad riprasad linked a pull request May 24, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant