Merge pull request #6757 from gabriel-samfira/address-test-timeouts
[Windows CI] Address some timeout issues
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/windows-periodic.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/windows-periodic.yml
									
									
									
									
										vendored
									
									
								
							| @@ -153,7 +153,11 @@ jobs: | ||||
|  | ||||
|       - name: RunIntegrationTests | ||||
|         run: | | ||||
|           ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -c 'cd /c/containerd && (make integration | tee /c/Logs/integration.log)'" | ||||
|           ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -s" << EOF | ||||
|             cd /c/containerd | ||||
|             export EXTRA_TESTFLAGS="-timeout=20m" | ||||
|             make integration | tee /c/Logs/integration.log | ||||
|           EOF | ||||
|           ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -c 'cat /c/Logs/integration.log | go-junit-report.exe > /c/Logs/junit_00.xml'" | ||||
|  | ||||
|       - name: PrepareRepoList | ||||
|   | ||||
| @@ -1,5 +1,10 @@ | ||||
| # Prepare windows environment for building and running containerd tests | ||||
|  | ||||
| # Disable Windows Defender real time monitoring. Real time monitoring consumes a lot of | ||||
| # CPU and slows down tests as images are unarchived, and is not really needed in a short | ||||
| # lived test environment. | ||||
| Set-MpPreference -DisableRealtimeMonitoring:$true | ||||
|  | ||||
| $PACKAGES= @{ mingw = "10.2.0"; git = ""; golang = "1.18"; make = ""; nssm = "" } | ||||
|  | ||||
| Write-Host "Downloading chocolatey package" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Maksym Pavlenko
					Maksym Pavlenko