Skip to content

[CI] Refactor ci-copilot pipeline: scope env vars per task#35324

Merged
PureWeen merged 18 commits into
mainfrom
feature/refactor-copilot-yml
Jun 2, 2026
Merged

[CI] Refactor ci-copilot pipeline: scope env vars per task#35324
PureWeen merged 18 commits into
mainfrom
feature/refactor-copilot-yml

Hide no-op AI summary sections

bbd6055
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed May 31, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known Repository Errors

Build Failures

maui-pr-uitests / Android UITests / Controls (API 30) / Controls (API 30) CollectionView / Publish the android_ui_tests_controls_30 test results

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Test Failures (1 tests failed)

🔹 [All failing tests from maui-pr-uitests]

    Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests(Android).VerifyGroupItemScrollToByIndexWithEndPositionAndHorizontalGrid_Potato [Details] [7.44% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
      Assert.That(App.WaitForElement("LastIndexLabel").GetText(), Is.EqualTo("30"))
      String lengths are both 2. Strings differ at index 0.
      Expected: "30"
      But was:  "51"
      -----------^
    
    CallStack
       at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyGroupItemScrollToByIndexWithEndPositionAndHorizontalGrid_Potato() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 3623
    

    1) at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyGroupItemScrollToByIndexWithEndPositionAndHorizontalGrid_Potato() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 3623

Was this helpful? Yes No