]
Filip Brychta reassigned SWSQE-459:
-----------------------------------
Assignee: Filip Brychta (was: Michael Foley)
Speed up main pipeline (not including test parallelization)
-----------------------------------------------------------
Key: SWSQE-459
URL:
https://issues.jboss.org/browse/SWSQE-459
Project: Kiali QE
Issue Type: QE Task
Reporter: Filip Brychta
Assignee: Filip Brychta
Priority: Minor
SWSQE-450 identified a few options how to speed up main pipeline:
* Istio-and-Kiali-on-Openshift is not allowed to be run in parallel so it's the
bottle neck right now -> run it in parallel but make sure it's not running
concurrently on shared openshift cluster.
* bookinfo installation takes ~6 minutes, it should be faster when done together with
istio install in previous step if possible
* Install Kiali takes ~9 minutes, we need to find out what is the longest part. e.g. if
it's building it can be run in parallel with previous step (building does not need to
wait for istio installation, only deploying has to)
Note that this task is only to speed up the pipeline itself which will save a few minutes
maximally. Another step will be to create multiple openshift clusters to be able run more
pipelines concurrently.