Disable arm64 criu testing in GH Actions
Due to current 100% failure rate on arm64 with the current OS image, disable criu testing for now Signed-off-by: Phil Estes <estesp@amazon.com> (cherry picked from commit 9ca6a7ee0aa0ea8added551dd16e00b2102fdea4) Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
		 Phil Estes
					Phil Estes
				
			
				
					committed by
					
						 Derek McGowan
						Derek McGowan
					
				
			
			
				
	
			
			
			 Derek McGowan
						Derek McGowan
					
				
			
						parent
						
							b4a53e8264
						
					
				
				
					commit
					58b715ad8d
				
			
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -405,7 +405,9 @@ jobs: | |||||||
|           script/setup/install-critools |           script/setup/install-critools | ||||||
|           script/setup/install-failpoint-binaries |           script/setup/install-failpoint-binaries | ||||||
|  |  | ||||||
|       - name: Install criu |       # Disable criu testing on arm64 until we can solve the consistent failures of restore testing | ||||||
|  |       - if: matrix.os != 'ubuntu-24.04-arm' | ||||||
|  |         name: Install criu | ||||||
|         run: | |         run: | | ||||||
|           sudo add-apt-repository -y ppa:criu/ppa |           sudo add-apt-repository -y ppa:criu/ppa | ||||||
|           sudo apt-get update |           sudo apt-get update | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user