-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
-
currently if I want to use drouter, I need to download it first. It would be nice improvement to have it available in all workers used for tests - since all testsuites will upload results into report portal via drouter.
code snippet I'm using
mkdir -p $HOME/bin
curl https://jenkins-csb-dno-infra.dno.corp.redhat.com/job/DataRouter/job/Ci/job/droute-client/job/main/lastSuccessfulBuild/artifact/target/droute-linux-amd64 -o $HOME/bin/droute
chmod +x $HOME/bin/droute
export PATH=$HOME/bin:$PATH
then drouter is executable also via ./send_report_portal_results.sh script. I did read that inside VPN the jenkins mirror is most resilient
DoD:
drouter is added to a prepare_kiali_build_vm.sh and any other relevant vms / workers