set timeout to 1hr, tests historically complete before then (#2687)
move clang-format to separate workflow for additional static analyzers
This commit is contained in:
		
					parent
					
						
							
								ea1a43c901
							
						
					
				
			
			
				commit
				
					
						89d2ac988d
					
				
			
		
					 3 changed files with 21 additions and 11 deletions
				
			
		
							
								
								
									
										15
									
								
								.github/workflows/analyzers.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/analyzers.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| name: Static Analyzers | ||||
| 
 | ||||
| on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   clang_format: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     steps: | ||||
|       - uses: actions/checkout@50fbc62 | ||||
|       - name: Get clang-format 8 | ||||
|         env:  | ||||
|           DEBIAN_FRONTEND: noninteractive | ||||
|         run: sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-8 1000 | ||||
|       - name: Clang Format | ||||
|         run: ci/check-commit-format.sh  | ||||
							
								
								
									
										3
									
								
								.github/workflows/release_test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release_test.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -24,6 +24,7 @@ jobs: | |||
| 
 | ||||
|   gcc_test: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     timeout-minutes: 60 | ||||
|     steps: | ||||
|       - uses: actions/checkout@722adc6 | ||||
|       - name: Checkout Submodules | ||||
|  | @ -35,6 +36,7 @@ jobs: | |||
|    | ||||
|   clang_test: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     timeout-minutes: 60 | ||||
|     steps: | ||||
|       - uses: actions/checkout@722adc6 | ||||
|       - name: Checkout Submodules | ||||
|  | @ -46,6 +48,7 @@ jobs: | |||
| 
 | ||||
|   windows_test: | ||||
|     runs-on: windows-latest | ||||
|     timeout-minutes: 60 | ||||
|     steps: | ||||
|       - uses: actions/checkout@722adc6 | ||||
|       - name: Checkout Submodules | ||||
|  |  | |||
							
								
								
									
										14
									
								
								.github/workflows/tests.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/tests.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -20,19 +20,9 @@ jobs: | |||
|       - name: Run Tests | ||||
|         run: ci/build-travis.sh "/tmp/qt/lib/cmake/Qt5"; | ||||
| 
 | ||||
|   clang_format: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     steps: | ||||
|       - uses: actions/checkout@50fbc62 | ||||
|       - name: Get clang-format 8 | ||||
|         env:  | ||||
|           DEBIAN_FRONTEND: noninteractive | ||||
|         run: sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-8 1000 | ||||
|       - name: Clang Format | ||||
|         run: ci/check-commit-format.sh  | ||||
| 
 | ||||
|   gcc_test: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     timeout-minutes: 60 | ||||
|     steps: | ||||
|       - uses: actions/checkout@722adc6 | ||||
|       - name: Checkout Submodules | ||||
|  | @ -44,6 +34,7 @@ jobs: | |||
|    | ||||
|   clang_test: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     timeout-minutes: 60 | ||||
|     steps: | ||||
|       - uses: actions/checkout@722adc6 | ||||
|       - name: Checkout Submodules | ||||
|  | @ -55,6 +46,7 @@ jobs: | |||
| 
 | ||||
|   windows_test: | ||||
|     runs-on: windows-latest | ||||
|     timeout-minutes: 60 | ||||
|     steps: | ||||
|       - uses: actions/checkout@722adc6 | ||||
|       - name: Windows Defender | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Russel Waters
				Russel Waters