[
https://issues.jboss.org/browse/SWSQE-708?page=com.atlassian.jira.plugin....
]
Filip Brychta resolved SWSQE-708.
---------------------------------
Resolution: Done
https://jenkins2.bc.jonqe.lab.eng.bos.redhat.com:8443/view/pr-jobs/job/ki...
job contains following check:
if git diff --quiet ..origin/master operator
then
echo "No chagnes in operator dir"
export BUILD_KIALI_OPERATOR=false
else
echo "Detected chagnes in operator dir"
export BUILD_KIALI_OPERATOR=true
fi
Which checks if there are any changes in operator directory compared with master branch.
When true, operator will be built from given PR and use it to deploy kiali, otherwise it
will use the latest from quay.
Build kiali operator only when needed
-------------------------------------
Key: SWSQE-708
URL:
https://issues.jboss.org/browse/SWSQE-708
Project: Kiali QE
Issue Type: QE Task
Reporter: Filip Brychta
Assignee: Filip Brychta
Priority: Minor
Labels: infrastructure
When building and installing kiali it's possible to use the latest kiali operator
from quay or build current operator and use it for deploying the kiali. It only make sense
to do this when there is some change in operator in given PR.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)