Skip to content

Linux build and CI#3127

Merged
xen2 merged 39 commits intomasterfrom
feature/ci-gpu-linux
Apr 14, 2026
Merged

Linux build and CI#3127
xen2 merged 39 commits intomasterfrom
feature/ci-gpu-linux

Conversation

@xen2
Copy link
Copy Markdown
Member

@xen2 xen2 commented Apr 9, 2026

PR Details

WIP (opened to be able to test CI)

Related Issue

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have built and run the editor to try this change out.

@xen2 xen2 marked this pull request as ready for review April 9, 2026 08:53
@xen2 xen2 force-pushed the feature/ci-gpu-linux branch 13 times, most recently from 19817e9 to 59ef30a Compare April 12, 2026 14:23
@stride3d stride3d deleted a comment from github-actions Bot Apr 12, 2026
@stride3d stride3d deleted a comment from github-actions Bot Apr 12, 2026
@stride3d stride3d deleted a comment from github-actions Bot Apr 12, 2026
@xen2 xen2 force-pushed the feature/ci-gpu-linux branch 11 times, most recently from 7425110 to b33046e Compare April 13, 2026 16:55
@xen2 xen2 force-pushed the feature/ci-gpu-linux branch 3 times, most recently from 5ba9908 to fb19d3e Compare April 14, 2026 04:58
xen2 added 11 commits April 14, 2026 13:59
dotnet run tool for comparing gold images vs local test output or CI artifacts.
Features:
- Treeview with suites as collapsible groups
- Multi-source columns (Local, CI runs)
- Side-by-side comparison with color-coded diff overlay
- Pixel inspector on hover (zoomed grid + RGB values)
- Synchronized zoom/pan across gold, source, and diff images
- Inline thumbnails with diff for quick review
- CI run picker with artifact download
- Promote selected images to gold
- Status filter (Failing/New/Passing) and search

Usage: dotnet run --project build/tools/CompareGold
@xen2 xen2 force-pushed the feature/ci-gpu-linux branch from fb19d3e to 05dfb51 Compare April 14, 2026 05:02
@xen2 xen2 force-pushed the feature/ci-gpu-linux branch 2 times, most recently from da3a83d to a083e0e Compare April 14, 2026 05:58
@xen2 xen2 force-pushed the feature/ci-gpu-linux branch from a083e0e to 8828556 Compare April 14, 2026 06:07
@xen2 xen2 force-pushed the feature/ci-gpu-linux branch from e286227 to 3d0d099 Compare April 14, 2026 07:49
@xen2 xen2 force-pushed the feature/ci-gpu-linux branch from 3d0d099 to ad4f580 Compare April 14, 2026 08:09
@xen2 xen2 merged commit e5fc03f into master Apr 14, 2026
48 of 49 checks passed
{
// Skip Avalonia UI on headless systems (no display).
// Tests will be run by dotnet test / xunit adapter instead.
if (IsHeadless())
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xen2 I don't think that is correct. The Main method is only run when doing dotnet run. It is ignored when doing dotnet test since the testing framework doesn't try to run the Main method, so it shouldn't impact tests run in the CI.

However this breaks the previous behavior when running with dotnet run or from Visual Studio was launching the Avalonia UI, esp. for the core tests such as Stride.Core.Tests or Stride.Core.Mathematics.Tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants