Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No tests are being executed in the Linux_amd64 8.0-azurelinux3.0-runtime-deps job #6199

Closed
mthalman opened this issue Feb 4, 2025 · 1 comment · Fixed by #6203
Closed

Comments

@mthalman
Copy link
Member

mthalman commented Feb 4, 2025

Example pipeline run

Test Summary:

Skipped! - Failed:     0, Passed:     0, Skipped:    58, Total:    58, Duration: 40 ms - Microsoft.DotNet.Docker.Tests.dll (net9.0)

I looked at an internal pipeline run where images were actually built, not just pulled as cached images, and the same thing was happening there. This is the only job where this behavior seems to be occurring.

@lbussell
Copy link
Contributor

lbussell commented Feb 4, 2025

The test data is missing:

new ProductImageData { Version = V8_0, OS = OS.BookwormSlim, Arch = Arch.Amd64 },
new ProductImageData { Version = V8_0, OS = OS.Jammy, Arch = Arch.Amd64 },
new ProductImageData { Version = V8_0, OS = OS.JammyChiseled, Arch = Arch.Amd64, SdkOS = OS.Jammy },
new ProductImageData { Version = V8_0, OS = OS.JammyChiseled, Arch = Arch.Amd64, SdkOS = OS.Jammy },
new ProductImageData { Version = V8_0, OS = OS.JammyChiseled, Arch = Arch.Amd64, SdkOS = OS.Jammy,
ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.JammyChiseled, Arch = Arch.Amd64, SdkOS = OS.Jammy,
ImageVariant = DotNetImageVariant.Composite | DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.JammyChiseled, Arch = Arch.Amd64, SdkOS = OS.Jammy,
ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps | DotNetImageRepo.Runtime | DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.Noble, Arch = Arch.Amd64 },
new ProductImageData { Version = V8_0, OS = OS.NobleChiseled, Arch = Arch.Amd64, SdkOS = OS.Noble },
new ProductImageData { Version = V8_0, OS = OS.NobleChiseled, Arch = Arch.Amd64, SdkOS = OS.Noble },
new ProductImageData { Version = V8_0, OS = OS.NobleChiseled, Arch = Arch.Amd64, SdkOS = OS.Noble,
ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.NobleChiseled, Arch = Arch.Amd64, SdkOS = OS.Noble,
ImageVariant = DotNetImageVariant.Composite | DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.NobleChiseled, Arch = Arch.Amd64, SdkOS = OS.Noble,
ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps | DotNetImageRepo.Runtime | DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.Alpine321, Arch = Arch.Amd64 },
new ProductImageData { Version = V8_0, OS = OS.Alpine321, Arch = Arch.Amd64, SdkOS = OS.Alpine321,
ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.Alpine321, Arch = Arch.Amd64, SdkOS = OS.Alpine321,
ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps },
new ProductImageData { Version = V8_0, OS = OS.Alpine320, Arch = Arch.Amd64 },
new ProductImageData { Version = V8_0, OS = OS.Alpine320, Arch = Arch.Amd64, SdkOS = OS.Alpine320,
ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.Alpine320, Arch = Arch.Amd64, SdkOS = OS.Alpine320,
ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps },
new ProductImageData { Version = V8_0, OS = OS.Mariner20, Arch = Arch.Amd64 },
new ProductImageData { Version = V8_0, OS = OS.Mariner20Distroless, Arch = Arch.Amd64, SdkOS = OS.Mariner20 },
new ProductImageData { Version = V8_0, OS = OS.Mariner20Distroless, Arch = Arch.Amd64, SdkOS = OS.Mariner20,
ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps | DotNetImageRepo.Runtime | DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.Mariner20Distroless, Arch = Arch.Amd64, SdkOS = OS.Mariner20,
ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet },
new ProductImageData { Version = V8_0, OS = OS.Mariner20Distroless, Arch = Arch.Amd64, SdkOS = OS.Mariner20,
ImageVariant = DotNetImageVariant.Composite | DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Aspnet },

This would be avoided by implementing #5337.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants