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

[CI] Combine Templates, and Integrations test workflows #8202

Merged
merged 6 commits into from
Mar 21, 2025

Conversation

radical
Copy link
Member

@radical radical commented Mar 20, 2025

[CI] Combine Templates, and Integrations test workflows

Since both the workflows reuse run-tests.yml, we can combine these two
into one workflow. This allows having a single place to check the
results, and final counts for the tests.

  • Disable EndToEnd, and Playground tests for windows in the project files since we are collecting the list of tests separately for each OS

  • unrelated: Correctly rename Aspire.Templates.Tests/WorkloadTestsBase.cs to TemplateTestsBase.cs

@github-actions github-actions bot added the area-engineering-systems infrastructure helix infra engineering repo stuff label Mar 20, 2025
@@ -1,5 +1,4 @@
# Executes the integration tests on all platforms
name: Integration
name: Tests
Copy link
Member

Choose a reason for hiding this comment

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

Minor nit, but we should also rename this file as it is no longer just integration tests. Also, any reason why we can't combine this with run-tests.yml?

Copy link
Member Author

Choose a reason for hiding this comment

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

run-tests.yml is the workflow being re-used for the various test/os combinations that we have here.

radical added 2 commits March 20, 2025 17:06
Since both the workflows reuse `run-tests.yml`, we can combine these two
into one workflow. This allows having a single place to check the
results, and final counts for the tests.
…es since we are collecting the list of tests separately for each OS
@radical radical force-pushed the combine-workflows branch from 73d93b2 to bdb6a01 Compare March 20, 2025 21:08
@radical radical marked this pull request as ready for review March 20, 2025 21:13
@radical radical requested a review from eerhardt as a code owner March 20, 2025 21:13
@radical radical requested review from davidfowl and RussKie March 20, 2025 21:14
@radical
Copy link
Member Author

radical commented Mar 20, 2025

Before this can be merged the existing Required checks would need to be removed. And maybe add the new Tests one.

@radical radical requested a review from joperezr March 20, 2025 23:41
radical added 2 commits March 20, 2025 20:32
This reverts commit c8132fb.
@radical
Copy link
Member Author

radical commented Mar 21, 2025

@eerhardt @joperezr The Required checks need to be changed for this PR to be merged.

@eerhardt eerhardt merged commit ba1825b into dotnet:main Mar 21, 2025
163 checks passed
@radical radical deleted the combine-workflows branch March 21, 2025 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-engineering-systems infrastructure helix infra engineering repo stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants