mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-11-03 19:15:58 +00:00 
			
		
		
		
	gha: Restore cleanup-zvsi for s390x
In #10096, a cleanup step for kata-deploy is removed by mistake. This leads to a cleanup error in the following `Complete job` step. This commit restores the removed step to resolve the current CI failure on s390x. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/run-k8s-tests-on-zvsi.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/run-k8s-tests-on-zvsi.yaml
									
									
									
									
										vendored
									
									
								
							@@ -84,3 +84,7 @@ jobs:
 | 
			
		||||
      - name: Run tests
 | 
			
		||||
        timeout-minutes: 60
 | 
			
		||||
        run: bash tests/integration/kubernetes/gha-run.sh run-tests
 | 
			
		||||
 | 
			
		||||
      - name: Delete kata-deploy
 | 
			
		||||
        if: always()
 | 
			
		||||
        run: bash tests/integration/kubernetes/gha-run.sh cleanup-zvsi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user