-
Notifications
You must be signed in to change notification settings - Fork 34
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
Migrate hard coded images to Maven properties #1528
Migrate hard coded images to Maven properties #1528
Conversation
@michalvavrik could you take a look at this? |
@rsvoboda I talked to @gtroitsk and suggested what he should do in FW first, before this (basically we agreed on moving utils class there as it becomes repeated pattern, please note there are other tests in TS already that do already same thing). now @gtroitsk need to make changes when he has assigned ticket |
659cf7f
to
032f852
Compare
run tests |
@gtroitsk 9 commits for this PR is bit excessive, please squash them |
@@ -276,6 +281,7 @@ | |||
<infinispan.image>quay.io/infinispan/server:14.0</infinispan.image> | |||
<infinispan.expected-log>Infinispan Server.*started in</infinispan.expected-log> | |||
<spring.cloud.server.image>quay.io/quarkusqeteam/spring-cloud-config-server:3.0</spring.cloud.server.image> | |||
<keycloak.image>quay.io/keycloak/keycloak:22.0.5</keycloak.image> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm afraid you should wait for #1581 to get in and then rebase, not sure whether 22.0.5 is going to be needed.
...o/quarkus/ts/messaging/kafka/reactive/streams/DevModeRedPandaDevServiceUserExperienceIT.java
Show resolved
Hide resolved
ad4eb38
to
8cb13a5
Compare
run tests |
I think OC failures are unrelated |
Summary
Please select the relevant options.
run tests
phrase in comment)Checklist: