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

Kubernetes testing #713

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Kubernetes testing #713

wants to merge 1 commit into from

Conversation

jmesnil
Copy link
Member

@jmesnil jmesnil commented Sep 29, 2023

  • Set up a Kubernetes cluster (using Kind) with an image registry and an ingress controller

  • Build container images using wildfly:image goal and push them to the cluster image registry

  • Add an ingress to access the application (until Use Ingress as an alternative to Route wildfly-charts#52 is resolved)

  • Add tests for helloworld & todo-backend

* Set up a Kubernetes cluster (using Kind) with an image registry and an ingress controller
* Build container images using wildfly:image goal and push them to the cluster image registry
* Add an ingress to access the application (until wildfly/wildfly-charts#52 is resolved)

* Add tests for helloworld & todo-backend

Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
@openshift-ci
Copy link

openshift-ci bot commented Sep 29, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@jmesnil
Copy link
Member Author

jmesnil commented Sep 29, 2023

@kabir @emmartins This PR is not meant to be merged but this shows how we could use a local Kubernetes cluster to test the QuickStarts. I did if for the simplest one (helloworld) and the most complex one (todo-backend).

It does not rely on S2I to build the application image and use the wildfly:image goal instead.

@jmesnil
Copy link
Member Author

jmesnil commented Sep 29, 2023

/test all

@openshift-ci
Copy link

openshift-ci bot commented Sep 29, 2023

@jmesnil: No presubmit jobs available for wildfly/quickstart@main

In response to this:

/test all

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@jmesnil
Copy link
Member Author

jmesnil commented Sep 29, 2023

You can see executions of the action at https://github.com/jmesnil/quickstart/actions/workflows/testing.yml

@openshift-ci
Copy link

openshift-ci bot commented Oct 5, 2023

@jmesnil: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/wildfly-quickstart-e2e a6c0703 link true /test wildfly-quickstart-e2e

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant