mirror of
				https://github.com/siderolabs/talos.git
				synced 2025-10-31 00:11:36 +01:00 
			
		
		
		
	chore: fix the gvisor test
The gvisor test was not using the correct runtimeclass and would have always passed the regardless. Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
		
							parent
							
								
									3a787c1d67
								
							
						
					
					
						commit
						0b94550c42
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -16,7 +16,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= "" | |||||||
| 
 | 
 | ||||||
| ARTIFACTS := _out | ARTIFACTS := _out | ||||||
| TOOLS ?= ghcr.io/siderolabs/tools:v1.7.0-alpha.0 | TOOLS ?= ghcr.io/siderolabs/tools:v1.7.0-alpha.0 | ||||||
| PKGS ?= v1.7.0-alpha.0-2-ga36dec4 | PKGS ?= v1.7.0-alpha.0-7-g4c59641 | ||||||
| PKG_KERNEL ?= ghcr.io/siderolabs/kernel:$(PKGS) | PKG_KERNEL ?= ghcr.io/siderolabs/kernel:$(PKGS) | ||||||
| EXTRAS ?= v1.7.0-alpha.0 | EXTRAS ?= v1.7.0-alpha.0 | ||||||
| # renovate: datasource=github-tags depName=golang/go
 | # renovate: datasource=github-tags depName=golang/go
 | ||||||
|  | |||||||
| @ -379,6 +379,7 @@ func (suite *ExtensionsSuiteQEMU) TestExtensionsGvisor() { | |||||||
| 			Name: "nginx-gvisor", | 			Name: "nginx-gvisor", | ||||||
| 		}, | 		}, | ||||||
| 		Spec: corev1.PodSpec{ | 		Spec: corev1.PodSpec{ | ||||||
|  | 			RuntimeClassName: pointer.To("gvisor"), | ||||||
| 			Containers: []corev1.Container{ | 			Containers: []corev1.Container{ | ||||||
| 				{ | 				{ | ||||||
| 					Name:  "nginx-gvisor", | 					Name:  "nginx-gvisor", | ||||||
|  | |||||||
| @ -479,7 +479,7 @@ const ( | |||||||
| 	TrustdUserID = 51 | 	TrustdUserID = 51 | ||||||
| 
 | 
 | ||||||
| 	// DefaultContainerdVersion is the default container runtime version. | 	// DefaultContainerdVersion is the default container runtime version. | ||||||
| 	DefaultContainerdVersion = "1.7.10" | 	DefaultContainerdVersion = "1.7.11" | ||||||
| 
 | 
 | ||||||
| 	// SystemContainerdNamespace is the Containerd namespace for Talos services. | 	// SystemContainerdNamespace is the Containerd namespace for Talos services. | ||||||
| 	SystemContainerdNamespace = "system" | 	SystemContainerdNamespace = "system" | ||||||
|  | |||||||
| @ -1 +1 @@ | |||||||
| v1.7.0-alpha.0-2-ga36dec4 | v1.7.0-alpha.0-7-g4c59641 | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user