.zuul: Drop testing on Fedora 35
Fedora 35 reached End of Life on 13th December 2022: https://docs.fedoraproject.org/en-US/releases/eol/ https://github.com/containers/toolbox/pull/1237
This commit is contained in:
		
							parent
							
								
									d0421dcd2b
								
							
						
					
					
						commit
						419e4e8cd9
					
				
							
								
								
									
										14
									
								
								.zuul.yaml
								
								
								
								
							
							
						
						
									
										14
									
								
								.zuul.yaml
								
								
								
								
							|  | @ -70,24 +70,12 @@ | ||||||
|     pre-run: playbooks/setup-env.yaml |     pre-run: playbooks/setup-env.yaml | ||||||
|     run: playbooks/system-test.yaml |     run: playbooks/system-test.yaml | ||||||
| 
 | 
 | ||||||
| - job: |  | ||||||
|     name: system-test-fedora-35 |  | ||||||
|     description: Run Toolbox's system tests in Fedora 35 |  | ||||||
|     timeout: 2400 |  | ||||||
|     nodeset: |  | ||||||
|       nodes: |  | ||||||
|         - name: fedora-35 |  | ||||||
|           label: cloud-fedora-35 |  | ||||||
|     pre-run: playbooks/setup-env.yaml |  | ||||||
|     run: playbooks/system-test.yaml |  | ||||||
| 
 |  | ||||||
| - project: | - project: | ||||||
|     periodic: |     periodic: | ||||||
|       jobs: |       jobs: | ||||||
|         - system-test-fedora-rawhide |         - system-test-fedora-rawhide | ||||||
|         - system-test-fedora-37 |         - system-test-fedora-37 | ||||||
|         - system-test-fedora-36 |         - system-test-fedora-36 | ||||||
|         - system-test-fedora-35 |  | ||||||
|     check: |     check: | ||||||
|       jobs: |       jobs: | ||||||
|         - unit-test |         - unit-test | ||||||
|  | @ -95,7 +83,6 @@ | ||||||
|         - system-test-fedora-rawhide |         - system-test-fedora-rawhide | ||||||
|         - system-test-fedora-37 |         - system-test-fedora-37 | ||||||
|         - system-test-fedora-36 |         - system-test-fedora-36 | ||||||
|         - system-test-fedora-35 |  | ||||||
|     gate: |     gate: | ||||||
|       jobs: |       jobs: | ||||||
|         - unit-test |         - unit-test | ||||||
|  | @ -103,4 +90,3 @@ | ||||||
|         - system-test-fedora-rawhide |         - system-test-fedora-rawhide | ||||||
|         - system-test-fedora-37 |         - system-test-fedora-37 | ||||||
|         - system-test-fedora-36 |         - system-test-fedora-36 | ||||||
|         - system-test-fedora-35 |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue