packit / deployment

Ansible playbooks and scripts for deploying packit-service to OpenShift
MIT License
7 stars 25 forks source link

Move Openshift tests from Zuul to Testing Farm #543

Open majamassarini opened 11 months ago

majamassarini commented 11 months ago

After a deeper look, we can summarize this epic in the following steps:


Description

We decided to setup an Openshift cluster in Testing Farm to move there the tests (at least those which needs openshift) of this repos:

The strimzi project has a k8s cluster setup for testing farm.

David told me:

we do install k8s cluster in scope of prepare steps in tmt plan. We used minikube and now we migrated to kind which also allows us to use multi node k8s cluster and support for ipv6.

plan: https://github.com/strimzi/strimzi-kafka-operator/blob/main/systemtest/tmt/plans/main.fmf#L89

setup-kind: https://github.com/strimzi/strimzi-kafka-operator/blob/main/.azure/scripts/setup-kind.sh

Probably we can start easy with minikube, following their example, and later if needed replacing it with an openshift instance...

This is a follow-up from packit/research#210

majamassarini commented 8 months ago

Probably the best thing is to start with the Openshift instance (Matej already gave a look at minikube and probably it is not worth spending time on it).