Skip to content

Commit db0bb28

Browse files
authored
Update run
1 parent c0343ed commit db0bb28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/qa/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,19 @@ run_test() {
6767
return 0
6868
fi
6969

70+
OPERETO3_URL="opereto.qa.redislabs"
7071
JSON=$(curl -sk \
7172
-X POST -H "Content-Type: application/json" \
7273
-H "Authorization: Bearer $QA_AUTOMATION_TOKEN" \
7374
-d @$json_in \
74-
https://opereto.qa.redislabs.com/processes 2>&1)
75+
https://$OPERETO3_URL.com/processes 2>&1)
7576
rc=$?
7677
rm $json_in
7778
status=$(results .status)
7879
if [[ $rc == 0 && $status == success ]]; then
7980
id=$(results .data[0])
8081
echo "Tests running on $MODULE_VERSION for RS $RS_VERSION"
81-
echo "Results: https://opereto.qa.redislabs.com/ui#dashboard/flow/$id"
82+
echo "Results: https://$OPERETO3_URL.com/ui#dashboard/flow/$id"
8283
return 0
8384
else
8485
err=$(results .message)

0 commit comments

Comments
 (0)