Merge pull request #5315 from dmcgowan/disable-broken-cri-tools-critest
Temporarily disable cri-tools critest
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -423,6 +423,8 @@ jobs:
 | 
				
			|||||||
      - name: cri-tools critest
 | 
					      - name: cri-tools critest
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          TEST_RUNTIME: ${{ matrix.runtime }}
 | 
					          TEST_RUNTIME: ${{ matrix.runtime }}
 | 
				
			||||||
 | 
					        # Temporarily disabled due to cri-tools hardcoded to use broken images
 | 
				
			||||||
 | 
					        continue-on-error: true
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          BDIR="$(mktemp -d -p $PWD)"
 | 
					          BDIR="$(mktemp -d -p $PWD)"
 | 
				
			||||||
          mkdir -p ${BDIR}/{root,state}
 | 
					          mkdir -p ${BDIR}/{root,state}
 | 
				
			||||||
@@ -512,4 +514,6 @@ jobs:
 | 
				
			|||||||
        env:
 | 
					        env:
 | 
				
			||||||
          RUNC_FLAVOR: ${{ matrix.runc }}
 | 
					          RUNC_FLAVOR: ${{ matrix.runc }}
 | 
				
			||||||
          SELINUX: Enforcing
 | 
					          SELINUX: Enforcing
 | 
				
			||||||
 | 
					        # Temporarily disabled due to cri-tools hardcoded to use broken images
 | 
				
			||||||
 | 
					        continue-on-error: true
 | 
				
			||||||
        run: vagrant up --provision-with=selinux,install-runc,test-cri
 | 
					        run: vagrant up --provision-with=selinux,install-runc,test-cri
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user