Remove ppc64le from travis
The tests run too slow and flaky. Once the flakiness and speed are addressed we can re-enable. Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
		
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							@@ -8,22 +8,15 @@ language: go
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
os:
 | 
					os:
 | 
				
			||||||
- linux
 | 
					- linux
 | 
				
			||||||
- linux-ppc64le
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
go:
 | 
					go:
 | 
				
			||||||
  - "1.12.x"
 | 
					  - "1.12.x"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
 | 
					  - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
 | 
				
			||||||
  - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1
 | 
					  - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1
 | 
				
			||||||
 | 
					  - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
 | 
				
			||||||
matrix:
 | 
					  - TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
 | 
				
			||||||
  include:
 | 
					 | 
				
			||||||
    - os: linux
 | 
					 | 
				
			||||||
      env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
 | 
					 | 
				
			||||||
    - os: linux
 | 
					 | 
				
			||||||
      env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
 | 
					 | 
				
			||||||
    - os: linux
 | 
					 | 
				
			||||||
      env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
go_import_path: github.com/containerd/containerd
 | 
					go_import_path: github.com/containerd/containerd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user