mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 03:17:54 +00:00
Added Verbosity for logs
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
2
.github/actions/run-tests/action.yml
vendored
2
.github/actions/run-tests/action.yml
vendored
@@ -130,7 +130,7 @@ runs:
|
|||||||
done
|
done
|
||||||
echo "tests completed"
|
echo "tests completed"
|
||||||
echo "downloading allure results..."
|
echo "downloading allure results..."
|
||||||
kubectl cp $podname:/tmp/allure-results allure-results
|
kubectl cp --v=10 $podname:/tmp/allure-results allure-results
|
||||||
echo "waiting for pod to exit"
|
echo "waiting for pod to exit"
|
||||||
kubectl logs -f $podname >/dev/null 2>&1
|
kubectl logs -f $podname >/dev/null 2>&1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user