mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
Added list of files in the pod /tmp/allure-results
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,6 +130,8 @@ runs:
|
|||||||
done
|
done
|
||||||
echo "tests completed"
|
echo "tests completed"
|
||||||
echo "downloading allure results..."
|
echo "downloading allure results..."
|
||||||
|
echo "list files in the pod /tmp/allure-results directory"
|
||||||
|
kubectl exec $podname -- ls -la /tmp/allure-results
|
||||||
kubectl cp --v=10 --retries=3 $podname:/tmp/allure-results allure-results
|
kubectl cp --v=10 --retries=3 $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