Files
odo/scripts/openshiftci-e2e-4x-psi-tests_win_mac.sh
Anand Kumar Singh 44c35d5390 resolve CI job script error (#5069)
* resolve job script error

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* run only devifle e2e test

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-09-14 09:12:55 -04:00

21 lines
482 B
Bash
Executable File

#!/bin/sh
case $1 in
win)
export SENDQUEUE=amqp.ci.queue.win.e2e.send
export SENDTOPIC=amqp.ci.topic.win.e2e.send
export JOB_NAME=odo-windows-e2e-pr-build
export SENDEXCHANGE=amqp.ci.exchange.win.e2e.send
;;
mac)
export SENDQUEUE=amqp.ci.queue.mac.e2e.send
export SENDTOPIC=amqp.ci.topic.mac.e2e.send
export JOB_NAME=odo-mac-e2e-pr-build
export SENDEXCHANGE=amqp.ci.exchange.mac.e2e.send
;;
esac
. scripts/openshiftci-e2e-4x-psi-tests.sh