Files
odo/scripts/openshiftci-e2e-4x-psi-tests_win_mac.sh
Anand Kumar Singh 1ffc88549d update timeout to 8mins (#5068)
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-09-13 19:55:27 -04:00

20 lines
543 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/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