mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-31 02:48:11 +00:00 
			
		
		
		
	Added retries=3 in the kubectl cp command
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 --v=10 $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
	 jitendracandela
					jitendracandela