mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	CI: Retire Fedora 40 builder
Fedora 40 has gone EOL as of May 2025, retire the CI builder. Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #17408
This commit is contained in:
		
							parent
							
								
									e0ad633c64
								
							
						
					
					
						commit
						1688d9991d
					
				
							
								
								
									
										5
									
								
								.github/workflows/scripts/qemu-2-start.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/scripts/qemu-2-start.sh
									
									
									
									
										vendored
									
									
								
							| @ -61,11 +61,6 @@ case "$OS" in | |||||||
|     OSNAME="Debian 12" |     OSNAME="Debian 12" | ||||||
|     URL="https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2" |     URL="https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2" | ||||||
|     ;; |     ;; | ||||||
|   fedora40) |  | ||||||
|     OSNAME="Fedora 40" |  | ||||||
|     OSv="fedora-unknown" |  | ||||||
|     URL="https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-Base-Generic.x86_64-40-1.14.qcow2" |  | ||||||
|     ;; |  | ||||||
|   fedora41) |   fedora41) | ||||||
|     OSNAME="Fedora 41" |     OSNAME="Fedora 41" | ||||||
|     OSv="fedora-unknown" |     OSv="fedora-unknown" | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/scripts/qemu-4-build-vm.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/scripts/qemu-4-build-vm.sh
									
									
									
									
										vendored
									
									
								
							| @ -326,7 +326,7 @@ fi | |||||||
| # | # | ||||||
| # rhel8.10 | # rhel8.10 | ||||||
| # almalinux9.5 | # almalinux9.5 | ||||||
| # fedora40 | # fedora42 | ||||||
| source /etc/os-release | source /etc/os-release | ||||||
| sudo hostname "$ID$VERSION_ID" | sudo hostname "$ID$VERSION_ID" | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/zfs-qemu-packages.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/zfs-qemu-packages.yml
									
									
									
									
										vendored
									
									
								
							| @ -47,7 +47,7 @@ jobs: | |||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         os: ['almalinux8', 'almalinux9', 'almalinux10', 'fedora40', 'fedora41', 'fedora42'] |         os: ['almalinux8', 'almalinux9', 'almalinux10', 'fedora41', 'fedora42'] | ||||||
|     runs-on: ubuntu-24.04 |     runs-on: ubuntu-24.04 | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v4 |     - uses: actions/checkout@v4 | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								.github/workflows/zfs-qemu.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/zfs-qemu.yml
									
									
									
									
										vendored
									
									
								
							| @ -39,7 +39,7 @@ jobs: | |||||||
|       - name: Generate OS config and CI type |       - name: Generate OS config and CI type | ||||||
|         id: os |         id: os | ||||||
|         run: | |         run: | | ||||||
|           FULL_OS='["almalinux8", "almalinux9", "almalinux10", "debian11", "debian12", "fedora40", "fedora41", "fedora42", "freebsd13-4r", "freebsd14-2s", "freebsd15-0c", "ubuntu22", "ubuntu24"]' |           FULL_OS='["almalinux8", "almalinux9", "almalinux10", "debian11", "debian12", "fedora41", "fedora42", "freebsd13-4r", "freebsd14-2s", "freebsd15-0c", "ubuntu22", "ubuntu24"]' | ||||||
|           QUICK_OS='["almalinux8", "almalinux9", "almalinux10", "debian12", "fedora42", "freebsd14-2r", "ubuntu24"]' |           QUICK_OS='["almalinux8", "almalinux9", "almalinux10", "debian12", "fedora42", "freebsd14-2r", "ubuntu24"]' | ||||||
|           # determine CI type when running on PR |           # determine CI type when running on PR | ||||||
|           ci_type="full" |           ci_type="full" | ||||||
| @ -81,7 +81,7 @@ jobs: | |||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         # rhl:     almalinux8, almalinux9, centos-stream9, fedora40, fedora41 |         # rhl:     almalinux8, almalinux9, centos-stream9, fedora41 | ||||||
|         # debian:  debian11, debian12, ubuntu22, ubuntu24 |         # debian:  debian11, debian12, ubuntu22, ubuntu24 | ||||||
|         # misc:    archlinux, tumbleweed |         # misc:    archlinux, tumbleweed | ||||||
|         # FreeBSD variants of 2024-12: |         # FreeBSD variants of 2024-12: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Brian Behlendorf
						Brian Behlendorf