mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Dont fast fail testing so results are not hidden in matrix builds (#1286)
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/ci-docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/ci-docker.yml
									
									
									
									
										vendored
									
									
								
							| @@ -18,6 +18,7 @@ jobs: | |||||||
|     name: Build docker containers |     name: Build docker containers | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     strategy: |     strategy: | ||||||
|  |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         arch: [amd64, armv7, aarch64] |         arch: [amd64, armv7, aarch64] | ||||||
|         build_type: ["hassio", "docker"] |         build_type: ["hassio", "docker"] | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -44,6 +44,7 @@ jobs: | |||||||
|     container: esphome/esphome-lint:latest |     container: esphome/esphome-lint:latest | ||||||
|     # Split clang-tidy check into 4 jobs. Each one will check 1/4th of the .cpp files |     # Split clang-tidy check into 4 jobs. Each one will check 1/4th of the .cpp files | ||||||
|     strategy: |     strategy: | ||||||
|  |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         split: [1, 2, 3, 4] |         split: [1, 2, 3, 4] | ||||||
|     steps: |     steps: | ||||||
| @@ -107,6 +108,7 @@ jobs: | |||||||
|   test: |   test: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     strategy: |     strategy: | ||||||
|  |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|           test: |           test: | ||||||
|           - test1 |           - test1 | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/release-dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release-dev.yml
									
									
									
									
										vendored
									
									
								
							| @@ -41,6 +41,7 @@ jobs: | |||||||
|     container: esphome/esphome-lint:latest |     container: esphome/esphome-lint:latest | ||||||
|     # Split clang-tidy check into 4 jobs. Each one will check 1/4th of the .cpp files |     # Split clang-tidy check into 4 jobs. Each one will check 1/4th of the .cpp files | ||||||
|     strategy: |     strategy: | ||||||
|  |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         split: [1, 2, 3, 4] |         split: [1, 2, 3, 4] | ||||||
|     steps: |     steps: | ||||||
| @@ -104,6 +105,7 @@ jobs: | |||||||
|   test: |   test: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     strategy: |     strategy: | ||||||
|  |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|           test: |           test: | ||||||
|           - test1 |           - test1 | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -40,6 +40,7 @@ jobs: | |||||||
|     container: esphome/esphome-lint:latest |     container: esphome/esphome-lint:latest | ||||||
|     # Split clang-tidy check into 4 jobs. Each one will check 1/4th of the .cpp files |     # Split clang-tidy check into 4 jobs. Each one will check 1/4th of the .cpp files | ||||||
|     strategy: |     strategy: | ||||||
|  |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         split: [1, 2, 3, 4] |         split: [1, 2, 3, 4] | ||||||
|     steps: |     steps: | ||||||
| @@ -103,6 +104,7 @@ jobs: | |||||||
|   test: |   test: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     strategy: |     strategy: | ||||||
|  |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|           test: |           test: | ||||||
|           - test1 |           - test1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user