-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Allow generation of Deployment resource for Openshift #20901
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
|
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 671671b
Failures⚙️ Initial JDK 11 Build #- Failing: extensions/container-image/deployment
! Skipped: core/test-extension/deployment core/test-extension/runtime devtools/bom-descriptor-json and 600 more 📦 extensions/container-image/deployment✖ |
CI doesn't seem to like it... |
Can we have something in the documentation mentioning how to enable this? |
Will push documentation shortly, right after I deal with the build failure. |
671671b
to
fe8f7fd
Compare
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.
Great!
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building fe8f7fd
Failures⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/kubernetes/maven-invoker-way integration-tests/kubernetes/quarkus-standard-way integration-tests/kubernetes/quarkus-standard-way-kafka and 1 more
📦 integration-tests/kubernetes/maven-invoker-way✖ 📦 integration-tests/kubernetes/quarkus-standard-way✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ 📦 integration-tests/kubernetes/quarkus-standard-way-kafka✖ ✖ ✖ 📦 integration-tests/micrometer-prometheus✖ ⚙️ JVM Tests - JDK 11 Windows #- Failing: integration-tests/kubernetes/quarkus-standard-way integration-tests/kubernetes/quarkus-standard-way-kafka integration-tests/micrometer-prometheus
📦 integration-tests/kubernetes/quarkus-standard-way✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ 📦 integration-tests/kubernetes/quarkus-standard-way-kafka✖ ✖ ✖ 📦 integration-tests/micrometer-prometheus✖ ⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/kubernetes/maven-invoker-way integration-tests/kubernetes/quarkus-standard-way integration-tests/kubernetes/quarkus-standard-way-kafka and 1 more
📦 integration-tests/kubernetes/maven-invoker-way✖ 📦 integration-tests/kubernetes/quarkus-standard-way✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ 📦 integration-tests/kubernetes/quarkus-standard-way-kafka✖ ✖ ✖ 📦 integration-tests/micrometer-prometheus✖ ⚙️ Native Tests - Misc4 #- Failing: integration-tests/micrometer-prometheus
📦 integration-tests/micrometer-prometheus✖ |
Wow, it seems that this change unleashed hell. Let me fix the tests. |
fe8f7fd
to
bbc53a9
Compare
This allows users to generate
Deployment
resource for Openshift.