8000 [outerloop] Run with `-ci` to match the other test runs on CI by radical · Pull Request #8526 · dotnet/aspire · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[outerloop] Run with -ci to match the other test runs on CI #8526

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

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

radical
Copy link
Member
@radical radical commented Apr 3, 2025

This will also cause Playwright to be correctly installed for Dashboard
tests.

Fixes #8496

This will also cause Playwright to be correctly installed for Dashboard
tests.

Fixes dotnet#8496
@Copilot Copilot AI review requested due to automatic review settings April 3, 2025 18:50
@github-actions github-actions bot added the area-engineering-systems infrastructure helix infra engineering repo stuff label Apr 3, 2025
Copy link
Contributor
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the outerloop test workflow to run tests with the -ci flag for consistency with other CI test runs and ensure proper installation of Playwright for Dashboard tests.

  • Added the -ci flag to the BUILD_SCRIPT invocation in the outerloop workflow.
Comments suppressed due to low confidence (1)

.github/workflows/tests-outerloop.yml:50

  • Ensure that the positioning of the '-ci' flag is compatible with the BUILD_SCRIPT command parsing logic. If the flag order matters, consider verifying that placing '-ci' before '-restore' does not affect the expected behavior.
          ${{ env.BUILD_SCRIPT }} -projects ${{ github.workspace }}/tests/Shared/SolutionTests.proj -ci -restore -build -test -c Release /p:RunQuarantinedTests=true /bl:${{ github.workspace }}/artifacts/log/Release/test-quarantined.binlog

@radical
Copy link
Member Author
radical commented Apr 3, 2025

Validation run of Outerloop workflow which shows that the Playwright (`Aspire.Dashboard.Tests.Integration.Playwright.*) are running: https://github.com/dotnet/aspire/actions/runs/14250579409/job/39942112756

@radical radical merged commit dd6efd7 into dotnet:main Apr 3, 2025
173 of 175 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-engineering-systems infrastructure helix infra engineering repo stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outer-loop: Dashboard tests don't run because of missing Playwright dependencies
3 participants
0