[jboss-jira] [JBoss JIRA] (SWSQE-708) Build kiali operator only when needed
Filip Brychta (Jira)
issues at jboss.org
Mon Apr 15 14:48:00 EDT 2019
[ https://issues.jboss.org/browse/SWSQE-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Filip Brychta resolved SWSQE-708.
---------------------------------
Resolution: Done
https://jenkins2.bc.jonqe.lab.eng.bos.redhat.com:8443/view/pr-jobs/job/kiali-core-pr-e2e-test 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)
More information about the jboss-jira
mailing list