-
Notifications
You must be signed in to change notification settings - Fork 13
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
Use productized bits and images #70
Conversation
Skipping CI for Draft Pull Request. |
Pulling released product images from a secured registry works, see https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/Intersmash_intersmash/70/pull-ci-Intersmash-intersmash-main-intersmash-e2e/1684150504336134144 ✔️ Next steps
|
6f0e2bb
to
d1c0ff4
Compare
8379be0
to
0e88a37
Compare
/test intersmash-e2e |
/test intersmash-e2e |
/test intersmash-e2e |
Hi @tommaso-borgato - this is ready to be reviewed, see my summary at: #70 (comment) TL;DR:
We can remove those two |
…8 Beta productized bits are used when building the deployments with the wildfly-deployments-build.eap profile. Also, the property is set when building the deplyments-provider so that it can be exposed and forwarded to OpenShift WildFly/EAP s2i builds.
… related properties should be exposed by the deployments module only
…uctized images and cloud deliverables are used when executing the testsuite
…suite execution profile is ts.prod
…ed on the testsuite execution profile
…/product test execution profile
…tiveMQ Broker deplotyment plan init image, which is used by the productized version of the ActiveMQ Broker Operator
Add wildfly.feature-pack.location parameter
...er/src/main/java/org/jboss/intersmash/deployments/IntersmashSharedDeploymentsProperties.java
Show resolved
Hide resolved
deployments/intersmash-deployments-shared/intersmash-deployments-shared-wildfly/pom.xml
Show resolved
Hide resolved
...java/org/jboss/intersmash/testsuite/junit5/categories/NotForProductizedExecutionProfile.java
Show resolved
Hide resolved
.../java/org/jboss/intersmash/testsuite/provision/openshift/WildflyOperatorProvisionerTest.java
Show resolved
Hide resolved
The tests that use the prod deliverables will be run periodically once openshift/release#43119 will be merged. |
LGTM, merging |
Description
Modifying the OpenShift CI automation in order to use a pull secret for pulling released images from secured registries.
Updating the WildFly/EAP8 images related properties to experiment with EAP 8 Beta images in registry.redhat.io.
Fix #62
Type of change
test, version modification, documentation, etc.)
Checklist