Skip to content

Commit

Permalink
resolve CI job script error (#5069)
Browse files Browse the repository at this point in the history
* resolve job script error

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

* run only devifle e2e test

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
  • Loading branch information
anandrkskd committed Sep 14, 2021
1 parent db0d3dd commit 44c35d5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions scripts/openshiftci-e2e-4x-psi-tests_win_mac.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#!/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

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
2 changes: 1 addition & 1 deletion scripts/run_script_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ make test-cmd-project || error=true

# E2e tests
shout "Running e2e tests"
make test-e2e-all || error=true
make test-e2e-devfile || error=true


shout "copying artifacts"
Expand Down

0 comments on commit 44c35d5

Please sign in to comment.